Skip to content

Commit afdcf72

Browse files
authored
Merge pull request #820 from cybozu-go/bump-1.32.4
Bump version to 1.32.4
2 parents 409c4a6 + a21e4c0 commit afdcf72

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.32.4]
10+
11+
### Changed
12+
13+
- Update unbound to v1.24.1 [#819](https://github.com/cybozu-go/cke/pull/819)
14+
- Refactor NodeFilter [#817](https://github.com/cybozu-go/cke/pull/817)
15+
916
## [1.32.3]
1017

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

67-
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.32.3...HEAD
74+
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.32.4...HEAD
75+
[1.32.4]: https://github.com/cybozu-go/cke/compare/v1.32.3...v1.32.4
6876
[1.32.3]: https://github.com/cybozu-go/cke/compare/v1.32.2...v1.32.3
6977
[1.32.2]: https://github.com/cybozu-go/cke/compare/v1.32.1...v1.32.2
7078
[1.32.1]: https://github.com/cybozu-go/cke/compare/v1.32.0...v1.32.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.3"
4+
const Version = "1.32.4"
55

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

0 commit comments

Comments
 (0)