File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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.31.1]
10+
11+ ### Changed
12+
13+ - Add option to skip kubelet in-place update [ #797 ] ( https://github.com/cybozu-go/cke/pull/797 )
14+
915## [ 1.31.0]
1016
1117- No changes from 1.31.0-rc.1
@@ -38,6 +44,7 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
3844- See [ release-1.13/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md ) for changes in CKE 1.13.
3945- See [ release-1.12/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md ) for changes in CKE 1.12.
4046
41- [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.31.0...HEAD
47+ [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.31.1...HEAD
48+ [ 1.31.1 ] : https://github.com/cybozu-go/cke/compare/v1.31.0...v1.31.1
4249[ 1.31.0 ] : https://github.com/cybozu-go/cke/compare/v1.31.0-rc.1...v1.31.0
4350[ 1.31.0-rc.1 ] : https://github.com/cybozu-go/cke/compare/v1.30.6...v1.31.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.31.0 "
4+ const Version = "1.31.1 "
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