Skip to content

Commit d99edb6

Browse files
authored
Merge pull request #21009 from hwdef/go1255-changelog
changelog: Update changelogs for versions 3.4, 3.5, and 3.6 to includ…
2 parents be63721 + ac3bd10 commit d99edb6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CHANGELOG/CHANGELOG-3.4.md

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

1515
- [Scripts/build-binary.sh: use `buildvcs=false` to avoid having a pseudo-version reported by `go version`](https://github.com/etcd-io/etcd/pull/20950)
16+
- Compile binaries using [go 1.24.11](https://github.com/etcd-io/etcd/pull/21000).
1617

1718
---
1819

CHANGELOG/CHANGELOG-3.5.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
1111
- [Print token fingerprint instead of the original tokens in log messages](https://github.com/etcd-io/etcd/pull/20942)
1212
- Fix [zombie members in v3store](https://github.com/etcd-io/etcd/pull/20995)
1313

14+
### Dependencies
15+
16+
- Compile binaries using [go 1.24.11](https://github.com/etcd-io/etcd/pull/20999).
17+
1418
---
1519

1620
## v3.5.25 (2025-11-11)

CHANGELOG/CHANGELOG-3.6.md

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

1111
- [Print token fingerprint instead of the original tokens in log messages](https://github.com/etcd-io/etcd/pull/20941)
1212

13+
### Dependencies
14+
15+
- Compile binaries using [go 1.24.11](https://github.com/etcd-io/etcd/pull/20998).
16+
1317
---
1418

1519
## v3.6.6 (2025-11-11)

0 commit comments

Comments
 (0)