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.
in order to facilitate veneer adoption, it would be of great benefit to operator-authors to be able to convert a FBC to a basic veneer. semver represents add'l challenges due...
Hi Team , I'm using opm:v1.24.0 as base image for my dockerfile. From opm as builder , I'm copying grpc_health_probe and opm binary, But I'm getting the below vulnerabilities for...
Added a verify target, to which other checks can be added. Added lint and tidy to the verify target. This will be used during github workflows/CI to make sure everything...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.19 to 1.14.22. Commits 6ee3e67 close channel 4702d9b Update amalgamation code to 3.45.1 64bbe62 add example cdc8095 Update amalgamation code to 3.45.0 d3c3333 update go version 1f0dc0a...
Bumps [github.com/distribution/reference](https://github.com/distribution/reference) from 0.5.0 to 0.6.0. Release notes Sourced from github.com/distribution/reference's releases. v0.6.0 What's Changed remove deprecated SplitHostname by @thaJeztah in distribution/reference#5 refactor splitDockerDomain to include more documentation by @thaJeztah...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.28.5 to 0.29.3. Commits 46588f2 Update dependencies to v0.29.3 tag 403b37f Merge pull request #123763 from liggitt/proto-1.29 92199ae [CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr... baea19d Merge pull request...
Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.28.5 to 0.29.3. Commits d5d0a65 Update dependencies to v0.29.3 tag 4b0ba87 Merge pull request #123763 from liggitt/proto-1.29 d499055 [CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr... f14ac67 Merge pull request...
**Description of the change:** This commit adds two alpha flags to `opm render` and updates FBC library code to support efficient filtering of FBC: - `--alpha-filter-config=./path/to/config` - `--alpha-keep-packages=pkg1,pkg2` To support...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.16.3 to 0.17.2. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.17.2 What's Changed ⚠ :bug: Fakeclient: Do not consider an apply patch to be a strategic merge patch...