Skip to content
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

CHANGELOG: add 'server/embed: fix data race when starting both secure & insecure gRPC servers on the same address' into 3.4/3.5 #15546

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

fuweid
Copy link
Member

@fuweid fuweid commented Mar 22, 2023

Add item server/embed: fix data race when starting both secure & insecure gRPC servers on the same address to 3.4/3.5 changelog.

REF: #15509

Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.

@fuweid fuweid changed the title CHANGELOG: add item into 3.4/3.5 CHANGELOG: add **server/embed: fix data race when start insecure grpc** into 3.4/3.5 Mar 22, 2023
@fuweid fuweid changed the title CHANGELOG: add **server/embed: fix data race when start insecure grpc** into 3.4/3.5 CHANGELOG: add 'server/embed: fix data race when start insecure grpc' into 3.4/3.5 Mar 22, 2023
@@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/

## v3.4.25 (TBD)

### etcd server
- Fix [server/embed: fix data race when start insecure grpc](https://github.com/etcd-io/etcd/pull/15518)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment to make it clearer.

Suggested change
- Fix [server/embed: fix data race when start insecure grpc](https://github.com/etcd-io/etcd/pull/15518)
- Fix [server/embed: fix data race when starting both secure & insecure gRPC servers on the same address](https://github.com/etcd-io/etcd/pull/15518)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Updated

@@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/

## v3.5.8 (TBD)

### etcd server
- Fix [server/embed: fix data race when start insecure grpc](https://github.com/etcd-io/etcd/pull/15517)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

Add item [server/embed: fix data race when starting both secure & insecure
gRPC servers on the same address] to 3.4/3.5 changelog.

REF: etcd-io#15509

Signed-off-by: Wei Fu <fuweid89@gmail.com>
@fuweid fuweid force-pushed the update-changelog branch from ad90d2d to 0daf06f Compare March 22, 2023 06:06
@fuweid fuweid changed the title CHANGELOG: add 'server/embed: fix data race when start insecure grpc' into 3.4/3.5 CHANGELOG: add 'server/embed: fix data race when starting both secure & insecure gRPC servers on the same address' into 3.4/3.5 Mar 22, 2023
Copy link
Member

@ahrtr ahrtr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thank you @fuweid

Copy link
Member

@jmhbnz jmhbnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏻

@ahrtr ahrtr merged commit 86fd5d6 into etcd-io:main Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants