Skip to content

Commit

Permalink
book: update Kubernetes bump documentation according to the new policy
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Büringer [email protected]
  • Loading branch information
sbueringer committed Feb 27, 2023
1 parent d21addf commit 0534ac3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/ISSUE_TEMPLATE/kubernetes_bump.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,16 @@ changes should be cherry-picked to all release series that will support the new
* Prior art: #7156
* bump `InitWithKubernetesVersion` in `clusterctl_upgrade_test.go`
* [ ] Job configurations:
* For all releases which will support the new Kubernetes version:
* Update `INIT_WITH_KUBERNETES_VERSION`.
* Add new periodic upgrade jobs .
* 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).
* For the main branch and the release branch of the latest supported Cluster API minor release:
* Add new periodic upgrade job.
* Adjust presubmit jobs so that we have the latest upgrade jobs available on PRs.
* For the main branch:
* periodics & presubmits:
* Bump `KUBEBUILDER_ENVTEST_KUBERNETES_VERSION` of the `test-mink8s` jobs to the new minimum supported management cluster version.
* periodics:
* Bump `KUBERNETES_VERSION_MANAGEMENT` of the `e2e-mink8s` job to the new minimum supported management cluster version.
* Drop the oldest upgrade job as the oldest Kubernetes minor version is now out of support.
* Prior art: https://github.com/kubernetes/test-infra/pull/27421
* [ ] Update book:
* Update supported versions in `versions.md`
Expand Down

0 comments on commit 0534ac3

Please sign in to comment.