Skip to content

Commit cf2e00a

Browse files
committed
docs: add instruction to change GOLANG_VERSION
Signed-off-by: joshjms <[email protected]>
1 parent 0b7f13f commit cf2e00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/contributor-guide/bump_etcd_version_k8s.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can refer to the guide [here](https://github.com/kubernetes/community/blob/m
6666
match: BUNDLED_ETCD_VERSIONS\?|
6767
```
6868

69-
2. In `cluster/images/etcd/Makefile`, include the new version in `BUNDLED_ETCD_VERSIONS` and update the `LATEST_ETCD_VERSION` as well (the image tag will be generated from the `LATEST_ETCD_VERSION`). Update `GOLANG_VERSION` if necessary. You can check whether or not to update the `GOLANG_VERSION` by checking the `CHANGELOG`.
69+
2. In `cluster/images/etcd/Makefile`, include the new version in `BUNDLED_ETCD_VERSIONS` and update the `LATEST_ETCD_VERSION` as well (the image tag will be generated from the `LATEST_ETCD_VERSION`). Update `GOLANG_VERSION` if necessary. You can check whether or not to update the `GOLANG_VERSION` by checking the `CHANGELOG`. Update `GOLANG_VERSION` according to the version used to compile that release version (can be seen in the CHANGELOG).
7070

7171
```Makefile
7272
# BUNDLED_ETCD_VERSIONS?=3.4.18 3.5.17

0 commit comments

Comments
 (0)