cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
🔗 See v1.15.0 for more information about cert-manager 1.15 and read-before-upgrade info.
📜 Changes since v1.15.1
Bug or Regression
- BUGFIX
route53
: explicitly set theaws-global
STS region which is now required by thegithub.com/aws/aws-sdk-go-v2
library. (#7189,@cert-manager-bot
) - Bump
grpc-go
to fixGHSA-xr7q-jx4m-x55m
(#7167,@SgtCoDFish
) - Fix Azure DNS causing panics whenever authentication error happens (#7188,
@cert-manager-bot
) - Fix incorrect value and indentation of
endpointAdditionalProperties
in thePodMonitor
template of the Helm chart (#7191,@inteon
) - Fixes ACME HTTP01 challenge behavior when using Gateway API to prevent unbounded creation of
HTTPRoute
resources (#7186,@cert-manager-bot
) - Upgrade
golang
from1.22.3
to1.22.5
(#7165,@github-actions
)