diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5721b7..3c05e58c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This project employs a versioning scheme described in [RELEASE.md](RELEASE.md#ve ## [Unreleased] +## [1.29.0] + +### Changed + +- Upgrade Kubernetes to 1.29.7 [#759](https://github.com/cybozu-go/cke/pull/759), [#749](https://github.com/cybozu-go/cke/pull/749), [#750](https://github.com/cybozu-go/cke/pull/750), [#752](https://github.com/cybozu-go/cke/pull/752), [#754](https://github.com/cybozu-go/cke/pull/754) +- Use docker compose v2 in appropriate way in CI [#764](https://github.com/cybozu-go/cke/pull/764) + ## [1.29.0-rc.2] ### Changed @@ -37,6 +44,7 @@ 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.0-rc.2...HEAD +[Unreleased]: https://github.com/cybozu-go/cke/compare/v1.29.0...HEAD +[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 [1.29.0-rc.1]: https://github.com/cybozu-go/cke/compare/v1.28.6...v1.29.0-rc.1 diff --git a/version.go b/version.go index 53ca25f9..f6afbc78 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ package cke // Version represents current cke version -const Version = "1.29.0-rc.2" +const Version = "1.29.0" // ConfigVersion represents the current configuration scheme // of how CKE constructs its Kubernetes cluster.