Skip to content

Commit d63756d

Browse files
Bump version to 1.29.0-rc.2
1 parent f406e09 commit d63756d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
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.2]
9+
10+
### Changed
11+
12+
- Upgrade Kubernetes to 1.29.7 [#759](https://github.com/cybozu-go/cke/pull/759)
13+
814
## [1.29.0-rc.1]
915

1016
### Changed
@@ -31,5 +37,6 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
3137
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
3238
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
3339

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
40+
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.29.0-rc.2...HEAD
41+
[1.29.0-rc.2]: https://github.com/cybozu-go/cke/compare/v1.29.0-rc.1...v1.29.0-rc.2
42+
[1.29.0-rc.1]: https://github.com/cybozu-go/cke/compare/v1.28.6...v1.29.0-rc.1

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.29.0-rc.1"
4+
const Version = "1.29.0-rc.2"
55

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

0 commit comments

Comments
 (0)