operator-registry
operator-registry copied to clipboard
Operator Registry runs in a Kubernetes or OpenShift cluster to provide operator catalog data to Operator Lifecycle Manager.
Per conversation with the operator-framework team at KubeCon, there is an inherent security need for certain operators to only be installed based on a set of permissions in a simplified...
**Description of the change:** This PR adds a new caching implementation that has some improvements over our existing JSON cache implementation. It also maintains backward compatibility to gracefully handle serving...
to provide the capability for `olm.package.name` to be used as a unique identifier in clusters, we need to ensure that it is usable in all cases, including as metadata.name for...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.3 to 0.18.2. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.18.2 What's Changed 🐛 Reintroduce AddMetricsServerExtraHandler on manager by @k8s-infra-cherrypick-robot in kubernetes-sigs/controller-runtime#2817 Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2 v0.18.1 What's Changed...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.25.0. Commits d27919b go.mod: update golang.org/x dependencies e0324fc http2: use net.ErrClosed b20cd59 quic: initiate key rotation earlier in connections f95a3b3 html: fix typo in package...
Bumps google.golang.org/protobuf from 1.34.0 to 1.34.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.19.0 to 0.20.0. Commits 7d69d98 unix: extend support for z/OS 7758090 cpu: add support for sve2 detection 9a28524 windows: drop go version tags for unsupported versions 27dc90b...
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.23.0 to 0.24.0. Release notes Sourced from github.com/operator-framework/api's releases. v0.24.0 What's Changed build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in operator-framework/api#321 K8s 1.30 version update...
**Description of the change:** * Bump k8s libraries to v0.30.0 * Bump controller-runtime to v0.18.1 **Motivation for the change:** Relates to: https://github.com/operator-framework/operator-sdk/issues/6730
See https://github.com/operator-framework/operator-controller/pull/813