Skip to content

Commit

Permalink
Changelog: add items to cover the fix of bumping go to 1.19.11
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <[email protected]>
  • Loading branch information
ahrtr committed Jul 12, 2023
1 parent 930dbbc commit 8fd4233
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8fd4233

Please sign in to comment.