SPLAT-2410: Change annotation from feature-set to feature-gate#83
SPLAT-2410: Change annotation from feature-set to feature-gate#83AnnaZivkovic wants to merge 3 commits intoopenshift:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: AnnaZivkovic 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 |
|
@AnnaZivkovic: This pull request references SPLAT-2410 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 "4.22.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. |
Enable deployment of Cluster API operator components when using ClusterAPIMachineManagement feature gate. This allows the operator to run on clusters with any featureSet that has ClusterAPIMachineManagement feature-gate enabled.
….0-20260211173825-b82eff130f3e Update the manifests-gen tool dependency to the latest version which: - Removes hardcoded feature-set annotations from generated manifests This aligns with the upstream changes that eliminate the CustomNoUpgraded and TechPreviewNoUpgrade feature-set annotations, allowing the operator to work with feature-gate based deployments ClusterAPIMachineManagement feature-gate enabled.
3e380b2 to
e91b4a9
Compare
Update Makefile flags and manager image to work with the new manifests-gen tool version.
e91b4a9 to
ec623db
Compare
|
@AnnaZivkovic: The following tests failed, say
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. |
Enable deployment of Cluster API operator components when using ClusterAPIMachineManagement feature gate. This allows the operator to run on clusters with any featureSet that has ClusterAPIMachineManagement feature-gate enabled.
This is related to openshift/cluster-capi-operator#465