File-Based catalog auto-release #6164
Allda
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, operator maintainers!
TLDR: A single pull request is now needed to release a new operator bundle to the File-Based Catalog.
Today, I would like to announce a simplification of the File-Based Catalog (FBC) release process by introducing the FBC auto-release feature 🎉.
Last year, we introduced the FBC catalog distribution method that required raising 2 pull-requests: one with a new operator bundle and the other with catalog changes. This process was challenging, especially for automated workflows. Now, with the auto-release feature, this process is simplified and requires just a single pull request.
The new process is described in our documentation.
To enable the feature, you just need to add one additional file to your bundle with the following content:
This file, together with a FBC template mapping in ci.yaml will automatically build a bundle and release it to the right OCP catalog verion based on your preferences.
Beta Was this translation helpful? Give feedback.
All reactions