File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
66
77## [ Unreleased]
88
9+ ## [ 1.32.1]
10+
11+ ### Added
12+
13+ - Add machine serial to repair queue entries [ #806 ] ( https://github.com/cybozu-go/cke/pull/806 )
14+
15+ ### Changed
16+
17+ - Update Kubernetes to v1.32.7 [ #808 ] ( https://github.com/cybozu-go/cke/pull/808 )
18+
919## [ 1.32.0]
1020
1121- No changes from 1.32.0-rc.1
@@ -40,6 +50,7 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve
4050- See [ release-1.13/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md ) for changes in CKE 1.13.
4151- See [ release-1.12/CHANGELOG.md] ( https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md ) for changes in CKE 1.12.
4252
43- [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.32.0...HEAD
53+ [ Unreleased ] : https://github.com/cybozu-go/cke/compare/v1.32.1...HEAD
54+ [ 1.32.1 ] : https://github.com/cybozu-go/cke/compare/v1.32.0...v1.32.1
4455[ 1.32.0 ] : https://github.com/cybozu-go/cke/compare/v1.32.0-rc.1...v1.32.0
4556[ 1.32.0-rc.1 ] : https://github.com/cybozu-go/cke/compare/v1.31.1...v1.32.0-rc.1
Original file line number Diff line number Diff line change 11package cke
22
33// Version represents current cke version
4- const Version = "1.32.0 "
4+ const Version = "1.32.1 "
55
66// ConfigVersion represents the current configuration scheme
77// of how CKE constructs its Kubernetes cluster.
You can’t perform that action at this time.
0 commit comments