-
Notifications
You must be signed in to change notification settings - Fork 446
🌱 Refactor envtest release process to update envtest index locally #1113
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
base: main
Are you sure you want to change the base?
Conversation
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 |
Asked in #github-management if they can allow creating PRs with GitHub actions again: https://kubernetes.slack.com/archives/C01672LSZL0/p1735546177638379 |
Looks like we might get a fix in Q1/Q2: kubernetes/org#5126 I'll keep this PR on hold for now (we can always use the script from this PR to update the index) |
e1cb690
to
2d9d7d3
Compare
New changes are detected. LGTM label has been removed. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Signed-off-by: Stefan Büringer [email protected]
2d9d7d3
to
877130f
Compare
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
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