Skip to content

Commit 0502e00

Browse files
authored
Merge pull request #8189 from sbueringer/pr-update-bump-doc
📖 book: update Kubernetes bump documentation according to the new policy
2 parents bfa62f4 + fe99ee5 commit 0502e00

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/ISSUE_TEMPLATE/kubernetes_bump.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,16 @@ changes should be cherry-picked to all release series that will support the new
2929
* Verify the quickstart manually
3030
* Prior art: #7156
3131
* bump `InitWithKubernetesVersion` in `clusterctl_upgrade_test.go`
32-
* [ ] 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 .
32+
* [ ] Ensure the jobs are adjusted to provide test coverage according to our [support policy](https://cluster-api.sigs.k8s.io/reference/versions.html#supported-kubernetes-versions):
33+
* For the main branch and the release branch of the latest supported Cluster API minor release:
34+
* Add new periodic upgrade job.
3635
* Adjust presubmit jobs so that we have the latest upgrade jobs available on PRs.
36+
* For the main branch:
37+
* periodics & presubmits:
38+
* Bump `KUBEBUILDER_ENVTEST_KUBERNETES_VERSION` of the `test-mink8s` jobs to the new minimum supported management cluster version.
39+
* periodics:
40+
* Bump `KUBERNETES_VERSION_MANAGEMENT` of the `e2e-mink8s` job to the new minimum supported management cluster version.
41+
* Drop the oldest upgrade job as the oldest Kubernetes minor version is now out of support.
3742
* Prior art: https://github.com/kubernetes/test-infra/pull/27421
3843
* [ ] Update book:
3944
* Update supported versions in `versions.md`

0 commit comments

Comments
 (0)