Skip to content

Add 4.9.7-rc.1 version#393

Draft
sachaudh wants to merge 2 commits into
masterfrom
add-4.9.7
Draft

Add 4.9.7-rc.1 version#393
sachaudh wants to merge 2 commits into
masterfrom
add-4.9.7

Conversation

@sachaudh
Copy link
Copy Markdown
Contributor

@sachaudh sachaudh commented May 19, 2026

Add operator-bundle for 4.9.7-rc.1.

Snapshot: acs-4-9--4-9-7-rc-1--20260520t175949z
Bundle: quay.io/rhacs-eng/release-operator-bundle@sha256:7c97ff933aa5f746b34420db57b2c3222786ed6cd076b52b07165b712fb052c6

Updated to use clean tag-push image (previously used long-form branch-push image).

Will be updated to final version after Finish Release.

Signed-off-by: Saif Chaudhry <schaudhr@redhat.com>
@sachaudh sachaudh changed the title Add 4.9.7 version Add 4.9.7-rc.1 version May 19, 2026
Comment thread bundles.yaml Outdated
- image: registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:8f2b6efc9e8be5db2e175daef5d0f95ab2bd585dc20df56d844366946dd60057
version: 4.9.6
- image: quay.io/rhacs-eng/release-operator-bundle@sha256:48a6345e40eefb7ea31bbe74cf33c8d607078e95d62eb4c0fabb433eb9ea8055
version: 4.9.7-rc.1-0-g53da76af8b
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was a little confused why we ended up having to use4.9.7-rc.1 instead of 4.9.7-rc.1-0-g53da76af8b. The other PRs all use the shorthand 4.9.7-rc.1.

My own investigation led me to discover that a different build trigger (branch push vs tag push) causes the task to use git describe --long to avoid image tag collisions. Is that correct and is this valid?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to use the clean 4.9.7-rc.1 tag. The original long-form version (4.9.7-rc.1-0-g53da76af8b) was caused by the tag push main-on-push build failing with a SIGPIPE infra error, which cascaded into operator-bundle-on-push timing out on wait-for-main-image. The snapshot ended up being built from branch push builds instead. I re-triggered the tag push pipelines (main-on-push, operator-bundle-on-push, create-custom-snapshot) and they all succeeded, so this is now using the clean snapshot (acs-4-9--4-9-7-rc-1--20260520t175949z) and make valid-catalogs passes.

The original operator-bundle image was built from a branch push event,
producing the long-form git-describe name. After re-triggering the tag
push build pipelines, a clean-named image is now available.

Signed-off-by: Saif Chaudhry <schaudhr@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant