Skip to content

Commit

Permalink
Merge pull request #714 from cybozu-go/bump-1.27.9
Browse files Browse the repository at this point in the history
Bump version to 1.27.9
  • Loading branch information
masa213f authored Mar 25, 2024
2 parents 53030df + 11e336a commit 269dc52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve

## [Unreleased]

## [1.27.8]
## [1.27.9]

### Added

Expand All @@ -16,6 +16,11 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
- Remove deprecated DualStack flag [#705](https://github.com/cybozu-go/cke/pull/705)
- Update Vault to 1.15.6 [#709](https://github.com/cybozu-go/cke/pull/709)
- Remove Unhealthy/Unreachable taint [#710](https://github.com/cybozu-go/cke/pull/710)
- Add rw option to extra volumes [#712](https://github.com/cybozu-go/cke/pull/712)

## [1.27.8]

This release was canceled because the release workflow was failed.

## [1.27.7]

Expand Down Expand Up @@ -112,7 +117,8 @@ 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.8...HEAD
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.27.9...HEAD
[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
[1.27.6]: https://github.com/cybozu-go/cke/compare/v1.27.5...v1.27.6
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.8"
const Version = "1.27.9"

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

0 comments on commit 269dc52

Please sign in to comment.