-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 Refactor envtest release process to update envtest index locally #1113
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Stefan Büringer [email protected]
16020fe
to
e1cb690
Compare
/assign @vincepri @chrischdi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/lgtm cancel It seems OK for me, but as seen that you are looking for further options I will remove the lgtm |
LGTM label has been added. Git tree hash: 0e77f652bb54e6234cf6aaa38815b011978fc705
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, sbueringer, vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Stefan Büringer [email protected]
controller-tools repo is now configured in a way that blocks creation of pull requests by actions (see https://github.com/kubernetes-sigs/controller-tools/actions/runs/12463704971).
This PR changes the process. Now it's necessary to run
KUBERNETES_VERSION=v1.32.0 hack/envtest/update-envtest-releases.sh
and open a PR manually/hold
for now for further discussion. Maybe there's a better way