keptn-sandbox / crossplane-service

Apache License 2.0
4 stars 0 forks source link

Bump github.com/keptn/go-utils from 0.10.0 to 0.13.0 #22

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/keptn/go-utils from 0.10.0 to 0.13.0.

Release notes

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

v0.13.0

0.13.0 (2022-02-17)

Features

  • Add SSH publicKey auth support (#392) (be3425c)
  • added oauthutils package (#395) (f30183e)
  • added query parameters to resource getter (keptn/keptn/#6349) (#375) (b7470c0)
  • Introduced interfaces for different types of APIs (#379) (349cd94)
  • introducing APISet for more convenient access to keptn APIs (#377) (5c52509)
  • Propagate git commit ID for sequence in CloudEvent context (#374) (fa37290)

Bug Fixes

  • Add missing Method to KeptnInterface/APISet (#393) (6b99172)
  • Revert old getters and deprecate them (#381) (376fb7b)

Other

v0.12.0

0.12.0 (2022-01-17)

Features

Bug Fixes

  • Add error check when creating requests (#369) (934ed38)
  • adding missing error checks (#371) (0e7a6b2)
  • if the integrationId is not set we should not ping (keptn/#6309) (#370) (b9671a9)
  • Make fake event sender thread safe by adding a lock (#357) (fe1fb0c)

Other

  • forced grpc to use latest x/net library (snyc security treat) (#362) (cc1bfc8)

Refactoring

  • Move code for (de)serialization from/to JSON to model structs (#376) (e562b50)

... (truncated)

Changelog

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

0.13.0 (2022-02-17)

Features

  • Add SSH publicKey auth support (#392) (be3425c)
  • added oauthutils package (#395) (f30183e)
  • added query parameters to resource getter (keptn/keptn/#6349) (#375) (b7470c0)
  • Introduced interfaces for different types of APIs (#379) (349cd94)
  • introducing APISet for more convenient access to keptn APIs (#377) (5c52509)
  • Propagate git commit ID for sequence in CloudEvent context (#374) (fa37290)

Bug Fixes

  • Add missing Method to KeptnInterface/APISet (#393) (6b99172)
  • Revert old getters and deprecate them (#381) (376fb7b)

Other

0.12.0 (2022-02-16)

Features

Bug Fixes

  • Add error check when creating requests (#369) (dcfdacb)
  • adding missing error checks (#371) (5626bf9)
  • if the integrationId is not set we should not ping (keptn/#6309) (#370) (de65cd4)
  • Make fake event sender thread safe by adding a lock (#357) (fe1fb0c)

Other

  • forced grpc to use latest x/net library (snyc security treat) (#362) (8dcf434)

Refactoring

  • Move code for (de)serialization from/to JSON to model structs (#376) (544c270)

... (truncated)

Commits
  • 1f0824c chore(release): 0.13.0
  • 8a3c348 build(deps): Update keptn/spec to release 0.2.4
  • 128ec9a build(deps): bump actions/setup-go from 2.1.4 to 2.2.0 (#386)
  • 8494c6c build(deps): bump amannn/action-semantic-pull-request from 56953fb0d538e08082...
  • f30183e feat: added oauthutils package (#395)
  • 6b99172 fix: Add missing Method to KeptnInterface/APISet (#393)
  • be3425c feat: Add SSH publicKey auth support (#392)
  • 376fb7b fix: Revert old getters and deprecate them (#381)
  • 8717cd9 ci: Add semantic PR checker workflow (#382)
  • 349cd94 feat: Introduced interfaces for different types of APIs (#379)
  • 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 #27.