Skip to content

NO-ISSUE: [master] Bump OCP versions: 4.21, 4.22, 4.20#10568

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:masterfrom
danmanor:bump/ocp-releases-e7243b82-2cd9-40e0-8aed-e9c778f222ef
Jul 1, 2026
Merged

NO-ISSUE: [master] Bump OCP versions: 4.21, 4.22, 4.20#10568
openshift-merge-bot[bot] merged 1 commit into
openshift:masterfrom
danmanor:bump/ocp-releases-e7243b82-2cd9-40e0-8aed-e9c778f222ef

Conversation

@danmanor

@danmanor danmanor commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

OpenShift updates: 4.22.2 -> 4.22.3, 4.21.21 -> 4.21.22, 4.20.26-multi -> 4.20.27-multi, 4.21.21-multi -> 4.21.22-multi, 4.20.26 -> 4.20.27, 4.22.2-multi -> 4.22.3-multi
RHCOS updates:

/test edge-e2e-metal-assisted-4-21 edge-e2e-metal-assisted-4-22 edge-e2e-metal-assisted-4-20
/cc @rccrdpccl @gamli75

Summary by CodeRabbit

  • Chores
    • Updated bundled OpenShift release image references to newer versions for 4.20, 4.21, and 4.22 across supported architectures.
    • Refreshed the matching image URLs and version values in all packaged release image lists.
    • Kept existing metadata and defaults intact while pointing to the latest release tags.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 1, 2026
@openshift-ci-robot

Copy link
Copy Markdown

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

Details

In response to this:

OpenShift updates: 4.22.2 -> 4.22.3, 4.21.21 -> 4.21.22, 4.20.26-multi -> 4.20.27-multi, 4.21.21-multi -> 4.21.22-multi, 4.20.26 -> 4.20.27, 4.22.2-multi -> 4.22.3-multi
RHCOS updates:

/test edge-e2e-metal-assisted-4-21 edge-e2e-metal-assisted-4-22 edge-e2e-metal-assisted-4-20
/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 openshift-ci Bot requested review from gamli75 and rccrdpccl July 1, 2026 04:08
@coderabbitai

coderabbitai Bot commented Jul 1, 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: b2a633ec-1566-454e-9bed-766c97fac0bc

📥 Commits

Reviewing files that changed from the base of the PR and between 56af6d1 and 6e70b91.

📒 Files selected for processing (4)
  • data/default_release_images.json
  • deploy/podman/configmap.yml
  • internal/common/test_versions_generated.go
  • openshift/template.yaml

Walkthrough

Release image references for OpenShift 4.20, 4.21, and 4.22 (x86_64, arm64/aarch64, multi) were bumped: 4.20.26→4.20.27, 4.21.21→4.21.22, 4.22.2→4.22.3. Changes span the default release images JSON, deployment configmap, OpenShift template, and generated test data.

Changes

Release image version bumps

Layer / File(s) Summary
Default release images data
data/default_release_images.json
Updated url and version fields for 4.20, 4.21, and 4.22 entries across x86_64, arm64/aarch64, and multi architectures to newer tagged images.
Deployment configmap and template
deploy/podman/configmap.yml, openshift/template.yaml
Updated the RELEASE_IMAGES JSON value to reference the newer release image tags/versions while preserving structure and metadata fields.
Generated test data
internal/common/test_versions_generated.go
Updated testReleaseImagesByArch map entries for arm64, multi, and x86_64 to match the new version/URL values.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • openshift/assisted-service#10546: Both PRs update the same OpenShift ocp-release release-image tag/version mappings for the 4.20–4.22 streams across the same set of files.

Suggested labels: size/L

Suggested reviewers: gamli75, rccrdpccl

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description gives a short version bump summary, but it misses the template sections for issues, impacted environments, testing details, and checklist items. Add the requested template sections: linked issues, motivation/context, impacted environments, how it was tested, and the checklist items.
✅ Passed checks (14 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the main change: bumping OpenShift versions on master.
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.
Stable And Deterministic Test Names ✅ Passed Changed files are JSON/YAML/generated data only; no Ginkgo titles or dynamic test-name fragments appear in the diff.
Test Structure And Quality ✅ Passed PASS: The PR only updates release-image data in JSON/YAML and a generated Go data file; no Ginkgo test blocks or test files were changed.
Microshift Test Compatibility ✅ Passed The PR only bumps release-image data in JSON/YAML/generated maps; no new Ginkgo e2e tests or MicroShift-unsafe APIs/features were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the PR only bumps release-image data/config, so SNO multi-node assumptions aren’t implicated.
Topology-Aware Scheduling Compatibility ✅ Passed Only release-image version strings changed in JSON/YAML/generated data; no affinity, nodeSelector, toleration, spread, replica, or PDB logic was added.
Ote Binary Stdout Contract ✅ Passed PASS: the PR only updates release-image data/templates; the generated Go file has only map initializers and no main/init/TestMain/suite stdout writes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo/e2e tests were added; the PR only updates release-image data/config and generated version maps, with no test logic or IPv4/external-network assumptions.
No-Weak-Crypto ✅ Passed Changed files only bump OpenShift release-image tags/URLs in JSON/YAML/generated data; no weak-crypto, custom-crypto, or secret-compare code appears in the diff.
Container-Privileges ✅ Passed PR only updates release-image/version strings; changed files add no privileged:true, hostPID/Network/IPC, SYS_ADMIN, or allowPrivilegeEscalation:true.
No-Sensitive-Data-In-Logs ✅ Passed Updated files only bump OpenShift image/version data; no new logging or sensitive-data output was introduced, and existing secret refs/values were unchanged.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-ci openshift-ci Bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 1, 2026
@openshift-ci

openshift-ci Bot commented Jul 1, 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 Jul 1, 2026
@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.39%. Comparing base (56af6d1) to head (6e70b91).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10568      +/-   ##
==========================================
- Coverage   44.39%   44.39%   -0.01%     
==========================================
  Files         423      423              
  Lines       73543    73543              
==========================================
- Hits        32649    32647       -2     
- Misses      37966    37967       +1     
- Partials     2928     2929       +1     

see 3 files with indirect coverage changes

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

@gamli75

gamli75 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

/retest-required

@gamli75

gamli75 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 1, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD ebeb5c6 and 2 for PR HEAD 6e70b91 in total

@openshift-ci

openshift-ci Bot commented Jul 1, 2026

Copy link
Copy Markdown

@danmanor: all tests passed!

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.

@openshift-merge-bot openshift-merge-bot Bot merged commit a4e5052 into openshift:master Jul 1, 2026
22 checks passed
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. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants