Skip to content

Commit 193398a

Browse files
authored
Merge pull request #850 from cybozu-go/bump-1.33.2
Bump version to 1.33.2
2 parents d3cf5d9 + 65412dd commit 193398a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.33.2]
10+
911
### Changed
1012

1113
- Update docker-compose.yml for the new release in [#845](https://github.com/cybozu-go/cke/pull/845)
14+
- Change rebootDrainStartCommand to cordon before drain dry-run in [#835](https://github.com/cybozu-go/cke/pull/835)
1215

1316
## [1.33.1]
1417

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

78-
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.33.1...HEAD
81+
[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.33.2...HEAD
82+
[1.33.2]: https://github.com/cybozu-go/cke/compare/v1.33.1...v1.33.2
7983
[1.33.1]: https://github.com/cybozu-go/cke/compare/v1.33.0...v1.33.1
8084
[1.33.0]: https://github.com/cybozu-go/cke/compare/v1.32.6...v1.33.0
8185
[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.1"
4+
const Version = "1.33.2"
55

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

0 commit comments

Comments
 (0)