Skip to content

Commit

Permalink
Merge pull request #718 from cybozu-go/bump-1.27.10
Browse files Browse the repository at this point in the history
Bump version to 1.27.10
  • Loading branch information
masa213f authored Apr 3, 2024
2 parents e50e9fd + 870893e commit 73da2e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion 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.27.10]

### Changed

- change priorty of reboot queue cancel [#715](https://github.com/cybozu-go/cke/pull/715)
- Embed root.hints file in unbound container [#716](https://github.com/cybozu-go/cke/pull/716)
- Add test for too long repair execution [#713](https://github.com/cybozu-go/cke/pull/713)

## [1.27.9]

### Added
Expand Down Expand Up @@ -117,7 +125,8 @@ This release was canceled because the release workflow was failed.
- 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.9...HEAD
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.27.10...HEAD
[1.27.10]: https://github.com/cybozu-go/cke/compare/v1.27.9...v1.27.10
[1.27.9]: https://github.com/cybozu-go/cke/compare/v1.27.7...v1.27.9
[1.27.8]: https://github.com/cybozu-go/cke/compare/v1.27.7...v1.27.8
[1.27.7]: https://github.com/cybozu-go/cke/compare/v1.27.6...v1.27.7
Expand Down
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.9"
const Version = "1.27.10"

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

0 comments on commit 73da2e0

Please sign in to comment.