Update Changelog of 3.5 and 3.4 (#19028)
* Update changelog for both 3.4 and 3.5 to cover the go version bumping Signed-off-by: Anurag De <anuragde2004@gmail.com> --------- Signed-off-by: Anurag De <anuragde2004@gmail.com>
This commit is contained in:
parent
675c2e3b25
commit
bbe48b3778
@ -9,6 +9,9 @@ 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)
|
||||
|
@ -11,11 +11,13 @@ Previous change logs can be found at [CHANGELOG-3.4](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/18937)
|
||||
|
||||
|
||||
### etcd grpc-proxy
|
||||
- Add [`tls min/max version to grpc proxy`](https://github.com/etcd-io/etcd/pull/18829) to support setting TLS min and max version.
|
||||
|
||||
## 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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user