Skip to content

Commit

Permalink
changelog: add ipv6 comparison fix to 3.4 and 3.5
Browse files Browse the repository at this point in the history
Signed-off-by: kidsan <8798449+Kidsan@users.noreply.github.com>
  • Loading branch information
Kidsan committed Jan 27, 2023
1 parent 3b612ce commit 06de4ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06de4ba

Please sign in to comment.