Skip to content

Commit b8e6f9a

Browse files
committed
Bump version to 1.28.7
1 parent ed70a0f commit b8e6f9a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
55

66
## [Unreleased]
77

8+
## [1.28.7]
9+
810
### Changed
911

1012
- Update kubernetes 1.28.12 [#756](https://github.com/cybozu-go/cke/pull/756)
@@ -93,7 +95,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
9395
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
9496
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
9597

96-
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.28.6...HEAD
98+
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.28.7...HEAD
99+
[1.28.7]: https://github.com/cybozu-go/cke/compare/v1.28.6...v1.28.7
97100
[1.28.6]: https://github.com/cybozu-go/cke/compare/v1.28.5...v1.28.6
98101
[1.28.5]: https://github.com/cybozu-go/cke/compare/v1.28.4...v1.28.5
99102
[1.28.4]: https://github.com/cybozu-go/cke/compare/v1.28.3...v1.28.4

version.go

+1-1
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.6"
4+
const Version = "1.28.7"
55

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

0 commit comments

Comments
 (0)