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.
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.18.0 to 0.19.0. Commits d58be1c sumdb/tlog: set the hash of the empty tree according to RFC 6962 232e49f Revert "module: add COM0 and LPT0 to badWindowsNames" See...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.18 to 1.7.19. Release notes Sourced from github.com/containerd/containerd's releases. containerd API 1.7.19 Welcome to the api/v1.7.19 release of containerd! The first dedicated release for the containerd 1.7...
`opm validate` historically has performed schema validation only, meaning that it verifies that an FBC blob can be converted to the internal storage format. This has led to some unfortunate...
**Description of the change:** **Motivation for the change:** **Reviewer Checklist** - [ ] Implementation matches the proposed design, or proposal is updated to match implementation - [ ] Sufficient unit...
Driving toward immutable bundles and adaptable successor identification, we can introduce a release attribute for bundles. This would allow operator authors to re-release a bundle without affecting catalog metadata which...
Current FBC schema express the full range of what olmv0 needs to express, but we can evolve schemas to create simpler and more powerful experiences for operator authors. (There are...
**Description of the change:** - Use bingo for tool management - Require a specific version of `protoc` (and include a helper that downloads it) **Motivation for the change:** - Drive...
We can reduce the level of knowledge that opm users need to have about our supported catalog templates if we require an explicit schema for each. Steps to accomplish this:...