From c8694ab3853703857940804ebc6ab8d2e56fee3f Mon Sep 17 00:00:00 2001 From: Daichi Sakaue Date: Wed, 11 Sep 2024 15:30:17 +0900 Subject: [PATCH] Bump version to 0.13.0 --- CHANGELOG.md | 16 +++++++++++++++- README.md | 8 ++++---- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b47ea34b..784779c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.13.0] - 2024-09-11 +### Added +- Add support for specifying revisionHistoryLimit for the generated Certificate (#104) +- Add support for specifying revision history limit via annotation (#105) +- Add support for using delegated domains for DNS-01 (#106) + +### Changed +- Update contour to 1.29.1 (#107) + - Kubernetes: 1.30 + - Contour: 1.29 + - ExternalDNS: 0.15 + - cert-manager: 1.15 + ## [0.12.0] - 2024-04-18 ### Changed @@ -271,7 +284,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.12.0...HEAD +[Unreleased]: https://github.com/cybozu-go/contour-plus/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/cybozu-go/contour-plus/compare/v0.12.0...v0.13.0 [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 diff --git a/README.md b/README.md index 41ab1633..d747f064 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ Supported environments ---------------------- - Kubernetes - - 1.29 + - 1.30 - Contour - - 1.28 + - 1.29 - ExternalDNS - - 0.14 + - 0.15 - cert-manager - - 1.14 + - 1.15 Other versions may or may not work.