Skip to content

Update odf-release 4.21.8#80280

Draft
ezio-auditore wants to merge 1 commit into
openshift:mainfrom
ezio-auditore:odf-release-4.21.8
Draft

Update odf-release 4.21.8#80280
ezio-auditore wants to merge 1 commit into
openshift:mainfrom
ezio-auditore:odf-release-4.21.8

Conversation

@ezio-auditore

@ezio-auditore ezio-auditore commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

This PR updates the JIRA lifecycle plugin configuration to reflect a new OpenShift Data Foundation (ODF) release version. The change modifies core-services/jira-lifecycle-plugin/config.yaml, which tracks JIRA issue target versions for Red Hat Storage repositories.

Changes:

  • Updated the ODF target version for release-4.21 and release-4.21-compatibility branches from odf-4.21.7 to odf-4.21.8

Impact:
This configuration change affects JIRA issue lifecycle tracking for ODF 4.21 release branches. When developers merge fixes into these branches, the JIRA plugin will now set the target version to odf-4.21.8, ensuring issues are properly tracked against the latest 4.21 patch release.

Signed-off-by: Kaustav Majumder <kaustav.majumder@ibm.com>
@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 9, 2026
@openshift-ci

openshift-ci Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@ezio-auditore: no rehearsable tests are affected by this change

Note: If this PR includes changes to step registry files (ci-operator/step-registry/) and you expected jobs to be found, try rebasing your PR onto the base branch. This helps pj-rehearse accurately detect changes when the base branch has moved forward.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 9, 2026
@openshift-ci

openshift-ci Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ezio-auditore
Once this PR has been reviewed and has the lgtm label, please assign hoxhaeris for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 52d98754-edfc-4d51-a105-1aebb5f4af3a

📥 Commits

Reviewing files that changed from the base of the PR and between df0ba54 and 81e6022.

📒 Files selected for processing (1)
  • core-services/jira-lifecycle-plugin/config.yaml

Walkthrough

Updates ODF target version from 4.21.7 to 4.21.8 in the jira-lifecycle-plugin configuration for release-4.21 and release-4.21-compatibility branches.

Changes

ODF 4.21 Target Version Update

Layer / File(s) Summary
ODF 4.21 target version configuration update
core-services/jira-lifecycle-plugin/config.yaml
The target_version field for both release-4.21 and release-4.21-compatibility branch entries is updated from odf-4.21.7 to odf-4.21.8.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • openshift/release#77776: Updates the same jira-lifecycle-plugin configuration entries for release-4.21 branches, bumping ODF target versions within the 4.21.x range.

Suggested labels

rehearsals-ack

Suggested reviewers

  • AlexNPavel
  • bradmwilliams
🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Update odf-release 4.21.8' directly and specifically describes the main change: updating ODF version to 4.21.8 in the configuration file.
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 PR only modifies a YAML configuration file (core-services/jira-lifecycle-plugin/config.yaml) updating version numbers. No test files or Ginkgo tests are involved, making the check not applicable.
Test Structure And Quality ✅ Passed Pull request contains no Ginkgo test code changes. PR modifies only config.yaml and documentation files, so the test structure check is not applicable and therefore passes.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests are added in this PR. Changes are exclusively to YAML configuration files and OWNERS metadata files; no Go test files are modified or created.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR modifies only a Jira lifecycle plugin config file (odf version update), not test code. No Ginkgo e2e tests are added, so SNO compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates JIRA lifecycle plugin config with ODF version bump (4.21.7→4.21.8); no deployment manifests, operators, or scheduling constraints introduced.
Ote Binary Stdout Contract ✅ Passed PR only updates YAML configuration (ODF version 4.21.8 in jira-lifecycle-plugin config) with no code changes. OTE Binary Stdout Contract check does not apply to configuration file updates.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR modifies only a YAML configuration file updating ODF version numbers; no new Ginkgo e2e tests are added, so the IPv6/disconnected environment check does not apply.
No-Weak-Crypto ✅ Passed PR only updates ODF version numbers in config.yaml; no code changes, weak crypto, custom crypto implementations, or insecure comparisons present.
Container-Privileges ✅ Passed PR modifies only a Jira plugin config file with no Kubernetes manifests, Docker configs, or container privilege settings—check for container privileges is not applicable.
No-Sensitive-Data-In-Logs ✅ Passed PR contains only configuration and utility script updates. Print statements log non-sensitive metadata (versions, filenames, JSON workflow config), with no logging of passwords, tokens, keys, or PII.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant