[WIP] 🌱 Refactor envtest release process to update envtest index locally#1113
[WIP] 🌱 Refactor envtest release process to update envtest index locally#1113sbueringer wants to merge 1 commit intokubernetes-sigs:mainfrom
Conversation
16020fe to
e1cb690
Compare
|
/assign @vincepri @chrischdi |
|
/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. DetailsGit 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 DetailsNeeds 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 |
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 |
|
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 |
877130f to
8d4a635
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 |
Signed-off-by: Stefan Büringer buringerst@vmware.com
8d4a635 to
8075452
Compare
|
@sbueringer Did we ever get the ability to have actions create PRs back? |
|
No. I keep poking but I'm not optimistic: kubernetes/org#5126 (comment) Maybe time to merge some version of this PR and cleanly document how the promotion PR can be generated manually |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
|
@k8s-triage-robot: Closed this PR. 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 kubernetes-sigs/prow repository. |
Signed-off-by: Stefan Büringer buringerst@vmware.com
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.shand open a PR manually/hold
for now for further discussion. Maybe there's a better way