Commit b8e6f9a 1 parent ed70a0f commit b8e6f9a Copy full SHA for b8e6f9a
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 1.28.7]
9
+
8
10
### Changed
9
11
10
12
- Update kubernetes 1.28.12 [ #756 ] ( https://github.com/cybozu-go/cke/pull/756 )
@@ -93,7 +95,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
93
95
- See [ release-1.13/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md ) for changes in CKE 1.13.
94
96
- See [ release-1.12/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md ) for changes in CKE 1.12.
95
97
96
- [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.28.6...HEAD
98
+ [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.28.7...HEAD
99
+ [ 1.28.7 ] : https://github.com/cybozu-go/cke/compare/v1.28.6...v1.28.7
97
100
[ 1.28.6 ] : https://github.com/cybozu-go/cke/compare/v1.28.5...v1.28.6
98
101
[ 1.28.5 ] : https://github.com/cybozu-go/cke/compare/v1.28.4...v1.28.5
99
102
[ 1.28.4 ] : https://github.com/cybozu-go/cke/compare/v1.28.3...v1.28.4
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.28.6 "
4
+ const Version = "1.28.7 "
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