File tree 2 files changed +19
-5
lines changed
2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 0.13.0] - 2024-09-11
9
+ ### Added
10
+ - Add support for specifying revisionHistoryLimit for the generated Certificate (#104 )
11
+ - Add support for specifying revision history limit via annotation (#105 )
12
+ - Add support for using delegated domains for DNS-01 (#106 )
13
+
14
+ ### Changed
15
+ - Update contour to 1.29.1 (#107 )
16
+ - Kubernetes: 1.30
17
+ - Contour: 1.29
18
+ - ExternalDNS: 0.15
19
+ - cert-manager: 1.15
20
+
8
21
## [ 0.12.0] - 2024-04-18
9
22
10
23
### Changed
@@ -271,7 +284,8 @@ The [quay.io/cybozu/contour-plus](https://quay.io/repository/cybozu/contour-plus
271
284
- for [ ExternalDNS] [ ] v0.5.14
272
285
- for [ cert-manager] [ ] v0.8.0
273
286
274
- [ Unreleased ] : https://github.com/cybozu-go/contour-plus/compare/v0.12.0...HEAD
287
+ [ Unreleased ] : https://github.com/cybozu-go/contour-plus/compare/v0.13.0...HEAD
288
+ [ 0.13.0 ] : https://github.com/cybozu-go/contour-plus/compare/v0.12.0...v0.13.0
275
289
[ 0.12.0 ] : https://github.com/cybozu-go/contour-plus/compare/v0.11.1...v0.12.0
276
290
[ 0.11.1 ] : https://github.com/cybozu-go/contour-plus/compare/v0.10.0...v0.11.1
277
291
[ 0.10.0 ] : https://github.com/cybozu-go/contour-plus/compare/v0.9.0...v0.10.0
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ Supported environments
14
14
----------------------
15
15
16
16
- Kubernetes
17
- - 1.29
17
+ - 1.30
18
18
- Contour
19
- - 1.28
19
+ - 1.29
20
20
- ExternalDNS
21
- - 0.14
21
+ - 0.15
22
22
- cert-manager
23
- - 1.14
23
+ - 1.15
24
24
25
25
Other versions may or may not work.
26
26
You can’t perform that action at this time.
0 commit comments