changelog: udpate changelog to reflect go version 1.21.12 bump.

Signed-off-by: D Tripp <38776199+thedtripp@users.noreply.github.com>
This commit is contained in:
D Tripp 2024-07-04 00:30:12 +00:00
parent 04082b7672
commit 9b87477ded
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
## v3.4.34 (TBD)
### Dependencies
- Compile binaries using go [1.21.12](https://github.com/etcd-io/etcd/pull/18272).
<hr>
## v3.4.33 (2024-06-13)

View File

@ -11,7 +11,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
- Add [Support multiple values for allowed client and peer TLS identities](https://github.com/etcd-io/etcd/pull/18160)
### Dependencies
- Compile binaries using [go 1.21.11](https://github.com/etcd-io/etcd/pull/18129).
- Compile binaries using [go 1.21.12](https://github.com/etcd-io/etcd/pull/18271).
- [Fully address CVE-2023-45288 and fix govulncheck CI check](https://github.com/etcd-io/etcd/pull/18170)
## v3.5.14 (2024-05-29)