changelog: add 3.4 and 3.5 note about go 1.21.8

Signed-off-by: Lan Liang <gcslyp@gmail.com>
This commit is contained in:
Lan Liang 2024-03-06 13:29:01 +00:00
parent a481256c8f
commit b730b3a3eb
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
### Dependencies
- Compile binaries using [go 1.21.6](https://github.com/etcd-io/etcd/pull/17368).
- Upgrade [bbolt to 1.3.9](https://github.com/etcd-io/etcd/pull/17484).
- Compile binaries using [go 1.21.8](https://github.com/etcd-io/etcd/pull/17538).
### Others
- [Make CGO_ENABLED configurable](https://github.com/etcd-io/etcd/pull/17422).

View File

@ -23,6 +23,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### Dependencies
- Compile binaries using [go 1.21.6](https://github.com/etcd-io/etcd/pull/17362).
- Upgrade [bbolt to v1.3.9](https://github.com/etcd-io/etcd/pull/17483).
- Compile binaries using [go 1.21.8](https://github.com/etcd-io/etcd/pull/17537).
### Others
- [Make CGO_ENABLED configurable](https://github.com/etcd-io/etcd/pull/17421).