From 4a5cf2e23ceb8f4c6f62c63eb76980ee6c69b0e2 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Mon, 2 Jan 2023 18:45:48 +0100 Subject: [PATCH] Kubernetes bump issue template: fix prior art link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- .github/ISSUE_TEMPLATE/kubernetes_bump.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/kubernetes_bump.md b/.github/ISSUE_TEMPLATE/kubernetes_bump.md index a8f017aff10f..0242e567c31f 100644 --- a/.github/ISSUE_TEMPLATE/kubernetes_bump.md +++ b/.github/ISSUE_TEMPLATE/kubernetes_bump.md @@ -53,7 +53,7 @@ run the Cluster API controllers on the new Kubernetes version. * [ ] Update our Prow jobs for the `main` branch to use the correct `kubekins-e2e` image * It is recommended to have one PR for presubmit and one for periodic jobs to reduce the risk of breaking the periodic jobs. * Prior art: presubmit jobs: https://github.com/kubernetes/test-infra/pull/27311 - * Prior art: periodic jobs: https://github.com/kubernetes/test-infra/pull/27311 + * Prior art: periodic jobs: https://github.com/kubernetes/test-infra/pull/27326 * [ ] Bump the Go version in Cluster API: (if Kubernetes is using a new Go minor version) * Search for the currently used Go version across the repository and update it * We have to at least modify it in: `.github/workflows`, `hack/ensure-go.sh`, `.golangci.yml`, `cloudbuild*.yaml`, `go.mod`, `Makefile`, `netlify.toml`, `Tiltfile`