Skip to content

Commit d11dea4

Browse files
authored
Merge pull request #899 from cybozu-go/bump-1.34.7
Bump version to 1.34.7
2 parents 5fa1d1f + b079cb5 commit d11dea4

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.34.7]
10+
11+
### Changed
12+
13+
- Add feature to repair control-plane in [#898](https://github.com/cybozu-go/cke/pull/898)
14+
915
## [1.34.6]
1016

1117
### Changed
@@ -72,7 +78,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
7278
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
7379
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
7480

75-
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.34.6...HEAD
81+
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.34.7...HEAD
82+
[1.34.7]: https://github.com/cybozu-go/cke/compare/v1.34.6...v1.34.7
7683
[1.34.6]: https://github.com/cybozu-go/cke/compare/v1.34.5...v1.34.6
7784
[1.34.5]: https://github.com/cybozu-go/cke/compare/v1.34.4...v1.34.5
7885
[1.34.4]: https://github.com/cybozu-go/cke/compare/v1.34.2...v1.34.4

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.34.6"
4+
const Version = "1.34.7"
55

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

0 commit comments

Comments
 (0)