structs implementing the EventSender interface now also need to implement the new method signature (Send(ctx context.Context, event cloudevents.Event) error)
Features
Added convenience functions for determining event types (87adc38)
Added LastSeen property to Uniform Integration (#4615) (a46301e)
Added Send method to EventSender interface to also pass a go context as an argument (60ead5b)
Added Validate() method for KeptnContextExtendedCE struct (#4652) (9fca604)
Support for multiple uniform subscriptions (#327) (73671a1)
Other
Auto update shkeptnspecversion on release of new keptn/spec version (#4404) (5bf3171)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/keptn/go-utils from 0.8.5 to 0.9.0.
Release notes
Sourced from github.com/keptn/go-utils's releases.
Changelog
Sourced from github.com/keptn/go-utils's changelog.
Commits
b25cb81
chore(release): 0.9.073671a1
feat: Support for multiple uniform subscriptions (#327)54406b0
Bump github.com/google/uuid from 1.2.0 to 1.3.0b4c6d5f
ci: Switch from direct interface with keptn/keptn to just sending an eventb43e8cb
ci: Update auto PR title to adhere to semantic PR config8871a06
implemented sequence control client (#323)ef732ac
build: Update dependabot config to adhere to new commit message scheme1c36e34
ci: Add pre-release pipeline that can be triggered manually (#4762)9ae4e25
chore: Automate releases for go-utils (#4585)9fca604
feat: Added Validate() method for KeptnContextExtendedCE struct (#4652)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)