Skip to content

Commit e066aa1

Browse files
committed
docs: Update the changelogs for versions 3.4,3.5 and 3.6
This reflects the use of Go 1.24.10 for compiling binaries Signed-off-by: ronaldngounou <ronald.ngounou@yahoo.com>
1 parent 5954bf7 commit e066aa1

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG/CHANGELOG-3.4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
99
### Dependencies
1010

1111
- [Compile binaries with `buildvcs=false` to avoid having a pseudo-version reported by `go version`](https://github.com/etcd-io/etcd/pull/20847).
12+
- Compile binaries using [go 1.24.10](https://github.com/etcd-io/etcd/pull/20903).
1213

1314
---
1415

CHANGELOG/CHANGELOG-3.5.md

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

1515
- Add [flag `--wal-dir` to `etcdutl check v2store` command to support dedicated WAL directory](https://github.com/etcd-io/etcd/pull/20886)
1616

17+
### Dependencies
18+
19+
- Compile binaries using [go 1.24.10](https://github.com/etcd-io/etcd/pull/20902).
20+
1721
---
1822

1923
## v3.5.24 (2025-10-22)

CHANGELOG/CHANGELOG-3.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/
1515

1616
### Dependencies
1717

18-
- Compile binaries using [go 1.24.9](https://github.com/etcd-io/etcd/pull/20801).
18+
- Compile binaries using [go 1.24.10](https://github.com/etcd-io/etcd/pull/20901).
1919

2020
---
2121

0 commit comments

Comments
 (0)