Skip to content

Commit

Permalink
Updated Changelog in v3.5.18
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag De <[email protected]>
  • Loading branch information
deanurag committed Dec 6, 2024
1 parent c546b5d commit 9e8d25a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
### Package `clientv3`
- 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)
-
<hr>

## v3.4.35 (2024-11-12)
Expand All @@ -19,7 +23,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
- Fix [close temp file(s) in case an error happens during defragmentation](https://github.com/etcd-io/etcd/pull/18855)

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

<hr>

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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).

<hr>

Expand All @@ -22,7 +23,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
- Fix [close temp file(s) in case an error happens during defragmentation](https://github.com/etcd-io/etcd/pull/18854)

### Dependencies
- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19004).
- Compile binaries using [go 1.22.9](https://github.com/etcd-io/etcd/pull/18849).

<hr>

Expand Down

0 comments on commit 9e8d25a

Please sign in to comment.