Skip to content

Commit c798e29

Browse files
authored
Merge pull request #658 from cybozu-go/bump-1.26.1
Bump version to 1.26.1
2 parents 3ad8829 + 2a2ed99 commit c798e29

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
55

66
## [Unreleased]
77

8+
## [1.26.1]
9+
10+
### Added
11+
12+
- Retry eviction [#633](https://github.com/cybozu-go/cke/pull/633)
13+
14+
### Changed
15+
16+
- Revert the custom rank feature for user defined resources(#640, #638, #634, #617) [#655](https://github.com/cybozu-go/cke/pull/655)
17+
818
### Fixed
919

1020
- Fix to check error of etcd watch response in [#654](https://github.com/cybozu-go/cke/pull/654)
@@ -46,6 +56,7 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
4656
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
4757
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
4858

49-
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.26.0...HEAD
59+
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.26.1...HEAD
60+
[1.26.1]: https://github.com/cybozu-go/cke/compare/v1.26.0...v1.26.1
5061
[1.26.0]: https://github.com/cybozu-go/cke/compare/v1.25.8...v1.26.0
5162
[1.26.0-rc.1]: https://github.com/cybozu-go/cke/compare/v1.25.8...v1.26.0-rc.1

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package cke
22

33
// Version represents current cke version
4-
const Version = "1.26.0"
4+
const Version = "1.26.1"
55

66
// ConfigVersion represents the current configuration scheme
77
// of how CKE constructs its Kubernetes cluster.

0 commit comments

Comments
 (0)