changelog: add 3.4 and 3.5 note about go 1.20.13

Signed-off-by: Ivan Valdes <ivan@vald.es>
This commit is contained in:
Ivan Valdes 2024-01-23 14:03:14 -08:00
parent 15f95ec49b
commit c83feebbbd
No known key found for this signature in database
GPG Key ID: 4037D37741ED0CC5
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