Skip to content

Commit f9c0c0d

Browse files
committed
CHANGELOG-3.4: Add entries for v3.4.42
Signed-off-by: Ivan Valdes <ivan@vald.es>
1 parent fbf36c3 commit f9c0c0d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG/CHANGELOG-3.4.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,24 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
44

55
---
66

7-
## v3.4.42 (TBC)
7+
## v3.4.43 (TBC)
8+
9+
---
10+
11+
## v3.4.42 (2026-03-20)
812

913
### etcd server
1014

1115
- Fix [Race between read index and leader change](https://github.com/etcd-io/etcd/pull/21385)
1216
- Fix [Stale reads caused by process pausing](https://github.com/etcd-io/etcd/pull/21423)
17+
- Guard unauthenticated endpoints with auth checks to fix [Authorization bypasses in multiple APIs (CVE-2026-33413)](https://github.com/etcd-io/etcd/security/advisories/GHSA-q8m4-xhhv-38mg)
18+
- Enforce auth checks for nested txn ops to fix [Nested etcd transactions bypass RBAC authorization checks (CVE-2026-33343)](https://github.com/etcd-io/etcd/security/advisories/GHSA-rfx7-8w68-q57q)
1319

1420
### Dependencies
1521

16-
- Compile binaries using [go 1.25.7](https://github.com/etcd-io/etcd/pull/21406)
22+
- Compile binaries using [go 1.25.8](https://github.com/etcd-io/etcd/pull/21461)
1723
- [Bump golang.org/x/net to v0.51.0 to resolve GO-2026-4559](https://github.com/etcd-io/etcd/pull/21444)
24+
- [Bump google.golang.org/grpc to 1.79.3 to resolve CVE-2026-33186](https://github.com/etcd-io/etcd/pull/21502)
1825

1926
---
2027

0 commit comments

Comments
 (0)