You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/kubernetes_bump.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,16 @@ changes should be cherry-picked to all release series that will support the new
29
29
* Verify the quickstart manually
30
30
* Prior art: #7156
31
31
* 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.
36
35
* 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.
0 commit comments