Merge pull request #16229 from ahrtr/changelog_20230712

Changelog: add items to cover the fix of bumping go to 1.19.11
This commit is contained in:
Benjamin Wang
2023-07-14 12:08:07 +01:00
committed by GitHub
2 changed files with 9 additions and 3 deletions

View File

@@ -2,6 +2,11 @@
Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.3.md).
## v3.4.28 (tbd)
### Dependencies
- Compile binaries using [go 1.19.11](https://github.com/etcd-io/etcd/pull/16228).
<hr>
## v3.4.27 (2023-07-11)

View File

@@ -16,15 +16,16 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### etcdctl v3
- Add [optional --bump-revision and --mark-compacted flag to etcdctl snapshot restore operation](https://github.com/etcd-io/etcd/pull/16165).
### Dependencies
- Compile binaries using [go 1.19.10](https://github.com/etcd-io/etcd/pull/16033).
### etcd grpc-proxy
- Fix [Memberlist results not updated when proxy node down](https://github.com/etcd-io/etcd/pull/15907).
### Package `clientv3`
- Fix [Multiple endpoints with same prefix got mixed up](https://github.com/etcd-io/etcd/pull/15939)
- Fix [Unexpected blocking when barrier waits on a nonexistent key](https://github.com/etcd-io/etcd/pull/16188)
### Dependencies
- Compile binaries using [go 1.19.11](https://github.com/etcd-io/etcd/pull/16227).
<hr>
## v3.5.9 (2023-05-11)