From b6f095e3672cb482c0784b88c87e79ebd0c47f7a Mon Sep 17 00:00:00 2001 From: Luke Zhang Date: Wed, 2 Aug 2023 16:17:42 +0800 Subject: [PATCH] Changelog: modify dependencies bumping go to 1.19.12 Signed-off-by: Luke Zhang --- CHANGELOG/CHANGELOG-3.4.md | 6 +++--- CHANGELOG/CHANGELOG-3.5.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 5d95da5bb..a5463cded 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -4,15 +4,15 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ ## v3.4.28 (tbd) -### Dependencies -- Compile binaries using [go 1.19.11](https://github.com/etcd-io/etcd/pull/16228). - ### etcd server - Improve [Skip getting authInfo from incoming context when auth is disabled](https://github.com/etcd-io/etcd/pull/16240) ### Package `clientv3` - Fix [Reset auth token when failing to authenticate due to auth being disabled](https://github.com/etcd-io/etcd/pull/16240) +### Dependencies +- Compile binaries using [go 1.19.12](https://github.com/etcd-io/etcd/pull/16353). +
## v3.4.27 (2023-07-11) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 5fed673a3..926244c1d 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -26,7 +26,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - Fix [Reset auth token when failing to authenticate due to auth being disabled](https://github.com/etcd-io/etcd/pull/16241) ### Dependencies -- Compile binaries using [go 1.19.11](https://github.com/etcd-io/etcd/pull/16227). +- Compile binaries using [go 1.19.12](https://github.com/etcd-io/etcd/pull/16352).