Skip to content

Commit c6ddef6

Browse files
Merge pull request #1718 from wallrj/cert-manager-1.17.3
Release notes for cert-manager 1.17.3
2 parents 30a1db4 + bfdd528 commit c6ddef6

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

content/docs/releases/release-notes/release-notes-1.17.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,29 @@ And finally, thanks to the cert-manager steering committee for their feedback in
108108
- [@ianarsenault](https://github.com/ianarsenault)
109109
- [@TrilokGeer](https://github.com/TrilokGeer)
110110

111+
## `v1.17.3`
112+
113+
This patch release addresses several vulnerabilities reported by the Trivy
114+
security scanner. It is built with the latest version of Go 1.23.
115+
116+
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, since the release of cert-manager `v1.16.0`.
117+
This change should fix the following issues: [`#7337`][#7337], [`#7444`][#7444], and [`#7685`][#7685].
118+
119+
[#7337]: https://github.com/cert-manager/cert-manager/issues/7337
120+
[#7444]: https://github.com/cert-manager/cert-manager/issues/7444
121+
[#7685]: https://github.com/cert-manager/cert-manager/issues/7685
122+
123+
Changes since `v1.17.2`:
124+
125+
### Bug or Regression
126+
127+
- Bump Go to `1.23.10` to fix `GO-2025-3749`, `GO-2025-3750`, and `GO-2025-3751` ([`#7799`](https://github.com/cert-manager/cert-manager/pull/7799), [`@wallrj`](https://github.com/wallrj))
128+
- ACME: Increased challenge authorization timeout to 2 minutes to fix error `waiting for authorization` ([`#7798`](https://github.com/cert-manager/cert-manager/pull/7798), [`@hjoshi123`](https://github.com/hjoshi123))
129+
130+
### Other (Cleanup or Flake)
131+
132+
- Use the latest version of ingress-nginx in E2E tests to ensure compatibility ([`#7808`](https://github.com/cert-manager/cert-manager/pull/7808), [`@wallrj`](https://github.com/wallrj))
133+
111134
## `v1.17.2`
112135

113136
This patch release addresses several vulnerabilities reported by the Trivy

content/v1.17-docs/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"cert_manager_latest_version": "v1.17.2"
2+
"cert_manager_latest_version": "v1.17.3"
33
}

0 commit comments

Comments
 (0)