Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cert-manager.crds.yaml | 2025-07-02 | 952.1 kB | |
cert-manager.yaml | 2025-07-02 | 990.7 kB | |
README.md | 2025-07-02 | 687 Bytes | |
v1.18.2 source code.tar.gz | 2025-07-02 | 3.0 MB | |
v1.18.2 source code.zip | 2025-07-02 | 3.9 MB | |
Totals: 5 Items | 8.8 MB | 0 |
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)