Skip to content

Commit 3763a67

Browse files
authored
Merge pull request #19479 from ivanvc/release-note-CVE-2025-22869
changelog: add note from CVE-2025-22869
2 parents 4a9ab7c + 48fcef5 commit 3763a67

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG/CHANGELOG-3.4.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
1515

1616
### Dependencies
1717
- Compile binaries using [go 1.23.6](https://github.com/etcd-io/etcd/pull/19429)
18-
- Bump [golang.org/x/crypto to 0.32.0 to address CVE-2024-45337 and golang.org/x/net to 0.34.0 to address CVE-2024-45338](https://github.com/etcd-io/etcd/pull/19197).
18+
- Bump golang.org/x/crypto to v0.35.0 to address [CVE-2024-45337](https://github.com/etcd-io/etcd/pull/19197) and [CVE-2025-22869](https://github.com/etcd-io/etcd/pull/19477).
19+
- Bump golang.org/x/net to v0.34.0 to address [CVE-2024-45338](https://github.com/etcd-io/etcd/pull/19197).
1920

2021
<hr>
2122

CHANGELOG/CHANGELOG-3.5.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
1414

1515
### Dependencies
1616
- Compile binaries using [go 1.23.6](https://github.com/etcd-io/etcd/pull/19430).
17+
- Bump [golang.org/x/crypto to v0.35.0 to address CVE-2025-22869](https://github.com/etcd-io/etcd/pull/19478).
1718

1819
<hr>
1920

CHANGELOG/CHANGELOG-3.6.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/
1818

1919
- Add [`DowngradeInfo` to endpoint status response](https://github.com/etcd-io/etcd/pull/19471)
2020

21+
### Dependencies
22+
23+
- Bump [golang.org/x/crypto to v0.35.0 to address CVE-2025-22869](https://github.com/etcd-io/etcd/pull/19480).
24+
2125
## v3.6.0-rc.0 (2025-02-13)
2226

2327
See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0).

0 commit comments

Comments
 (0)