Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/keptn/go-utils from 0.8.5 to 0.20.1 #81

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2023

Bumps github.com/keptn/go-utils from 0.8.5 to 0.20.1.

Release notes

Sourced from github.com/keptn/go-utils's releases.

v0.20.0

0.20.0 (2022-12-07)

Features

  • go-sdk: Helper for retrieving SLI resources (#541) (cc6d13c)

Bug Fixes

  • Fix event handling for duplicated subscriptions in go-sdk remote execution plane use case (#542) (8655d73)

Other

v0.19.0

0.19.0 (2022-09-23)

Features

  • Expose methods to automatically generate events from parent event (#538) (cf4bfd8)
  • Introduce IsUpstreamAutoProvisioned to ExpandedProject model (#536) (dc8c096)
  • Introduce skipping of automatic event responses per task handler (#537) (278ad8b)

Bug Fixes

  • Use resourceHandler from apiv2 package instead of newly creating an internal-only, unauthenticated client (#535) (f07eb2f)

v0.18.0

0.18.0 (2022-07-28)

⚠ BREAKING CHANGES

  • go-utils: Since the configuration-service is deprecated, all references to “configuration-service” are now replaced by “resource-service”. This will make the go-utils library from version 0.18.0 INCOMPATIBLE with installations using configuration-service.

Features

  • Disable NATS connection on remote execution-plane configuration (#524) (866624f)
  • go-utils: Added retry logic to cp-connector for contacting Keptn's control plane for registration and renewal of such (#503) (69c90ea)
  • Wait for all event handlers to complete before exiting controlPlane.Register() (#496) (d9a621b)

... (truncated)

Changelog

Sourced from github.com/keptn/go-utils's changelog.

0.20.1 (2023-04-04)

Features

  • add possibility to read mongo secret from file (#566) (6b8d8f2)

0.20.0 (2022-12-07)

Features

  • go-sdk: Helper for retrieving SLI resources (#541) (cc6d13c)

Bug Fixes

  • Fix event handling for duplicated subscriptions in go-sdk remote execution plane use case (#542) (8655d73)

Other

0.19.0 (2022-09-23)

Features

  • Expose methods to automatically generate events from parent event (#538) (cf4bfd8)
  • Introduce IsUpstreamAutoProvisioned to ExpandedProject model (#536) (dc8c096)
  • Introduce skipping of automatic event responses per task handler (#537) (278ad8b)

Bug Fixes

  • Use resourceHandler from apiv2 package instead of newly creating an internal-only, unauthenticated client (#535) (f07eb2f)

0.18.0 (2022-07-28)

⚠ BREAKING CHANGES

  • go-utils: Since the configuration-service is deprecated, all references to “configuration-service” are now replaced by “resource-service”. This will make the go-utils library from version 0.18.0 INCOMPATIBLE with installations using configuration-service.

Features

  • Disable NATS connection on remote execution-plane configuration (#524) (866624f)
  • go-utils: Added retry logic to cp-connector for contacting Keptn's control plane for registration and renewal of such (#503) (69c90ea)
  • Wait for all event handlers to complete before exiting controlPlane.Register() (#496) (d9a621b)

... (truncated)

Commits
  • 717466e chore(release): 0.20.1
  • 157d565 build(deps): update actions/setup-go action to v4 [skip ci] (#574)
  • 07d26ff build(deps): update peter-evans/create-pull-request action to v4.2.4 [skip ci...
  • d44b901 build(deps): update amannn/action-semantic-pull-request digest to ff373f4 [sk...
  • b61f249 build(deps): update module github.com/nats-io/nats-server/v2 to v2.9.15 [skip...
  • c0fbb4f build(deps): update kubernetes packages to v0.25.7 [skip ci] (patch) (#558)
  • a7273d0 build(deps): update module github.com/nats-io/nats.go to v1.24.0 [skip ci] (#...
  • e89fae3 build(deps): update module github.com/cloudevents/sdk-go/observability/opente...
  • e63e425 build(deps): update module golang.org/x/text to v0.8.0 [skip ci] (#553)
  • b723c81 build(deps): update module golang.org/x/net to v0.8.0 [skip ci] (#551)
  • Additional commits viewable in compare view

Dependabot compatibility score

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](https://github.com/keptn/go-utils) from 0.8.5 to 0.20.1.
- [Release notes](https://github.com/keptn/go-utils/releases)
- [Changelog](https://github.com/keptn/go-utils/blob/master/CHANGELOG.md)
- [Commits](keptn/go-utils@v0.8.5...v0.20.1)

---
updated-dependencies:
- dependency-name: github.com/keptn/go-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from flentini as a code owner April 4, 2023 18:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2023

Superseded by #89.

@dependabot dependabot bot closed this Aug 1, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/keptn/go-utils-0.20.1 branch August 1, 2023 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants