File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11package 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.
You can’t perform that action at this time.
0 commit comments