Update Helm release cert-manager to v1.18.2
No problems deploying cert-manager to Proxmox VE K3s Kubernetes cluster via Helm Chart and Flux V2 reconciliation in a GitOps approach with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
cert-manager (source) | patch | v1.18.1 -> v1.18.2 |
Release Notes
cert-manager/cert-manager (cert-manager)
v1.18.2
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
We fixed a bug in the CSR's name constraints construction (only applies if you have enabled the NameConstraints
feature gate).
We dropped the new global.rbac.disableHTTPChallengesRole
Helm option due to a bug we found, this feature will be released in v1.19
instead.
Changes since v1.18.1
:
Bug or Regression
- BUGFIX: permitted URI domains were incorrectly used to set the excluded URI domains in the CSR's name constraints (#7833, @cert-manager-bot)
- Reverted adding the
global.rbac.disableHTTPChallengesRole
Helm option. (#7837, @cert-manager-bot)