v1.18.1
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
We have added a new feature gate ACMEHTTP01IngressPathTypeExact
, to allow ingress-nginx
users to turn off the new default Ingress PathType: Exact
behavior, in ACME HTTP01 Ingress challenge solvers.
This change fixes the following issue: #7791
We have increased the ACME challenge authorization timeout to two minutes, which we hope will fix a timeout error (error waiting for authorization
), which has been reported by multiple users, since the release of cert-manager v1.16.0
.
This change should fix the following issues: #7337, #7444, and #7685.
ℹ️ Be sure to review all new features and changes below, and read the full release notes carefully before upgrading.
Changes since v1.18.0
:
Feature
- Added a new feature gate
ACMEHTTP01IngressPathTypeExact
, to allowingress-nginx
users to turn off the new default IngressPathType: Exact
behavior, in ACME HTTP01 Ingress challenge solvers. (#7810
, @sspreitzer)
Bug or Regression
- ACME: Increased challenge authorization timeout to 2 minutes to fix
error waiting for authorization
. (#7801
, @hjoshi123)