Skip to content

Commit 3d9a8b1

Browse files
Merge pull request #755 from cybozu-go/bump-1.29.0-rc.1
Bump version to 1.29.0-rc.1
2 parents 3ae39fc + 42050d2 commit 3d9a8b1

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
@@ -5,6 +5,12 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
55

66
## [Unreleased]
77

8+
## [1.29.0-rc.1]
9+
10+
### Changed
11+
12+
- Upgrade for Kubernetes 1.29.6 [#749](https://github.com/cybozu-go/cke/pull/749), [#750](https://github.com/cybozu-go/cke/pull/750), [#752](https://github.com/cybozu-go/cke/pull/752), [#754](https://github.com/cybozu-go/cke/pull/754)
13+
814
## Ancient changes
915

1016
- See [release-1.28/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.28/CHANGELOG.md) for changes in CKE 1.28.
@@ -25,4 +31,5 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
2531
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
2632
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
2733

28-
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.28.6...HEAD
34+
[Unreleased]: https://github.com/cybozu-go/cke/compare/1.29.0-rc.1...HEAD
35+
[1.29.0-rc.1]: https://github.com/cybozu-go/cke/compare/v1.28.6...1.29.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.28.6"
4+
const Version = "1.29.0-rc.1"
55

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

0 commit comments

Comments
 (0)