Skip to content

NO-ISSUE: [master] Bump OCP versions: 4.19, 4.17#10026

Closed
danmanor wants to merge 1 commit intoopenshift:masterfrom
danmanor:bump/ocp-releases-59c7c4a2-c7dd-4f18-8098-25f7e2a40879
Closed

NO-ISSUE: [master] Bump OCP versions: 4.19, 4.17#10026
danmanor wants to merge 1 commit intoopenshift:masterfrom
danmanor:bump/ocp-releases-59c7c4a2-c7dd-4f18-8098-25f7e2a40879

Conversation

@danmanor
Copy link
Copy Markdown
Contributor

OpenShift updates: 4.19.25 -> 4.19.26, 4.19.25-multi -> 4.19.26-multi, 4.17.50-multi -> 4.17.51-multi, 4.17.50 -> 4.17.51
RHCOS updates:

/test edge-e2e-metal-assisted-4-19 edge-e2e-metal-assisted-4-17
/cc @rccrdpccl @gamli75

@openshift-ci-robot
Copy link
Copy Markdown

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

Details

In response to this:

OpenShift updates: 4.19.25 -> 4.19.26, 4.19.25-multi -> 4.19.26-multi, 4.17.50-multi -> 4.17.51-multi, 4.17.50 -> 4.17.51
RHCOS updates:

/test edge-e2e-metal-assisted-4-19 edge-e2e-metal-assisted-4-17
/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 Mar 19, 2026
@openshift-ci openshift-ci Bot requested review from gamli75 and rccrdpccl March 19, 2026 05:26
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 19, 2026

Walkthrough

OpenShift release image versions are updated across three configuration files: version 4.17.50 is bumped to 4.17.51 and version 4.19.25 is bumped to 4.19.26, applied uniformly across x86_64, arm64, and multi architecture variants.

Changes

Cohort / File(s) Summary
Release Image Configuration Updates
data/default_release_images.json, deploy/podman/configmap.yml, openshift/template.yaml
Updated OpenShift release image version tags: 4.17.50 → 4.17.51 and 4.19.25 → 4.19.26 for all CPU architecture variants (x86_64, arm64, multi) across default images, Podman deployment config, and OpenShift template.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

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

@openshift-ci openshift-ci Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Mar 19, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Mar 19, 2026

[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 Mar 19, 2026
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
data/default_release_images.json (1)

155-237: Reduce drift risk by generating mirrored RELEASE_IMAGES blobs from this source.

The same release-image list is manually duplicated across this JSON and embedded YAML strings in other touched files; that is a recurring maintainability hazard during bumps. Consider making this file the source of truth and generating the YAML-embedded JSON values from it.

As per coding guidelines, "Focus on major issues impacting performance, readability, maintainability and security. Avoid nitpicks and avoid verbosity."

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@data/default_release_images.json` around lines 155 - 237, The repo is
duplicating release-image lists (the RELEASE_IMAGES blobs) in JSON and embedded
YAML strings causing drift; make data/default_release_images.json the single
source of truth by adding a small generator that reads that file and writes the
embedded JSON into the YAML consumers instead of maintaining hand-copied blobs.
Implement a script (e.g., scripts/generate_release_images) that loads
data/default_release_images.json and replaces the RELEASE_IMAGES placeholders in
the affected YAML/templating files (the places currently containing the embedded
JSON blobs), update any consumers or build/CI targets to run this generator (or
load the file at runtime), and remove the duplicated hard-coded JSON blobs so
the only authoritative data is in default_release_images.json.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@data/default_release_images.json`:
- Around line 155-237: The repo is duplicating release-image lists (the
RELEASE_IMAGES blobs) in JSON and embedded YAML strings causing drift; make
data/default_release_images.json the single source of truth by adding a small
generator that reads that file and writes the embedded JSON into the YAML
consumers instead of maintaining hand-copied blobs. Implement a script (e.g.,
scripts/generate_release_images) that loads data/default_release_images.json and
replaces the RELEASE_IMAGES placeholders in the affected YAML/templating files
(the places currently containing the embedded JSON blobs), update any consumers
or build/CI targets to run this generator (or load the file at runtime), and
remove the duplicated hard-coded JSON blobs so the only authoritative data is in
default_release_images.json.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 897de643-84d0-4ef7-8043-98d6a589559f

📥 Commits

Reviewing files that changed from the base of the PR and between 0292c41 and 75e3baf.

📒 Files selected for processing (3)
  • data/default_release_images.json
  • deploy/podman/configmap.yml
  • openshift/template.yaml

@gamli75
Copy link
Copy Markdown
Contributor

gamli75 commented Mar 19, 2026

/retest

1 similar comment
@danmanor
Copy link
Copy Markdown
Contributor Author

/retest

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.08%. Comparing base (0292c41) to head (75e3baf).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10026      +/-   ##
==========================================
- Coverage   44.09%   44.08%   -0.01%     
==========================================
  Files         415      415              
  Lines       72258    72258              
==========================================
- Hits        31860    31855       -5     
- Misses      37518    37521       +3     
- Partials     2880     2882       +2     

see 2 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
Copy link
Copy Markdown
Contributor

gamli75 commented Mar 19, 2026

/test edge-subsystem-kubeapi-aws

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Mar 19, 2026

@danmanor: The following test 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/edge-e2e-metal-assisted-4-17 75e3baf link true /test edge-e2e-metal-assisted-4-17

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 #10037

@danmanor danmanor closed this Mar 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/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants