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/release.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,10 @@ On the day of the release:
132
132
8. Raise a follow-up `kubernetes/org` pull request to return the GitHub release team to empty, least privilege state.
133
133
9. Crease a new stable branch through `git push origin release-${VERSION_MAJOR}.${VERSION_MINOR}`if this is a new major or minor stable release.
134
134
10. Re-generate a new password forquay.io if needed (e.g. shared to a contributor who isn'tin the release team, and we should rotate the password at least once every 3 months).
135
+
11. Bump the new etcd release in Kubernetes, refer to [Bump etcd Version in Kubernetes](bump_etcd_version_k8s.md).
136
+
137
+
- For etcd 3.6 patches, bump it to Kubernetes 1.34 and all newer minor versions (including `master` branch)
138
+
- For etcd 3.5 patches, bump it to Kubernetes 1.33 and all older supported versions
0 commit comments