Skip to content

Commit

Permalink
Merge pull request #724 from cybozu-go/bump-1.28.0
Browse files Browse the repository at this point in the history
Bump version to 1.28.0
  • Loading branch information
masa213f authored Apr 15, 2024
2 parents 3c11dfa + 0dbed8d commit c78c22e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve

## [Unreleased]

## [1.28.0]

### Changed

- Update for Kubernetes 1.28 [#721](https://github.com/cybozu-go/cke/pull/721)
- Update dependencies [#719](https://github.com/cybozu-go/cke/pull/719)
- Update actions/setup-go to v5 [#722](https://github.com/cybozu-go/cke/pull/722)

## [1.28.0-rc.1]

### Changed
Expand Down Expand Up @@ -32,5 +40,6 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.

[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.28.0-rc.1...HEAD
[v1.28.0-rc.1]: https://github.com/cybozu-go/cke/compare/v1.27.10...v1.28.0-rc.1
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.28.0...HEAD
[1.28.0]: https://github.com/cybozu-go/cke/compare/v1.27.10...v1.28.0
[1.28.0-rc.1]: https://github.com/cybozu-go/cke/compare/v1.27.10...v1.28.0-rc.1
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package cke

// Version represents current cke version
const Version = "1.28.0-rc.1"
const Version = "1.28.0"

// ConfigVersion represents the current configuration scheme
// of how CKE constructs its Kubernetes cluster.
Expand Down

0 comments on commit c78c22e

Please sign in to comment.