-
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 3.4 & 3.5 changelog. #16943
Update 3.4 & 3.5 changelog. #16943
Conversation
Hi @arjunmalhotra1. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
LGTM - Thanks @arjunmalhotra1
/lgtm
/approve
/joke |
@jmhbnz: I used to work for an origami company but they folded. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
CHANGELOG/CHANGELOG-3.5.md
Outdated
@@ -29,7 +29,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ | |||
- Fix [panic in etcd validate secure endpoints](https://github.com/etcd-io/etcd/pull/16565) | |||
|
|||
### Dependencies | |||
- Compile binaries using [go 1.20.10](https://github.com/etcd-io/etcd/pull/16745). | |||
- Compile binaries using [go 1.20.11](https://github.com/etcd-io/etcd/pull/16915). |
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.
3.5.10 has already been released. Please create a new section for 3.5.11 to hold this change.
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.
Good catch!
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.
Thank you @ahrtr. Do I only add the dependencies part in the new section for 3.5.11, and leave the other parts vacant?
I am looking at 3.5.10 and I see a few sections in there. Snapshot attached.
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.
Example pr here for setting up changelog with new sections: #15841.
You only need to add the dependencies section initially, other sections will be added later as required.
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.
The new section 3.5.11 has already been created in another PR, please rebase this PR, and add the item under the new section. Thanks.
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.
Signed-off-by: arjunmalhotra1 <am2cj@virginia.edu>
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.
lgtm
Thanks.
Fix #16891(Comment)
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.