changelog: add ipv6 comparison fix to 3.4 and 3.5

Signed-off-by: kidsan <8798449+Kidsan@users.noreply.github.com>
This commit is contained in:
kidsan 2023-01-26 12:15:52 +01:00 committed by Benjamin Wang
parent e2b8e86624
commit 070d56b6cd
2 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
### Other
- Updated [base image from base-debian11 to static-debian11 and removed dependency on busybox](https://github.com/etcd-io/etcd/pull/15038).
### Package `netutil`
- Fix [consistently format IPv6 addresses for comparison](https://github.com/etcd-io/etcd/pull/15188)
<hr>
## v3.4.23 (2022-12-21)

View File

@ -4,6 +4,13 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
<hr>
## v3.5.8 (TBD)
### Package `netutil`
- Fix [consistently format IPv6 addresses for comparison](https://github.com/etcd-io/etcd/pull/15187)
<hr>
## v3.5.7 (2023-01-20)
### etcd server