Skip to content

Commit bac15d5

Browse files
authored
Merge pull request #134 from cybozu-go/bump-0.16.0
Bump version to 0.16.0
2 parents a1e0da8 + f5079a9 commit bac15d5

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)