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: Documentation/contributor-guide/bump_etcd_version_k8s.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ You can refer to the guide [here](https://github.com/kubernetes/community/blob/m
66
66
match: BUNDLED_ETCD_VERSIONS\?|
67
67
```
68
68
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).
0 commit comments