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 @@ -5,6 +5,12 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 1.27.5]
9
+
10
+ ### Changed
11
+
12
+ - Fix condition of re-taint operation in [ #699 ] ( https://github.com/cybozu-go/cke/pull/699 )
13
+
8
14
## [ 1.27.4]
9
15
10
16
### Added
@@ -82,7 +88,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
82
88
- See [ release-1.13/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md ) for changes in CKE 1.13.
83
89
- See [ release-1.12/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md ) for changes in CKE 1.12.
84
90
85
- [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.27.4...HEAD
91
+ [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.27.5...HEAD
92
+ [ 1.27.5 ] : https://github.com/cybozu-go/cke/compare/v1.27.4...v1.27.5
86
93
[ 1.27.4 ] : https://github.com/cybozu-go/cke/compare/v1.27.3...v1.27.4
87
94
[ 1.27.3 ] : https://github.com/cybozu-go/cke/compare/v1.27.2...v1.27.3
88
95
[ 1.27.2 ] : https://github.com/cybozu-go/cke/compare/v1.27.1...v1.27.2
Original file line number Diff line number Diff line change 1
1
package cke
2
2
3
3
// Version represents current cke version
4
- const Version = "1.27.4 "
4
+ const Version = "1.27.5 "
5
5
6
6
// ConfigVersion represents the current configuration scheme
7
7
// of how CKE constructs its Kubernetes cluster.
You can’t perform that action at this time.
0 commit comments