Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.13.0 #108

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.13.0] - 2024-09-11
### Added
- Add support for specifying revisionHistoryLimit for the generated Certificate (#104)
- Add support for specifying revision history limit via annotation (#105)
- Add support for using delegated domains for DNS-01 (#106)

### Changed
- Update contour to 1.29.1 (#107)
- Kubernetes: 1.30
- Contour: 1.29
- ExternalDNS: 0.15
- cert-manager: 1.15

## [0.12.0] - 2024-04-18

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

[Unreleased]: https://github.com/cybozu-go/contour-plus/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/cybozu-go/contour-plus/compare/v0.13.0...HEAD
[0.13.0]: https://github.com/cybozu-go/contour-plus/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/cybozu-go/contour-plus/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/cybozu-go/contour-plus/compare/v0.10.0...v0.11.1
[0.10.0]: https://github.com/cybozu-go/contour-plus/compare/v0.9.0...v0.10.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Supported environments
----------------------

- Kubernetes
- 1.29
- 1.30
- Contour
- 1.28
- 1.29
- ExternalDNS
- 0.14
- 0.15
- cert-manager
- 1.14
- 1.15

Other versions may or may not work.

Expand Down