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.15.0 #33

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

Release notes

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

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

  • Avoid nil pointer exception in AddTemporaryData (#460) (5672c07)
  • correct error message in fake/EventSender.AssertSentEventTypes (2466736)
  • go-utils: Add parameters to metadata model (#434) (297c1b2)
  • go-utils: Make AutomaticProvisioning parameter required in metadata model (#435) (0b73d75)
  • go-utils: Make GitProxyInsecure parameter required (#436) (802847e)
  • Gracefully handle missing event labels (#446) (2e23eb7)
  • Restore opentelemetry dependency updates (#456) (a0381c5)

Other

  • Removed unneeded Git Commit from finished events (#430) (c6d4983)

v0.14.0

0.14.0 (2022-04-04)

⚠ BREAKING CHANGES

  • The project model now contains parameters PEM Certificate file content.
  • The project model now contains parameters for new authentication methods.

Features

Bug Fixes

... (truncated)

Changelog

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

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

  • Avoid nil pointer exception in AddTemporaryData (#460) (5672c07)
  • correct error message in fake/EventSender.AssertSentEventTypes (2466736)
  • go-utils: Add parameters to metadata model (#434) (297c1b2)
  • go-utils: Make AutomaticProvisioning parameter required in metadata model (#435) (0b73d75)
  • go-utils: Make GitProxyInsecure parameter required (#436) (802847e)
  • Gracefully handle missing event labels (#446) (2e23eb7)
  • Restore opentelemetry dependency updates (#456) (a0381c5)

Other

  • Removed unneeded Git Commit from finished events (#430) (c6d4983)

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

... (truncated)

Commits
  • 13539bf chore(release): 0.15.0
  • 8e87fd8 build(deps): bump peter-evans/repository-dispatch from 1 to 2 (#419)
  • 0e27921 build(deps): bump peter-evans/create-pull-request from 3 to 4.0.1 (#431)
  • a67cc13 build(deps): bump amannn/action-semantic-pull-request from 4.3.0 to 4.5.0 (#461)
  • 5672c07 fix: Avoid nil pointer exception in AddTemporaryData (#460)
  • a0381c5 fix: Restore opentelemetry dependency updates (#456)
  • 544fdf3 build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelht...
  • 7131906 build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptrace...
  • bd1b73e build(deps): bump go.opentelemetry.io/otel/trace from 1.2.0 to 1.7.0 (#451)
  • 2982468 build(deps): bump github.com/cloudevents/sdk-go/v2 from 2.5.0 to 2.9.0 (#432)
  • 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 #35.