Skip to content

NO-ISSUE: [master] Bump OCP versions: 5.0, 4.19, 4.18, 4.20, 4.16, 4.21, 4.22#10483

Closed
danmanor wants to merge 1 commit into
openshift:masterfrom
danmanor:bump/ocp-releases-9fee7975-6368-4b78-82a2-077170e698c1
Closed

NO-ISSUE: [master] Bump OCP versions: 5.0, 4.19, 4.18, 4.20, 4.16, 4.21, 4.22#10483
danmanor wants to merge 1 commit into
openshift:masterfrom
danmanor:bump/ocp-releases-9fee7975-6368-4b78-82a2-077170e698c1

Conversation

@danmanor

@danmanor danmanor commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

OpenShift updates: 4.20.24-multi -> 4.20.25-multi, 4.19.33-multi -> 4.19.34-multi, 4.19.33 -> 4.19.34, 4.16.63 -> 4.16.64, 4.22.0 -> 4.22.1, 4.18.43-multi -> 4.18.44-multi, 4.16.63-multi -> 4.16.64-multi, 4.21.19 -> 4.21.20, 4.22.0-multi -> 4.22.1-multi, 4.20.24 -> 4.20.25, 4.18.43 -> 4.18.44, 4.21.19-multi -> 4.21.20-multi
RHCOS updates: 4.22.0 -> 5.0.0-ec.3

/test edge-e2e-metal-assisted-5-0 edge-e2e-metal-assisted-4-19 edge-e2e-metal-assisted-4-18 edge-e2e-metal-assisted-4-20 edge-e2e-metal-assisted-4-16 edge-e2e-metal-assisted-4-21 edge-e2e-metal-assisted-4-22
/cc @rccrdpccl @gamli75

Summary by CodeRabbit

  • Chores
    • Updated OpenShift 5.0 image references to pre-release 5.0.0-ec.3 across all architectures.
    • Bumped patch versions for OpenShift 4.16, 4.18, 4.19, 4.20, 4.21, and 4.22.
    • Updated image URLs and version strings in deployment configurations and sample files.

@openshift-ci-robot

Copy link
Copy Markdown

@danmanor: This pull request explicitly references no jira issue.

Details

In response to this:

OpenShift updates: 4.20.24-multi -> 4.20.25-multi, 4.19.33-multi -> 4.19.34-multi, 4.19.33 -> 4.19.34, 4.16.63 -> 4.16.64, 4.22.0 -> 4.22.1, 4.18.43-multi -> 4.18.44-multi, 4.16.63-multi -> 4.16.64-multi, 4.21.19 -> 4.21.20, 4.22.0-multi -> 4.22.1-multi, 4.20.24 -> 4.20.25, 4.18.43 -> 4.18.44, 4.21.19-multi -> 4.21.20-multi
RHCOS updates: 4.22.0 -> 5.0.0-ec.3

/test edge-e2e-metal-assisted-5-0 edge-e2e-metal-assisted-4-19 edge-e2e-metal-assisted-4-18 edge-e2e-metal-assisted-4-20 edge-e2e-metal-assisted-4-16 edge-e2e-metal-assisted-4-21 edge-e2e-metal-assisted-4-22
/cc @rccrdpccl @gamli75

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.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jun 21, 2026
@openshift-ci openshift-ci Bot requested review from gamli75 and rccrdpccl June 21, 2026 04:10
@coderabbitai

coderabbitai Bot commented Jun 21, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 11b8a435-019e-4e46-9c61-0c83a07994d7

📥 Commits

Reviewing files that changed from the base of the PR and between 60d2660 and 5aa6206.

📒 Files selected for processing (7)
  • config/manager/manager.yaml
  • config/samples/agent-install.openshift.io_v1beta1_agentserviceconfig.yaml
  • data/default_os_images.json
  • data/default_release_images.json
  • deploy/olm-catalog/manifests/assisted-service-operator.clusterserviceversion.yaml
  • deploy/podman/configmap.yml
  • openshift/template.yaml

Walkthrough

Two sets of image data are updated across all deployment artifacts: RHCOS OS image URLs for OpenShift 5.0 are corrected from 4.22/4.22.0 paths to pre-release/5.0.0-ec.3 paths for all CPU architectures, and ocp-release image tags/versions are incremented by one patch level for OpenShift 4.16 through 4.22.

Changes

Image URL and version updates

Layer / File(s) Summary
RHCOS 5.0 OS image URL correction
data/default_os_images.json, config/samples/agent-install.openshift.io_v1beta1_agentserviceconfig.yaml, config/manager/manager.yaml, deploy/olm-catalog/manifests/assisted-service-operator.clusterserviceversion.yaml, deploy/podman/configmap.yml, openshift/template.yaml
OpenShift 5.0 RHCOS ISO URLs changed from rhcos/4.22/4.22.0 to rhcos/pre-release/5.0.0-ec.3 for x86_64, arm64, ppc64le, and s390x across all config and deployment files. Version fields are unchanged.
Release image patch version bumps (4.16–4.22)
data/default_release_images.json, deploy/podman/configmap.yml, openshift/template.yaml
ocp-release image url and version fields incremented one patch level for 4.16 (.63→.64), 4.18 (.43→.44), 4.19 (.33→.34), 4.20 (.24→.25), 4.21 (.19→.20), and 4.22 (.0→.1) for x86_64, arm64, and multi-arch entries.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error, 1 warning)

Check name Status Explanation Resolution
Stable And Deterministic Test Names ❌ Error PR introduces 49 fmt.Sprintf test names and 3 string-concatenated Context names with dynamic values, violating stable/deterministic test name requirements. Replace fmt.Sprintf test names with static descriptive strings; move variable/state info to test bodies, not titles. Change Context("DiskEncryption mode: "+constant) to static names.
Description check ⚠️ Warning The description is largely incomplete and does not follow the provided template structure with required sections like issue links, category checkboxes, environment impact, or testing methodology. Fill out the PR template completely: check relevant issue categories, specify environment impact, select appropriate testing method, and complete the checklist items.
✅ Passed checks (13 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically summarizes the main changes: bumping OCP versions (5.0, 4.19, 4.18, 4.20, 4.16, 4.21, 4.22) and RHCOS versions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Test Structure And Quality ✅ Passed PR contains only configuration, data, and manifest file changes; no Ginkgo test code is modified, making this check not applicable.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests are added in this PR. All changes are configuration and data file updates for OpenShift version bumping, so the MicroShift test compatibility check does not apply.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No Ginkgo e2e tests are added in this PR. All changes are version/URL updates to configuration and data files (manager.yaml, agentserviceconfig.yaml, JSON data files, template files). The SNO compa...
Topology-Aware Scheduling Compatibility ✅ Passed PR contains only image URL/version updates (OCP 4.16-4.22 patches, RHCOS 5.0.0-ec.3), no scheduling constraints or topology assumptions introduced.
Ote Binary Stdout Contract ✅ Passed PR only modifies configuration and data files (YAML, JSON) - no Go source code changes that could violate OTE Binary Stdout Contract by writing non-JSON output.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR does not add any new Ginkgo e2e tests. All changes are to configuration (YAML) and data (JSON) files updating OpenShift image versions and metadata. The check is not applicable to this PR.
No-Weak-Crypto ✅ Passed No weak cryptographic algorithms (MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB), custom crypto implementations, or insecure secret comparisons found. PR only updates configuration/data files with image...
Container-Privileges ✅ Passed PR contains no container privilege escalations, elevated capabilities, or problematic security settings. Only version/URL updates in config and data files with proper allowPrivilegeEscalation:false.
No-Sensitive-Data-In-Logs ✅ Passed PR contains only configuration/data file updates (YAML and JSON) with no source code changes. No new logging statements are introduced that could expose sensitive data. Changes are purely version b...
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jun 21, 2026
@openshift-ci

openshift-ci Bot commented Jun 21, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danmanor

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 21, 2026
@gamli75

gamli75 commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

/retest-required

@codecov

codecov Bot commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.35%. Comparing base (60d2660) to head (5aa6206).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #10483   +/-   ##
=======================================
  Coverage   44.35%   44.35%           
=======================================
  Files         423      423           
  Lines       73539    73539           
=======================================
+ Hits        32616    32618    +2     
+ Misses      37988    37987    -1     
+ Partials     2935     2934    -1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@openshift-ci

openshift-ci Bot commented Jun 21, 2026

Copy link
Copy Markdown

@danmanor: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/verify-generated-code 5aa6206 link true /test verify-generated-code
ci/prow/e2e-agent-compact-ipv4-iso-no-registry 5aa6206 link false /test e2e-agent-compact-ipv4-iso-no-registry
ci/prow/edge-verify-generated-code 5aa6206 link true /test edge-verify-generated-code

Full PR test history. Your PR dashboard.

Details

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

@danmanor

Copy link
Copy Markdown
Contributor Author

Closing as duplicate of #10484

@danmanor danmanor closed this Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants