From d04b824b1586e45b5d2cb4a191d6ed481980ed12 Mon Sep 17 00:00:00 2001 From: Daichi Sakaue Date: Mon, 13 Nov 2023 17:10:20 +0900 Subject: [PATCH] Bump version to 0.10.0 --- CHANGELOG.md | 13 ++++++++++++- README.md | 8 ++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f904c53..c7e733b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.10.0] - 2023-11-13 + +### Changed + +- Update contour to 1.27.0 and Kubernetes to 1.28 (#94) + - Kubernetes: 1.28 + - Contour: 1.27 + - ExternalDNS: 0.13 + - cert-manager: 1.13 + ## [0.9.0] - 2023-04-27 ### Changed @@ -235,7 +245,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - for [ExternalDNS][] v0.5.14 - for [cert-manager][] v0.8.0 -[Unreleased]: https://github.com/cybozu-go/contour-plus/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/cybozu-go/contour-plus/compare/v0.10.0...HEAD +[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 [0.8.1]: https://github.com/cybozu-go/contour-plus/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/cybozu-go/contour-plus/compare/v0.7.0...v0.8.0 diff --git a/README.md b/README.md index b8078612..9e0b540c 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ Supported environments ---------------------- - Kubernetes - - 1.26 + - 1.28 - Contour - - 1.24 + - 1.27 - ExternalDNS - - 0.13.4 + - 0.13 - cert-manager - - 1.10.2 + - 1.13 Other versions may or may not work.