Skip to content

Commit 5f27ee0

Browse files
Merge pull request #843 from cybozu-go/bump-1.33.0
Bump version to 1.33.0
2 parents 899df6c + 62b1357 commit 5f27ee0

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.33.0]
10+
11+
### Changed
12+
13+
- Support Kubernetes 1.33 in [#841](https://github.com/cybozu-go/cke/pull/841)
14+
- Update Go modules and GitHub Actions in [#840](https://github.com/cybozu-go/cke/pull/840)
15+
- Update Sabakan mock in [#840](https://github.com/cybozu-go/cke/pull/840)
16+
- Disable deprecation check for Endpoints temporarily in [#840](https://github.com/cybozu-go/cke/pull/840)
17+
- Update Ubuntu of CKE container base to 24.04 in [#841](https://github.com/cybozu-go/cke/pull/841)
18+
- Update miscellaneous tools in [#841](https://github.com/cybozu-go/cke/pull/841)
19+
- Update containerd for mtest to 2.2.1 in [#841](https://github.com/cybozu-go/cke/pull/841)
20+
- Enable coordinated leader election by default in [#841](https://github.com/cybozu-go/cke/pull/841)
21+
- Update ClusterRole `system:kube-apiserver-to-kubelet` for kubelet fine-grained authorization in [#841](https://github.com/cybozu-go/cke/pull/841)
22+
- Change key transferring method for `ckecli ssh` and `ckecli scp`in [#815](https://github.com/cybozu-go/cke/pull/815)
23+
24+
### [update since 1.33.0-rc.1](https://github.com/cybozu-go/cke/compare/v1.33.0-rc.1...v1.33.0)
25+
26+
#### Changed
27+
28+
- Change key transferring method for `ckecli ssh` and `ckecli scp`in [#815](https://github.com/cybozu-go/cke/pull/815)
29+
930
## [1.33.0-rc.1]
1031

1132
### Changed
@@ -44,5 +65,6 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
4465
- See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13.
4566
- See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12.
4667

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

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

0 commit comments

Comments
 (0)