Skip to content

Commit 4029b36

Browse files
Merge pull request #842 from cybozu-go/bump-1.33.0-rc.1
Bump version to 1.33.0-rc.1
2 parents 1288fb4 + 9db0667 commit 4029b36

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.33.0-rc.1]
10+
911
### Changed
1012

1113
- Support Kubernetes 1.33 in [#841](https://github.com/cybozu-go/cke/pull/841)
@@ -42,4 +44,5 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
4244
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
4345
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
4446

45-
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.32.6...HEAD
47+
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.33.0-rc.1...HEAD
48+
[1.33.0-rc.1]: https://github.com/cybozu-go/cke/compare/v1.32.6...v1.33.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.32.6"
4+
const Version = "1.33.0-rc.1"
55

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

0 commit comments

Comments
 (0)