-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update release.md to reflect notes taken during 3.5.15 release #18383
Conversation
a02af7d
to
d46227a
Compare
@@ -62,6 +62,7 @@ which don't need to be executed before releasing each version. | |||
4. Authenticate the image registry, refer to [Authentication methods](https://cloud.google.com/container-registry/docs/advanced-authentication). | |||
- `gcloud auth login` | |||
- `gcloud auth configure-docker` | |||
5. Ensure there is at least 500MB of free space on your Linux machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please follow #18346 (comment)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, did that one wrong... Thanks! Updated.
Signed-off-by: Wenjia Zhang <[email protected]>
d46227a
to
b7f08e0
Compare
Please try not to create branch on the etcd-io/etcd directly (e.g. wenjiaswe-patch-1 in this PR). Instead, please fork the repo, and create branch on your forked repo. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, serathius, wenjiaswe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Maybe it is a good time to clean up branches |
Done - good to clean up. |
Update release.md based on 3.5.15 release: #18247 (comment)
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.