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
+8-5
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ This section contains tasks to update our book, e2e testing and CI to use and te
22
22
as well as changes to Cluster API that we might have to make to support the new Kubernetes version. All of these
23
23
changes should be cherry-picked to all release series that will support the new Kubernetes version.
24
24
25
-
*[ ] Modify CAPD to use a release candidate of the upcoming Kubernetes release:
26
-
* Bump the Kubernetes version in `test/*`.
25
+
*[ ] Modify CAPD to use a beta/release candidates of the upcoming Kubernetes release (repetitive):
26
+
* Bump the Kubernetes version in `test/*` except for `test/infrastructure/kind/*`.
27
27
* Prior art: TODO (previously #9160)
28
-
*[ ] Modify CAPD to use the new Kubernetes release:
28
+
*[ ] Modify CAPD to use the new Kubernetes release after it is GA:
29
29
* Bump the Kubernetes version in `test/*`.
30
30
* Prior art: TODO (previously #9160)
31
31
*[ ] 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):
@@ -58,6 +58,11 @@ changes should be cherry-picked to all release series that will support the new
58
58
59
59
### Bump quickstart and kind image references in CAPD
60
60
61
+
Prerequisites:
62
+
63
+
* The target Kubernetes version is GA
64
+
* There is a new [kind version with/or a new set of kind images](https://github.com/kubernetes-sigs/kind/releases) for the target Kubernetes version
65
+
61
66
* [ ] Bump quickstart and kind image references in CAPD:
62
67
* Bump the Kubernetes version in:
63
68
*`docs/*`
@@ -96,5 +101,3 @@ run the Cluster API controllers on the new Kubernetes version.
96
101
* Prior art: #7118
97
102
98
103
After release of CAPI v1.X.x (that supports Kubernetes v1.Y):
99
-
100
-
* [ ] Bump WorkloadKubernetesVersion for test When testing clusterctl upgrades using ClusterClass (v1.X=>current) [ClusterClass]
0 commit comments