Skip to content

Commit 3139436

Browse files
committed
Bump version to 1.28.0-rc.1
1 parent ba3f551 commit 3139436

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
55

66
## [Unreleased]
77

8+
## [1.28.0-rc.1]
9+
810
### Changed
911

1012
- Update for Kubernetes 1.28 [#721](https://github.com/cybozu-go/cke/pull/721)
1113
- 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)
1215

1316
## Ancient changes
1417

@@ -29,4 +32,5 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
2932
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
3033
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
3134

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

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package cke
22

33
// Version represents current cke version
4-
const Version = "1.27.10"
4+
const Version = "1.28.0-rc.1"
55

66
// ConfigVersion represents the current configuration scheme
77
// of how CKE constructs its Kubernetes cluster.

0 commit comments

Comments
 (0)