You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG/CHANGELOG-3.6.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,20 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/
4
4
5
5
---
6
6
7
-
## v3.6.9 (TBC)
7
+
## v3.6.10 (TBC)
8
+
9
+
---
10
+
11
+
## v3.6.9 (2026-03-20)
8
12
9
13
### etcd server
10
14
11
15
-[Ensure the metrics interceptor runs before other interceptors so that metrics remain up to date](https://github.com/etcd-io/etcd/pull/21329)
12
16
- Fix [Race between read index and leader change](https://github.com/etcd-io/etcd/pull/21378)
13
17
- Fix [Stale reads caused by process pausing](https://github.com/etcd-io/etcd/pull/21417)
14
18
- 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)
15
21
16
22
### Package `clientv3`
17
23
@@ -28,8 +34,9 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/
28
34
### Dependencies
29
35
30
36
-[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)
32
38
-[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)
0 commit comments