build: publish per-commit bundle + catalog on 'fast' channel#211
Merged
Conversation
96c8938 to
9fb0ba2
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the main-branch release pipeline to publish per-commit OLM bundle and catalog artifacts and introduces a “fast” channel in the generated catalog, with SemVer ordering intended to be monotonic across successive commits.
Changes:
- Compute a SemVer pre-release suffix using commit count since the last release tag and the current short SHA.
- Default bundle channels to include
fastalongsidestable. - Generate an OLM catalog template that includes both Stable (release tags) and Fast (pre-release tags) bundles, and publish the catalog from
main.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
Makefile |
Updates version computation for per-commit SemVer pre-release tags and changes default bundle channels to include fast. |
ci/generate-catalog-template.sh |
Extends catalog template generation to include both Stable and Fast channels by filtering bundle tags from GHCR. |
.github/workflows/release-main.yml |
Adds steps to build/push per-commit bundle and build/push catalog from main. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9fb0ba2 to
a1013d7
Compare
a1013d7 to
a15c2e5
Compare
GrigoryPervakov
added a commit
that referenced
this pull request
Jun 2, 2026
The catalog at :latest now carries both stable-v0 (release bundles) and fast-v0 (per-commit main builds) since PR #211 landed. Pointing the openshift e2e at fast-v0 means the test exercises the actual current main, not the last release — the original intent of the openshift compatibility check.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Needed by #202 to test OpenShift deployment with the latest commit and to allow OLM users to deploy the latest builds
What
Related Issues
Related to #202