Skip to content

Commit a551578

Browse files
authored
Merge pull request #108 from cybozu-go/bump-0.13.0
Bump version to 0.13.0
2 parents 5202cac + c8694ab commit a551578

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

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+
821
## [0.12.0] - 2024-04-18
922

1023
### Changed
@@ -271,7 +284,8 @@ The [quay.io/cybozu/contour-plus](https://quay.io/repository/cybozu/contour-plus
271284
- for [ExternalDNS][] v0.5.14
272285
- for [cert-manager][] v0.8.0
273286

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
275289
[0.12.0]: https://github.com/cybozu-go/contour-plus/compare/v0.11.1...v0.12.0
276290
[0.11.1]: https://github.com/cybozu-go/contour-plus/compare/v0.10.0...v0.11.1
277291
[0.10.0]: https://github.com/cybozu-go/contour-plus/compare/v0.9.0...v0.10.0

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Supported environments
1414
----------------------
1515

1616
- Kubernetes
17-
- 1.29
17+
- 1.30
1818
- Contour
19-
- 1.28
19+
- 1.29
2020
- ExternalDNS
21-
- 0.14
21+
- 0.15
2222
- cert-manager
23-
- 1.14
23+
- 1.15
2424

2525
Other versions may or may not work.
2626

0 commit comments

Comments
 (0)