v0.3.0
What's Changed
- Openshift-routes now supports
Route.spec.subdomain
. This feature was contributed by @jacksgt in #27. - Openshift-routes now supports ECDSA keys. This improvement was contributed by @vinny-sabatini in #28.
- Renewal was happening too early. @seandilda found that the renewal was happening at ⅓ of the duration of the certificate instead of ⅔. If you are using Let's Encrypt, your 90-days certificates would get rotated after 30 days instead of 60 days. This was fixed in the pull request #25.
- The static manifest contained an error that prevented the use of the
/metrics
endpoint. It is now fixed thanks to @vinny-sabatini in #33.
New Contributors
- @vinny-sabatini made their first contribution in #33
- @seandilda made their first contribution in #25
Full Changelog: v0.2.0...v0.3.0