Skip to content

Commit be3acf4

Browse files
authored
Merge pull request #21511 from ivanvc/changelog-20260320-releases
Changelog: Add entries for 3.4.42, 3.5.28, 3.6.9 releases
2 parents e2f959f + ebc2858 commit be3acf4

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
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

CHANGELOG/CHANGELOG-3.5.md

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

55
---
66

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

913
### etcd server
1014

1115
- [Ensure the metrics interceptor runs before other interceptors so that metrics remain up to date](https://github.com/etcd-io/etcd/pull/21336)
1216
- Fix [Race between read index and leader change](https://github.com/etcd-io/etcd/pull/21387)
1317
- Fix [Stale reads caused by process pausing](https://github.com/etcd-io/etcd/pull/21421)
18+
- Fix [cannot promote member from follower when auth is enabled](https://github.com/etcd-io/etcd/pull/21494)
19+
- 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)
20+
- 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)
1421

1522
### Package `clientv3`
1623

@@ -27,8 +34,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
2734
### Dependencies
2835

2936
- [Bump go.opentelemetry.io/otel/sdk to v1.40.0 to resolve https://pkg.go.dev/vuln/GO-2026-4394](https://github.com/etcd-io/etcd/pull/21338)
30-
- Compile binaries using [go 1.25.7](https://github.com/etcd-io/etcd/pull/21405)
37+
- Compile binaries using [go 1.25.8](https://github.com/etcd-io/etcd/pull/21462)
3138
- [Bump golang.org/x/net to v0.51.0 to resolve GO-2026-4559](https://github.com/etcd-io/etcd/pull/21441)
39+
- [Bump google.golang.org/grpc to 1.79.3 to resolve CVE-2026-33186](https://github.com/etcd-io/etcd/pull/21500)
3240

3341
---
3442

CHANGELOG/CHANGELOG-3.6.md

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

55
---
66

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

913
### etcd server
1014

1115
- [Ensure the metrics interceptor runs before other interceptors so that metrics remain up to date](https://github.com/etcd-io/etcd/pull/21329)
1216
- Fix [Race between read index and leader change](https://github.com/etcd-io/etcd/pull/21378)
1317
- Fix [Stale reads caused by process pausing](https://github.com/etcd-io/etcd/pull/21417)
1418
- Revert [Reuse events between sync loops](https://github.com/etcd-io/etcd/pull/21443)
19+
- 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)
20+
- 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)
1521

1622
### Package `clientv3`
1723

@@ -28,8 +34,9 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/
2834
### Dependencies
2935

3036
- [Bump go.opentelemetry.io/otel/sdk to v1.40.0 to resolve https://pkg.go.dev/vuln/GO-2026-4394](https://github.com/etcd-io/etcd/pull/21340)
31-
- Compile binaries using [go 1.25.7](https://github.com/etcd-io/etcd/pull/21393)
37+
- Compile binaries using [go 1.25.8](https://github.com/etcd-io/etcd/pull/21463)
3238
- [Bump golang.org/x/net to v0.51.0 to resolve GO-2026-4559](https://github.com/etcd-io/etcd/pull/21440)
39+
- [Bump google.golang.org/grpc to 1.79.3 to resolve CVE-2026-33186](https://github.com/etcd-io/etcd/pull/21501)
3340

3441
---
3542

@@ -72,6 +79,7 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/
7279
- Fix [endpoint status not retuning the correct storage quota](https://github.com/etcd-io/etcd/pull/20790)
7380
- Fix [`--force-new-cluster can't clean up learners after creating snapshot`](https://github.com/etcd-io/etcd/pull/20896)
7481
- Fix [duplicate metrics collector registration that caused warning messages](https://github.com/etcd-io/etcd/pull/20905)
82+
- Fix [cannot promote member from follower when auth is enabled](https://github.com/etcd-io/etcd/pull/20874)
7583

7684
### Dependencies
7785

0 commit comments

Comments
 (0)