From a9684b897835897e84ab53343616e84bef345ed2 Mon Sep 17 00:00:00 2001 From: naoki-take Date: Thu, 18 Apr 2024 06:44:42 +0000 Subject: [PATCH] Bump version to 0.12.0 --- CHANGELOG.md | 12 +++++++++++- README.md | 8 ++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11731041..b47ea34b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.12.0] - 2024-04-18 + +### Changed +- Update contour to 1.28.2 (#101) + - Kubernetes: 1.29 + - Contour: 1.28 + - ExternalDNS: 0.14 + - cert-manager: 1.14 + ## [0.11.1] - 2024-01-15 ### Breaking Changes @@ -262,7 +271,8 @@ The [quay.io/cybozu/contour-plus](https://quay.io/repository/cybozu/contour-plus - for [ExternalDNS][] v0.5.14 - for [cert-manager][] v0.8.0 -[Unreleased]: https://github.com/cybozu-go/contour-plus/compare/v0.11.1...HEAD +[Unreleased]: https://github.com/cybozu-go/contour-plus/compare/v0.12.0...HEAD +[0.12.0]: https://github.com/cybozu-go/contour-plus/compare/v0.11.1...v0.12.0 [0.11.1]: https://github.com/cybozu-go/contour-plus/compare/v0.10.0...v0.11.1 [0.10.0]: https://github.com/cybozu-go/contour-plus/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/cybozu-go/contour-plus/compare/v0.8.1...v0.9.0 diff --git a/README.md b/README.md index 61c20e99..41ab1633 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ Supported environments ---------------------- - Kubernetes - - 1.28 + - 1.29 - Contour - - 1.27 + - 1.28 - ExternalDNS - - 0.13 + - 0.14 - cert-manager - - 1.13 + - 1.14 Other versions may or may not work.