mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #15020 from ahrtr/changelog_security_20221219
changelog: update items to address the critical and high Vulnerabilities
This commit is contained in:
commit
1c00d46b83
@ -13,6 +13,14 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
|
|||||||
- Fix [Remove memberID from data corrupt alarm](https://github.com/etcd-io/etcd/pull/14853).
|
- Fix [Remove memberID from data corrupt alarm](https://github.com/etcd-io/etcd/pull/14853).
|
||||||
- Fix [nil pointer panic for readonly txn due to nil response](https://github.com/etcd-io/etcd/pull/14900).
|
- Fix [nil pointer panic for readonly txn due to nil response](https://github.com/etcd-io/etcd/pull/14900).
|
||||||
|
|
||||||
|
### Security
|
||||||
|
- Use [distroless base image](https://github.com/etcd-io/etcd/pull/15017) to address critical Vulnerabilities.
|
||||||
|
- Bumped [some dependencies](https://github.com/etcd-io/etcd/pull/15019) to address some HIGH Vulnerabilities.
|
||||||
|
|
||||||
|
### Go
|
||||||
|
- Require [Go 1.17+](https://github.com/etcd-io/etcd/pull/15019).
|
||||||
|
- Compile with [Go 1.17+](https://go.dev/doc/devel/release#go1.17)
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
## v3.4.22 (2022-11-02)
|
## v3.4.22 (2022-11-02)
|
||||||
|
@ -14,6 +14,14 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
|
|||||||
### Package `clientv3`
|
### Package `clientv3`
|
||||||
- Reverted the fix to [auth invalid token and old revision errors in watch](https://github.com/etcd-io/etcd/pull/14995).
|
- Reverted the fix to [auth invalid token and old revision errors in watch](https://github.com/etcd-io/etcd/pull/14995).
|
||||||
|
|
||||||
|
### Security
|
||||||
|
- Use [distroless base image](https://github.com/etcd-io/etcd/pull/15016) to address critical Vulnerabilities.
|
||||||
|
- Bumped [some dependencies](https://github.com/etcd-io/etcd/pull/15018) to address some HIGH Vulnerabilities.
|
||||||
|
|
||||||
|
### Go
|
||||||
|
- Require [Go 1.17+](https://github.com/etcd-io/etcd/pull/15019).
|
||||||
|
- Compile with [Go 1.17+](https://go.dev/doc/devel/release#go1.17)
|
||||||
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user