Skip to content

Commit 8f02dde

Browse files
Merge pull request #745 from cybozu-go/bump-1.28.5
Bump version to 1.28.5
2 parents da4e8da + 5f2bd88 commit 8f02dde

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [1.28.5]
9+
10+
### Changed
11+
812
- Delay repair of an out-of-cluster unreachable machine in [#744](https://github.com/cybozu-go/cke/pull/744)
913

1014
## [1.28.4]
@@ -79,7 +83,9 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
7983
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
8084
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
8185

82-
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.28.3...HEAD
86+
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.28.5...HEAD
87+
[1.28.5]: https://github.com/cybozu-go/cke/compare/v1.28.4...v1.28.5
88+
[1.28.4]: https://github.com/cybozu-go/cke/compare/v1.28.3...v1.28.4
8389
[1.28.3]: https://github.com/cybozu-go/cke/compare/v1.28.2...v1.28.3
8490
[1.28.2]: https://github.com/cybozu-go/cke/compare/v1.28.1...v1.28.2
8591
[1.28.1]: https://github.com/cybozu-go/cke/compare/v1.28.0...v1.28.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.28.4"
4+
const Version = "1.28.5"
55

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

0 commit comments

Comments
 (0)