Skip to content

STOR-2966: Promote ExternalSnapshotMetadata feature gate to TechPreviewNoUpgrade#2887

Open
RomanBednar wants to merge 1 commit into
openshift:masterfrom
RomanBednar:STOR-2966
Open

STOR-2966: Promote ExternalSnapshotMetadata feature gate to TechPreviewNoUpgrade#2887
RomanBednar wants to merge 1 commit into
openshift:masterfrom
RomanBednar:STOR-2966

Conversation

@RomanBednar

@RomanBednar RomanBednar commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Promotes the ExternalSnapshotMetadata feature gate from DevPreviewNoUpgrade to TechPreviewNoUpgrade for OCP 5.0
  • Updates contactPerson from jdobson to rbednar
  • Regenerates payload featuregate manifests

Context

This is part of the STOR-2900 epic to graduate Changed Block Tracking (CBT) from Developer Preview to Tech Preview in OpenShift 5.0.

Jira: https://redhat.atlassian.net/browse/STOR-2966

The upstream KEP 3314 (Changed Block Tracking) has reached beta status in Kubernetes 1.36, making this promotion appropriate.

Changes

  • features/features.go: Changed contactPerson("jdobson") to contactPerson("rbednar") and changed enable(inDevPreviewNoUpgrade()) to enable(inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade())
  • features.md: Regenerated (ExternalSnapshotMetadata moved to TechPreview+DevPreview table)
  • payload-manifests/featuregates/*.yaml: Regenerated (ExternalSnapshotMetadata added to TechPreviewNoUpgrade enabled list)

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@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 11, 2026
@openshift-ci-robot

openshift-ci-robot commented Jun 11, 2026

Copy link
Copy Markdown

@RomanBednar: This pull request references STOR-2966 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

  • Promotes the ExternalSnapshotMetadata feature gate from DevPreviewNoUpgrade to TechPreviewNoUpgrade for OCP 5.0
  • Updates contactPerson from jdobson to rbednar
  • Regenerates payload featuregate manifests

Context

This is part of the STOR-2900 epic to graduate Changed Block Tracking (CBT) from Developer Preview to Tech Preview in OpenShift 5.0.

Jira: https://redhat.atlassian.net/browse/STOR-2966

The upstream KEP 3314 (Changed Block Tracking) has reached beta status in Kubernetes 1.36, making this promotion appropriate.

Changes

  • features/features.go: Changed contactPerson("jdobson") to contactPerson("rbednar") and changed enable(inDevPreviewNoUpgrade()) to enable(inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade())
  • features.md: Regenerated (ExternalSnapshotMetadata moved to TechPreview+DevPreview table)
  • payload-manifests/featuregates/*.yaml: Regenerated (ExternalSnapshotMetadata added to TechPreviewNoUpgrade enabled list)

Similar PR

Pattern follows #2879 (VSphereMultiVCenterDay2 promotion, June 2026)

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 commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Hello @RomanBednar! Some important instructions when contributing to openshift/api:
API design plays an important part in the user experience of OpenShift and as such API PRs are subject to a high level of scrutiny to ensure they follow our best practices. If you haven't already done so, please review the OpenShift API Conventions and ensure that your proposed changes are compliant. Following these conventions will help expedite the api review process for your PR.

@openshift-ci openshift-ci Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jun 11, 2026
@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

This PR promotes the ExternalSnapshotMetadata feature gate to tech preview release channels. The feature gate configuration in features.go is updated to enable it in both TechPreviewNoUpgrade and DevPreviewNoUpgrade channels, with a contact person field adjustment. Two deployment manifest files for Hypershift and SelfManagedHA profiles are updated to move the feature gate from disabled to enabled lists. The features.md documentation table is reorganized to reflect the change.

Suggested reviewers

  • everettraven
  • JoelSpeed
🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
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 The PR modifies feature gate configuration (features/features.go), documentation (features.md), and YAML manifests. None of the changed files contain Ginkgo test declarations, so the check does not...
Test Structure And Quality ✅ Passed This PR contains no Ginkgo test code; it only modifies feature gate configuration and documentation files. The custom check is not applicable.
Microshift Test Compatibility ✅ Passed This PR does not add any new Ginkgo e2e tests. Changes are limited to feature gate configuration (features/features.go), documentation (features.md), and YAML manifests. The check for MicroShift te...
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR does not add new Ginkgo e2e tests; it only modifies feature gate configuration files. The check is not applicable since it targets only PRs adding new test code.
Topology-Aware Scheduling Compatibility ✅ Passed PR only modifies feature gate definitions and configuration (Go code, Markdown docs, FeatureGate manifests), not deployment manifests, operator code, or controllers. Check not applicable.
Ote Binary Stdout Contract ✅ Passed This PR modifies only feature gate configuration (features/features.go) and auto-generated documentation/manifests. It does not touch OTE binary code, process-level code, or test infrastructure tha...
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR does not add any Ginkgo e2e tests. It only modifies feature gate configurations (Go source), documentation (Markdown), and generated YAML manifests, which are not subject to this check.
No-Weak-Crypto ✅ Passed No weak cryptographic algorithms (MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB), custom crypto implementations, or non-constant-time secret comparisons found in the PR changes.
Container-Privileges ✅ Passed PR contains only feature gate configuration (Go code, markdown docs, and FeatureGate CRD configs) with no container/pod security manifests to flag.
No-Sensitive-Data-In-Logs ✅ Passed No logging statements found that expose passwords, tokens, API keys, PII, or sensitive data. Changes only update feature gate metadata and regenerate manifests without adding any logging output.
Description check ✅ Passed The PR description clearly outlines the promotion of ExternalSnapshotMetadata from DevPreviewNoUpgrade to TechPreviewNoUpgrade, with specific details about file changes and the corresponding Jira ticket context.
Title check ✅ Passed The title clearly and specifically describes the main change: promoting the ExternalSnapshotMetadata feature gate to TechPreviewNoUpgrade, which aligns with the primary objective reflected across all modified files.

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

✨ 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 requested review from JoelSpeed and everettraven June 11, 2026 13:38
@RomanBednar RomanBednar changed the title STOR-2966: Promote ExternalSnapshotMetadata feature gate to TechPreviewNoUpgrade WIP: STOR-2966: Promote ExternalSnapshotMetadata feature gate to TechPreviewNoUpgrade Jun 11, 2026
@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 11, 2026
…ewNoUpgrade

Promote the ExternalSnapshotMetadata feature gate from DevPreviewNoUpgrade
to TechPreviewNoUpgrade for OCP 5.0. This aligns with upstream KEP 3314
reaching beta in Kubernetes 1.36.

Also updates contactPerson from jdobson to rbednar.
@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

@RomanBednar: 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.

@RomanBednar RomanBednar changed the title WIP: STOR-2966: Promote ExternalSnapshotMetadata feature gate to TechPreviewNoUpgrade STOR-2966: Promote ExternalSnapshotMetadata feature gate to TechPreviewNoUpgrade Jun 23, 2026
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 23, 2026
@jsafrane

Copy link
Copy Markdown
Contributor

/lgtm
from storage POV

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

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-aws-ovn
/test e2e-aws-ovn-hypershift
/test e2e-aws-ovn-hypershift-conformance
/test e2e-aws-ovn-techpreview
/test e2e-aws-serial-1of2
/test e2e-aws-serial-2of2
/test e2e-aws-serial-techpreview-1of2
/test e2e-aws-serial-techpreview-2of2
/test e2e-azure
/test e2e-gcp
/test e2e-upgrade
/test e2e-upgrade-out-of-change
/test minor-e2e-upgrade-minor

@openshift-ci

openshift-ci Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: jsafrane
Once this PR has been reviewed and has the lgtm label, please assign joelspeed 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

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

Labels

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/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