Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cert-manager.crds.yaml | 2025-06-17 | 950.1 kB | |
cert-manager.yaml | 2025-06-17 | 988.6 kB | |
README.md | 2025-06-17 | 1.1 kB | |
v1.17.3 source code.tar.gz | 2025-06-17 | 2.9 MB | |
v1.17.3 source code.zip | 2025-06-17 | 3.8 MB | |
Totals: 5 Items | 8.6 MB | 0 |
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
This patch release addresses several vulnerabilities reported by the Trivy security scanner. It is built with the latest version of Go 1.23.
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, in: [#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.17.2
:
Bug or Regression
- Bump Go to 1.23.10 to fix GO-2025-3749, GO-2025-3750, and GO-2025-3751 (#7799, @wallrj)
- ACME: Increased challenge authorization timeout to 2 minutes to fix error
waiting for authorization
(#7798, @hjoshi123)
Other (Cleanup or Flake)
- Use the latest version of ingress-nginx in E2E tests to ensure compatibility (#7808, @wallrj)