Skip to content

ci(release): upgrade openshift-preflight to 1.19.0#410

Merged
freeznet merged 1 commit into
mainfrom
claude/cranky-herschel-b759b1
Jun 2, 2026
Merged

ci(release): upgrade openshift-preflight to 1.19.0#410
freeznet merged 1 commit into
mainfrom
claude/cranky-herschel-b759b1

Conversation

@freeznet

@freeznet freeznet commented Jun 2, 2026

Copy link
Copy Markdown
Member

Motivation

The Red Hat certification release step started failing because Pyxis no longer accepts results submitted by openshift-preflight 1.16.0:

could not submit to pyxis: could not create test results: status code: 400:
body: {"detail": "Validation error: 'github.com/redhat-openshift-ecosystem/openshift-preflight' version '1.16.0' is not supported. Supported versions are: ['1.19.0']", "status": 400}

Pyxis now only accepts version 1.19.0.

Modifications

  • Bump the openshift-preflight download URL in .github/workflows/release-operator.yml from 1.16.0 to 1.19.0.

The version was hardcoded only in the release workflow; the Makefile just invokes the preflight binary installed by the workflow, so no other changes are needed.

Verifying this change

  • Make sure that the change passes the CI checks.

This change is a trivial rework / code cleanup without any test coverage. On the next release, preflight -v should report 1.19.0 and make report-preflight-check-result should no longer return a 400 from Pyxis.

Documentation

  • no-need-doc

    CI-only change to the release workflow; no user-facing behavior or docs affected.

Pyxis now rejects submissions from preflight 1.16.0 with a 400
validation error: only version 1.19.0 is supported. Bump the
download URL in the release workflow so report-preflight-check-result
can submit certification results again.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 2, 2026 14:50
@freeznet freeznet requested review from a team as code owners June 2, 2026 14:50
@github-actions github-actions Bot added the no-need-doc This pr does not need any document label Jun 2, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the release workflow to download a Pyxis-supported version of openshift-preflight, unblocking the Red Hat certification submission step during tagged releases.

Changes:

  • Bump openshift-preflight download URL in the release workflow from 1.16.0 to 1.19.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@freeznet freeznet merged commit 1837253 into main Jun 2, 2026
5 checks passed
@freeznet freeznet deleted the claude/cranky-herschel-b759b1 branch June 2, 2026 15:11
freeznet added a commit that referenced this pull request Jun 2, 2026
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-need-doc This pr does not need any document

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants