File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ 0.16.0] - 2026-01-22
9+ - cleanup namespace after each spec (#131 )
10+ - fix: check for empty map when patching resources (#129 )
11+ - add predicates to reconcile only when needed (#129 )
12+ - Fix incorrect flag name for AllowedIssuerNamespaces (#133 )
13+ - implement rate limited queue to control Certificate creation rate (#130 )
14+
815## [ 0.15.0] - 2025-12-08
916### Changed
1017- Add support for cert-manager key algorithm related annotations (#118 )
@@ -317,8 +324,9 @@ The [quay.io/cybozu/contour-plus](https://quay.io/repository/cybozu/contour-plus
317324 - for [ ExternalDNS] [ ] v0.5.14
318325 - for [ cert-manager] [ ] v0.8.0
319326
320- [ Unreleased ] : https://github.com/cybozu-go/contour-plus/compare/v0.15.0...HEAD
321- [ 0.14.3 ] : https://github.com/cybozu-go/contour-plus/compare/v0.14.3...v0.15.0
327+ [ Unreleased ] : https://github.com/cybozu-go/contour-plus/compare/v0.16.0...HEAD
328+ [ 0.16.0 ] : https://github.com/cybozu-go/contour-plus/compare/v0.15.0...v0.16.0
329+ [ 0.15.0 ] : https://github.com/cybozu-go/contour-plus/compare/v0.14.3...v0.15.0
322330[ 0.14.3 ] : https://github.com/cybozu-go/contour-plus/compare/v0.14.2...v0.14.3
323331[ 0.14.2 ] : https://github.com/cybozu-go/contour-plus/compare/v0.14.1...v0.14.2
324332[ 0.14.1 ] : https://github.com/cybozu-go/contour-plus/compare/v0.14.0...v0.14.1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Supported environments
1414----------------------
1515
1616- Kubernetes
17- - 1.32
17+ - 1.33
1818- Contour
1919 - 1.33
2020- ExternalDNS
You can’t perform that action at this time.
0 commit comments