Skip to content

Commit

Permalink
Bump version to 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoetrope committed Aug 17, 2023
1 parent 3ad8829 commit bc54c3e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve

## [Unreleased]

## [1.26.0]

### Added

- Retry eviction [#633](https://github.com/cybozu-go/cke/pull/633)

### Changed

- Revert the custom rank feature for user defined resources(#640, #638, #634, #617) [#655](https://github.com/cybozu-go/cke/pull/655)

### Fixed

- Fix to check error of etcd watch response in [#654](https://github.com/cybozu-go/cke/pull/654)
Expand Down Expand Up @@ -46,6 +56,7 @@ 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.26.0...HEAD
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.26.1...HEAD
[1.26.1]: https://github.com/cybozu-go/cke/compare/v1.26.0...v1.26.1
[1.26.0]: https://github.com/cybozu-go/cke/compare/v1.25.8...v1.26.0
[1.26.0-rc.1]: https://github.com/cybozu-go/cke/compare/v1.25.8...v1.26.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.26.0"
const Version = "1.26.1"

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

0 comments on commit bc54c3e

Please sign in to comment.