Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
- Fix [runtime panic that occurs when KeepAlive is called with a Context implemented by an uncomparable type](https://github.com/etcd-io/etcd/pull/18936)

### Dependencies
- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19005)
- Compile binaries using [go 1.22.11](https://github.com/etcd-io/etcd/pull/19212)

<hr>

## v3.4.35 (2024-11-12)
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/

### Dependencies
- Bump [golang-jwt/jwt to 4.5.1 to address GO-2024-3250](https://github.com/etcd-io/etcd/pull/18899).
- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19004).
- Compile binaries using [go 1.22.11](https://github.com/etcd-io/etcd/pull/19211).

<hr>

Expand Down
Loading