File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
66
77## [ Unreleased]
88
9+ ## [ 1.33.2]
10+
911### Changed
1012
1113- Update docker-compose.yml for the new release in [ #845 ] ( https://github.com/cybozu-go/cke/pull/845 )
14+ - Change rebootDrainStartCommand to cordon before drain dry-run in [ #835 ] ( https://github.com/cybozu-go/cke/pull/835 )
1215
1316## [ 1.33.1]
1417
@@ -75,7 +78,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
7578- See [ release-1.13/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md ) for changes in CKE 1.13.
7679- See [ release-1.12/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md ) for changes in CKE 1.12.
7780
78- [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.33.1...HEAD
81+ [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.33.2...HEAD
82+ [ 1.33.2 ] : https://github.com/cybozu-go/cke/compare/v1.33.1...v1.33.2
7983[ 1.33.1 ] : https://github.com/cybozu-go/cke/compare/v1.33.0...v1.33.1
8084[ 1.33.0 ] : https://github.com/cybozu-go/cke/compare/v1.32.6...v1.33.0
8185[ 1.33.0-rc.1 ] : https://github.com/cybozu-go/cke/compare/v1.32.6...v1.33.0-rc.1
Original file line number Diff line number Diff line change 11package cke
22
33// Version represents current cke version
4- const Version = "1.33.1 "
4+ const Version = "1.33.2 "
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