Skip to content

Conversation

@JoelSpeed
Copy link
Contributor

This will allow CVO to start including/excluding manifests based on the enabled feature gates, as opposed to currently where we only include based on the enabled feature set.

This means that we will need fewer simul-merge PRs where we merge a feature gate promotion but then have to adjust manifests to change their feature gating level.

The annotation itself is release.openshift.io/feature-gate which takes a comma separated list of feature gates, each optionally prefix by - to indicate a negation (this gate must be disabled). The requirements are ANDed.

@openshift-ci openshift-ci bot requested review from bertinatto and deads2k December 24, 2025 10:22
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 24, 2025

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

Copy link
Member

@bertinatto bertinatto left a comment

Choose a reason for hiding this comment

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

I think it would be helpful to have a proof PR for this change. Other than that, I’ve reviewed the changes (with my limited knowledge in this area), and it LGTM. Leaving the final approval to the CVO team.

/approve

// capability. This is necessary to allow updates to an OCP version containing newly defined capabilities.
func (m *Manifest) IncludeAllowUnknownCapabilities(excludeIdentifier *string, requiredFeatureSet *string, profile *string,
capabilities *configv1.ClusterVersionCapabilitiesStatus, overrides []configv1.ComponentOverride, allowUnknownCapabilities bool) error {
capabilities *configv1.ClusterVersionCapabilitiesStatus, overrides []configv1.ComponentOverride, enabledFeatureGates sets.Set[string], allowUnknownCapabilities bool) error {
Copy link
Member

Choose a reason for hiding this comment

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

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 29, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bertinatto, JoelSpeed

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 Dec 29, 2025
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants