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 @@ -5,10 +5,13 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 1.28.0-rc.1]
9
+
8
10
### Changed
9
11
10
12
- Update for Kubernetes 1.28 [ #721 ] ( https://github.com/cybozu-go/cke/pull/721 )
11
13
- Update dependencies [ #719 ] ( https://github.com/cybozu-go/cke/pull/719 )
14
+ - Update actions/setup-go to v5 [ #722 ] ( https://github.com/cybozu-go/cke/pull/722 )
12
15
13
16
## Ancient changes
14
17
@@ -29,4 +32,5 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
29
32
- See [ release-1.13/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md ) for changes in CKE 1.13.
30
33
- See [ release-1.12/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md ) for changes in CKE 1.12.
31
34
32
- [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.27.10...HEAD
35
+ [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.28.0-rc.1...HEAD
36
+ [ v1.28.0-rc.1 ] : https://github.com/cybozu-go/cke/compare/v1.27.10...v1.28.0-rc.1
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.10 "
4
+ const Version = "1.28.0-rc.1 "
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