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.5.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,21 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
4
4
5
5
---
6
6
7
-
## v3.5.30 (TBC)
7
+
## v3.5.31 (TBC)
8
+
9
+
---
10
+
11
+
## v3.5.30 (2026-05-01)
8
12
9
13
### etcd server
10
14
11
15
-[Fixed an issue that prevented adding a new member when one member was down, even though quorum was still satisfied](https://github.com/etcd-io/etcd/pull/21669)
12
16
- Fix RBAC authorization bypass allowing read access via PrevKv or lease attachment in Put requests nested in etcd transactions (see [PR/21682](https://github.com/etcd-io/etcd/pull/21682) and [PR/21687](https://github.com/etcd-io/etcd/pull/21687))
13
17
18
+
### Dependencies
19
+
20
+
- Compile binaries using [go 1.25.9](https://github.com/etcd-io/etcd/pull/21587)
0 commit comments