operator-framework / kubectl-operator

Manage Kubernetes Operators from the command line
https://operatorframework.io/
Apache License 2.0
128 stars 37 forks source link

Bump github.com/operator-framework/operator-registry from 1.45.0 to 1.46.0 #196

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

Bumps github.com/operator-framework/operator-registry from 1.45.0 to 1.46.0.

Release notes

Sourced from github.com/operator-framework/operator-registry's releases.

v1.46.0

Potential Breaking Changes

  • operator-framework/operator-registry#1384 changed the behavior of opm when outputting bundle metadata in FBC form. This impacts the migrate, render commands, as well as catalog template expansion. By default, these commands will generate olm.bundle.object properties from the CRD, CSV. (Previous releases would utilize a more lightweight olm.csv.metadata property and this is a mindful reversion of that policy in order to avoid inadvertent impacts to publication pipelines which are not equipped to handle the newer bundle metadata format.) Users may still produce the new format through use of the --migration-level or --migrate options for individual commands. Please see usage information for details.

What's Changed

Full Changelog: https://github.com/operator-framework/operator-registry/compare/v1.45.0...v1.46.0

Commits
  • ced4d17 Bump sigs.k8s.io/kind from 0.23.0 to 0.24.0 (#1413)
  • e787595 Bump github.com/grpc-ecosystem/grpc-health-probe from 0.4.30 to 0.4.31 (#1414)
  • b12dea8 remove 'automatically generated' strings from repo (#1412)
  • c80e875 add optional schema migrations; default to olm.bundle.object instead of olm.c...
  • a758bd9 server_test.go: wait to run tests until listeners have started (#1411)
  • 5fb8c1c Bump k8s.io/client-go from 0.30.3 to 0.31.0 (#1406)
  • 86ed094 Bump github.com/docker/cli (#1407)
  • f17737d Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.18.5 (#1404)
  • 7892e84 Bump github.com/containers/common from 0.60.0 to 0.60.1 (#1403)
  • 53dc8e6 Bump github.com/containers/image/v5 from 5.32.0 to 5.32.1 (#1402)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)