Skip to content

Commit 59cd1f4

Browse files
committed
Bump version to 1.32.1
1 parent 3a3b2a8 commit 59cd1f4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
66

77
## [Unreleased]
88

9+
## [1.32.1]
10+
11+
### Added
12+
13+
- Add machine serial to repair queue entries [#806](https://github.com/cybozu-go/cke/pull/806)
14+
15+
### Changed
16+
17+
- Update Kubernetes to v1.32.7 [#808](https://github.com/cybozu-go/cke/pull/808)
18+
919
## [1.32.0]
1020

1121
- No changes from 1.32.0-rc.1
@@ -40,6 +50,7 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
4050
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
4151
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
4252

43-
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.32.0...HEAD
53+
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.32.1...HEAD
54+
[1.32.1]: https://github.com/cybozu-go/cke/compare/v1.32.0...v1.32.1
4455
[1.32.0]: https://github.com/cybozu-go/cke/compare/v1.32.0-rc.1...v1.32.0
4556
[1.32.0-rc.1]: https://github.com/cybozu-go/cke/compare/v1.31.1...v1.32.0-rc.1

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package cke
22

33
// Version represents current cke version
4-
const Version = "1.32.0"
4+
const Version = "1.32.1"
55

66
// ConfigVersion represents the current configuration scheme
77
// of how CKE constructs its Kubernetes cluster.

0 commit comments

Comments
 (0)