Skip to content

Commit 0534ac3

Browse files
committed
book: update Kubernetes bump documentation according to the new policy
Signed-off-by: Stefan Büringer buringerst@vmware.com
1 parent d21addf commit 0534ac3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/kubernetes_bump.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,16 @@ changes should be cherry-picked to all release series that will support the new
3030
* Prior art: #7156
3131
* bump `InitWithKubernetesVersion` in `clusterctl_upgrade_test.go`
3232
* [ ] Job configurations:
33-
* For all releases which will support the new Kubernetes version:
34-
* Update `INIT_WITH_KUBERNETES_VERSION`.
35-
* Add new periodic upgrade jobs .
33+
* Note: The jobs are adjusted to have test coverage according to our [support policy](https://cluster-api.sigs.k8s.io/reference/versions.html#supported-kubernetes-versions).
34+
* For the main branch and the release branch of the latest supported Cluster API minor release:
35+
* Add new periodic upgrade job.
3636
* Adjust presubmit jobs so that we have the latest upgrade jobs available on PRs.
37+
* For the main branch:
38+
* periodics & presubmits:
39+
* Bump `KUBEBUILDER_ENVTEST_KUBERNETES_VERSION` of the `test-mink8s` jobs to the new minimum supported management cluster version.
40+
* periodics:
41+
* Bump `KUBERNETES_VERSION_MANAGEMENT` of the `e2e-mink8s` job to the new minimum supported management cluster version.
42+
* Drop the oldest upgrade job as the oldest Kubernetes minor version is now out of support.
3743
* Prior art: https://github.com/kubernetes/test-infra/pull/27421
3844
* [ ] Update book:
3945
* Update supported versions in `versions.md`

0 commit comments

Comments
 (0)