Skip to content

Commit

Permalink
Merge pull request #747 from cybozu-go/bump-1.28.6
Browse files Browse the repository at this point in the history
Bump version to 1.28.6
  • Loading branch information
tkna authored Jun 28, 2024
2 parents 72df03b + 560881f commit af1b0bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve

## [Unreleased]

## [1.28.6]

### Changed

- Add operation to delete 'updateStrategy: OnDelete' daemonset pods before rebooting in [#746](https://github.com/cybozu-go/cke/pull/746)

## [1.28.5]

### Changed
Expand Down Expand Up @@ -83,7 +89,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.28.5...HEAD
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.28.6...HEAD
[1.28.6]: https://github.com/cybozu-go/cke/compare/v1.28.5...v1.28.6
[1.28.5]: https://github.com/cybozu-go/cke/compare/v1.28.4...v1.28.5
[1.28.4]: https://github.com/cybozu-go/cke/compare/v1.28.3...v1.28.4
[1.28.3]: https://github.com/cybozu-go/cke/compare/v1.28.2...v1.28.3
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.28.5"
const Version = "1.28.6"

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

0 comments on commit af1b0bb

Please sign in to comment.