Skip to content

Commit 0e25b78

Browse files
committed
review fixes
1 parent eb84f3e commit 0e25b78

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/ISSUE_TEMPLATE/kubernetes_bump.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ This section contains tasks to update our book, e2e testing and CI to use and te
2222
as well as changes to Cluster API that we might have to make to support the new Kubernetes version. All of these
2323
changes should be cherry-picked to all release series that will support the new Kubernetes version.
2424

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/*`.
2727
* 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:
2929
* Bump the Kubernetes version in `test/*`.
3030
* Prior art: TODO (previously #9160)
3131
* [ ] 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
5858

5959
### Bump quickstart and kind image references in CAPD
6060

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+
6166
* [ ] Bump quickstart and kind image references in CAPD:
6267
* Bump the Kubernetes version in:
6368
* `docs/*`
@@ -96,5 +101,3 @@ run the Cluster API controllers on the new Kubernetes version.
96101
* Prior art: #7118
97102
98103
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

Comments
 (0)