WIP: STOR-2966: Promote ExternalSnapshotMetadata feature gate to TechPreviewNoUpgrade#2887
WIP: STOR-2966: Promote ExternalSnapshotMetadata feature gate to TechPreviewNoUpgrade#2887RomanBednar wants to merge 1 commit into
Conversation
…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.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@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. DetailsIn response to this:
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. |
|
Hello @RomanBednar! Some important instructions when contributing to openshift/api: |
📝 WalkthroughWalkthroughThis PR promotes the 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@RomanBednar: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Summary
ExternalSnapshotMetadatafeature gate fromDevPreviewNoUpgradetoTechPreviewNoUpgradefor OCP 5.0contactPersonfromjdobsontorbednarContext
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: ChangedcontactPerson("jdobson")tocontactPerson("rbednar")and changedenable(inDevPreviewNoUpgrade())toenable(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)