AUTOSCALE-643: Release chores 5.0 for Cluster Resource Override (CRO)#80924
AUTOSCALE-643: Release chores 5.0 for Cluster Resource Override (CRO)#80924alaxkar wants to merge 1 commit into
Conversation
|
@alaxkar: This pull request references AUTOSCALE-643 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughIn the CI operator config for ChangesBase Image Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: alaxkar The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@alaxkar: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
Updates previous-bundle and previous-operator base image references from 4.21 to 4.22 for the cluster-resource-override-admission-operator release-5.0 configuration.
Changes
previous-bundlebase image from 4.21 to 4.22previous-operatorbase image from 4.21 to 4.22Summary by CodeRabbit
This PR updates the CI operator configuration for the cluster-resource-override-admission-operator's release-5.0 branch in the OpenShift CI infrastructure.
What changed:
The base container images referenced in the CI build configuration have been updated to point to version 4.22 base images instead of 4.21. Specifically, both the
previous-bundleandprevious-operatorimage references are now sourced from the newer OCP release version.Practical impact:
This ensures that CI builds and image generation for the release-5.0 branch of the cluster-resource-override-admission-operator will use the more recent 4.22 base images, keeping the operator's dependencies current with the newer OpenShift release.