update to release.openshift.io/feature-set to match OCP 4.12#1764
Conversation
|
/retest |
I think I got the generator problem, but I don't see how to fix the vendor job. |
Looks like we're running into pruning issues as outlined in https://go.dev/doc/go1.17#go-command. We need to either change our Makefile to run |
submitted #1769 to bump go.mod to |
|
@deads2k after a rebase and |
I keep getting |
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, simonpasquier The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@deads2k: 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/test-infra repository. I understand the commands that are listed here. |
This updates the operator openshift/api master to pick up the updated feature-set string. In so doing, it must bring in kube 1.25.0, which I've done. Minor fitting was required in a mock in order to build.
This was added in openshift/cluster-version-operator#821 to allow more featuresets and allow for a future migration to include actual gates. Because usage of this manifest would prevent upgrades, there are not upgrade concerns for this change.
/cc @wking