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.17.0 #39

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.17.0.

Release notes

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

v0.16.1

0.16.1 (2022-06-03)

Bug Fixes

  • Set the path properly for calls to api-service (#471) (0650f77)

v0.16.0

0.16.0 (2022-06-02)

Features

  • Added option for configuring number of retries for http event sender, as well as additional logging (#465) (2052e14)
  • Provide option to specify readiness condition (#464) (c5e1b75)

Bug Fixes

v0.15.1

0.15.1 (2022-05-23)

Features

  • Added option for configuring number of retries for http event sender, as well as additional logging (#465) (#467) (293e3a3)

v0.15.0

0.15.0 (2022-05-06)

⚠ BREAKING CHANGES

  • Rename the create/update project parameter GitProxyInsecure to InsecureSkipTLS * removed unused GitCommit from finished events

Features

  • Introduce proxy parameters to ExpandedProject struct (#433) (6c53542)
  • Rename GitProxyInsecure to InsecureSkipTLS since that property should not only be tied to the proxy feature (#445) (003ee3f)

Bug Fixes

... (truncated)

Changelog

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

0.17.0 (2022-07-05)

⚠ BREAKING CHANGES

  • Git credentials for git authentication were moved to a separate sub-structure and split to either ssh or http sub-structures depending on the used authentication method.

Features

  • Add v2.InternalAPISet that implements the v2.KeptnInterface (#487) (eb5fb9b)
  • Add v2.KeptnInterface that adds context.Context support to api.KeptnInterface (#449) (0874051), closes #479
  • Move commonly used modules from keptn/keptn into sub-packages of go-utils (#483) (3ed2fc6)
  • Refactor git remote repository credentials models (#475) (fc5b6f9)

Bug Fixes

  • go-utils: Pass logger implementation from go-sdk to cp-connector (#494) (29e14a0)
  • Make GetAllServiceResources compatible with Keptn 0.16.0+ (#480) (0d19a1b)
  • Make unit tests work with -race flag (#489) (9b0c779)
  • Set the path properly for calls to api-service (#470) (a3c50ce)
  • Use ExecuteCommand implementation from kubernetes-utils (#482) (8d145bc)
  • Use NetworkingV1 instead of deprecated ExtensionsV1beta1 (#492) (0fc8c36)

Other

  • go-utils: Removed deprecated subscription from uniform (#474) (647fbac)
  • Introduce needed methods before deprecating kubernetes-utils (#477) (4d49101)

Docs

  • go-utils: Update README.md documentation of go-utils (#493) (8369229)

0.16.0 (2022-06-02)

Features

  • Added option for configuring number of retries for http event sender, as well as additional logging (#465) (2052e14)
  • Provide option to specify readiness condition (#464) (c5e1b75)

Bug Fixes

0.15.0 (2022-05-06)

... (truncated)

Commits
  • 61b52e5 chore(release): 0.17.0
  • 0fc8c36 fix: Use NetworkingV1 instead of deprecated ExtensionsV1beta1 (#492)
  • 8369229 docs(go-utils): Update README.md documentation of go-utils (#493)
  • 29e14a0 fix(go-utils): Pass logger implementation from go-sdk to cp-connector (#494)
  • 9b0c779 fix: Make unit tests work with -race flag (#489)
  • 89e6cad build(deps): bump peter-evans/create-pull-request from 4.0.1 to 4.0.4 (#472)
  • eb5fb9b feat: Add v2.InternalAPISet that implements the v2.KeptnInterface (#487)
  • fc5b6f9 feat: Refactor git remote repository credentials models (#475)
  • 3ed2fc6 feat: Move commonly used modules from keptn/keptn into sub-packages of go-uti...
  • 8d145bc fix: Use ExecuteCommand implementation from kubernetes-utils (#482)
  • 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 #40.