v1.16.0-beta.0
Pre-release
Pre-release
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
📖 Read the draft 1.16 release notes for a full list of changes since 1.15, including breaking changes and major themes.
📜 Changes since v1.16.0-alpha.1
Feature
- Feature: Add a new
ClientWatchList
feature flag to cert-manager controller, cainjector and webhook, which allows the components to use of the ALPHAWatchList
/ Streaming list feature of the Kubernetes API server. This reduces the load on the Kubernetes API server when cert-manager starts up and reduces the peak memory usage in the cert-manager components. (#7175, @wallrj) - Feature: The Route53 DNS solver of the ACME Issuer will now use regional STS endpoints computed from the region that is supplied in the Issuer spec or in the
AWS_REGION
environment variable.
Feature: The Route53 DNS solver of the ACME Issuer now uses the "ambient" region (AWS_REGION
orAWS_DEFAULT_REGION
) ifissuer.spec.acme.solvers.dns01.route53.region
is empty; regardless of the flags--issuer-ambient-credentials
and--cluster-issuer-ambient-credentials
. (#7299, @wallrj)