keptn-sandbox / litmus-service

Integration for LitmusChaos
Apache License 2.0
7 stars 5 forks source link

Bump github.com/keptn/go-utils from 0.8.5 to 0.11.0 #65

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

v0.11.0

0.11.0 (2021-11-22)

⚠ BREAKING CHANGES

  • The MONGODB_DATABASE env variable was updated which means that this version of go-utils is not compatible with keptn <=0.10

Features

  • added custom time parsing (keptn/keptn#4788) (#348) (90baf28), closes #334
  • Added helper functions to parse timestamps (#342) (c6f17c0)
  • Update mongo DB env variables to new names according to new variables in installer chart (#347) (55a5cc3)

Bug Fixes

  • go-utils: set target also in EventSender::Send (#349) (c61381f)
  • Make SLI.indicators required (#356) (da7d7ab)
  • Use elevated token for checkout during (pre)release (#346) (6ac1aa4)

v0.10.0

0.10.0 (2021-10-04)

Features

  • Added helper function to get mongodb connection string based on env vars (#5369) (#337) (3d849b7)
  • Added helper functions for adding and reading temporary data in Keptn cloud events (#339) (05046c5)
  • Added kubernetes health-check handler (#5303) (#340) (5a650b8)
  • Added structs and helper methods for Webhook configuration (#4736) (#331) (8b1f710)
  • Extended secret API model with list of available keys in the secret (#4749) (#332) (694ba6d)

Bug Fixes

  • HTTP clients should support standard proxy settings (#330) (d19aad3)

v0.9.1-next.0

0.9.1-next.0 (2021-10-04)

Features

  • Added helper function to get mongodb connection string based on env vars (#5369) (#337) (3d849b7)
  • Added helper functions for adding and reading temporary data in Keptn cloud events (#339) (05046c5)
  • Added kubernetes health-check handler (#5303) (#340) (5a650b8)
  • Added structs and helper methods for Webhook configuration (#4736) (#331) (8b1f710)

... (truncated)

Changelog

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

0.11.0 (2021-11-22)

⚠ BREAKING CHANGES

  • The MONGODB_DATABASE env variable was updated which means that this version of go-utils is not compatible with keptn <=0.10

Features

  • added custom time parsing (keptn/keptn#4788) (#348) (90baf28), closes #334
  • Added helper functions to parse timestamps (#342) (c6f17c0)
  • Update mongo DB env variables to new names according to new variables in installer chart (#347) (55a5cc3)

Bug Fixes

  • go-utils: set target also in EventSender::Send (#349) (c61381f)
  • Make SLI.indicators required (#356) (da7d7ab)
  • Use elevated token for checkout during (pre)release (#346) (6ac1aa4)

0.10.0 (2021-10-04)

Features

  • Added helper function to get mongodb connection string based on env vars (#5369) (#337) (3d849b7)
  • Added helper functions for adding and reading temporary data in Keptn cloud events (#339) (05046c5)
  • Added kubernetes health-check handler (#5303) (#340) (5a650b8)
  • Added structs and helper methods for Webhook configuration (#4736) (#331) (8b1f710)
  • Extended secret API model with list of available keys in the secret (#4749) (#332) (694ba6d)

Bug Fixes

  • HTTP clients should support standard proxy settings (#330) (d19aad3)

0.9.0 (2021-08-26)

Commits
  • b27c16d chore(release): 0.11.0
  • da7d7ab fix: Make SLI.indicators required (#356)
  • 79e64c4 Add OpenTelemetry instrumentation (#341)
  • c61381f fix(go-utils): set target also in EventSender::Send (#349)
  • 90baf28 feat: added custom time parsing (keptn/keptn#4788) (#348)
  • 55a5cc3 feat: Update mongo DB env variables to new names according to new variables i...
  • 6ac1aa4 fix: Use elevated token for checkout during (pre)release (#346)
  • c6f17c0 feat: Added helper functions to parse timestamps (#342)
  • f779369 chore(release): 0.10.0
  • 2b62f22 build(deps): Bump github.com/cloudevents/sdk-go/v2 from 2.4.1 to 2.5.0
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #69.