Skip to content

Commit 46649d5

Browse files
authored
Merge pull request #837 from cybozu-go/bump-1.32.5
Bump version to 1.32.5
2 parents 71ae2d2 + a34c9c0 commit 46649d5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.32.5]
10+
11+
### Added
12+
13+
- add metrics about auto-repair [#836](https://github.com/cybozu-go/cke/pull/836)
14+
915
## [1.32.4]
1016

1117
### Changed
@@ -71,7 +77,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
7177
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
7278
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
7379

74-
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.32.4...HEAD
80+
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.32.5...HEAD
81+
[1.32.5]: https://github.com/cybozu-go/cke/compare/v1.32.4...v1.32.5
7582
[1.32.4]: https://github.com/cybozu-go/cke/compare/v1.32.3...v1.32.4
7683
[1.32.3]: https://github.com/cybozu-go/cke/compare/v1.32.2...v1.32.3
7784
[1.32.2]: https://github.com/cybozu-go/cke/compare/v1.32.1...v1.32.2

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.4"
4+
const Version = "1.32.5"
55

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

0 commit comments

Comments
 (0)