Skip to content

Commit

Permalink
Merge pull request #686 from cybozu-go/bump-1.27.0-rc.2
Browse files Browse the repository at this point in the history
Bump version to 1.27.0-rc.2
  • Loading branch information
masa213f authored Dec 11, 2023
2 parents 3924719 + 5d06386 commit f00d551
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve

## [Unreleased]

## [1.27.0-rc.2]

### Added

- Implement reboot-queue status metrics [#678](https://github.com/cybozu-go/cke/pull/678)

### Changed

- Update Vault to 1.15.3 [#680](https://github.com/cybozu-go/cke/pull/680)
- Migrate to ghcr.io [#683](https://github.com/cybozu-go/cke/pull/683)

## [1.27.0-rc.1]

### Changed
Expand All @@ -29,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.27.0-rc.1...HEAD
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.27.0-rc.2...HEAD
[1.27.0-rc.2]: https://github.com/cybozu-go/cke/compare/v1.27.0-rc.1...v1.27.0-rc.2
[1.27.0-rc.1]: https://github.com/cybozu-go/cke/compare/v1.26.4...v1.27.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.27.0-rc.1"
const Version = "1.27.0-rc.2"

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

0 comments on commit f00d551

Please sign in to comment.