diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e33b43b..f9b05507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve ## [Unreleased] +## [1.29.2] + ### Changed - Revive unreachable taint (backport of [#780](https://github.com/cybozu-go/cke/pull/780)) [#782](https://github.com/cybozu-go/cke/pull/782) @@ -54,7 +56,8 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve - See [release-1.13/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.13/CHANGELOG.md) for changes in CKE 1.13. - See [release-1.12/CHANGELOG.md](https://github.com/cybozu-go/cke/blob/release-1.12/CHANGELOG.md) for changes in CKE 1.12. -[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.29.1...HEAD +[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.29.2...HEAD +[1.29.2]: https://github.com/cybozu-go/cke/compare/v1.29.1...v1.29.2 [1.29.1]: https://github.com/cybozu-go/cke/compare/v1.29.0...v1.29.1 [1.29.0]: https://github.com/cybozu-go/cke/compare/v1.28.6...v1.29.0 [1.29.0-rc.2]: https://github.com/cybozu-go/cke/compare/v1.29.0-rc.1...v1.29.0-rc.2 diff --git a/version.go b/version.go index bd9a1917..027399df 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ package cke // Version represents current cke version -const Version = "1.29.1" +const Version = "1.29.2" // ConfigVersion represents the current configuration scheme // of how CKE constructs its Kubernetes cluster.