Merge pull request #17309 from ivanvc/update-changelog-to-add-go-1.20.13

changelog: add 3.4 and 3.5 note about go 1.20.13
This commit is contained in:
Marek Siarkowicz 2024-01-26 10:47:32 +01:00 committed by GitHub
commit 58846bd8f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
### etcd server
- Fix [nil pointer panicking due to using the wrong log library](https://github.com/etcd-io/etcd/pull/17270)
### Dependencies
- Compile binaries using go [1.20.13](https://github.com/etcd-io/etcd/pull/17276).
<hr>
## v3.4.29 (2024-01-09)

View File

@ -9,6 +9,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### etcd server
- [Add livez/readyz HTTP endpoints](https://github.com/etcd-io/etcd/pull/17039)
### Dependencies
- Compile binaries using [go 1.20.13](https://github.com/etcd-io/etcd/pull/17275)
## v3.5.11 (2023-12-07)
### etcd server