Skip to content

Commit 85e5d56

Browse files
authored
Merge pull request #1674 from wallrj/release-notes-1.17.2
Release notes for v1.17.2
2 parents 72c240d + 250add1 commit 85e5d56

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,22 @@ 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.2`
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 and includes
115+
various dependency updates. Changes since `v1.17.1`:
116+
117+
### Bug or Regression
118+
119+
- Bump Go to `v1.23.8` to fix `CVE-2025-22871` ([#7701](https://github.com/cert-manager/cert-manager/pull/7701), [`@wallrj`](https://github.com/wallrj))
120+
- Bump `go-jose` dependency to address `CVE-2025-27144` ([#7603](https://github.com/cert-manager/cert-manager/pull/7603), [`@SgtCoDFish`](https://github.com/SgtCoDFish))
121+
- Bump `golang.org/x/net` to address `CVE-2025-22870` reported by Trivy ([#7622](https://github.com/cert-manager/cert-manager/pull/7622), [`@SgtCoDFish`](https://github.com/SgtCoDFish))
122+
- Bump `golang.org/x/net` to fix `CVE-2025-22872` ([#7703](https://github.com/cert-manager/cert-manager/pull/7703), [`@wallrj`](https://github.com/wallrj))
123+
- Bump `golang.org/x/oauth2` to patch `CVE-2025-22868` ([#7692](https://github.com/cert-manager/cert-manager/pull/7692), [`@lentzi90`](https://github.com/lentzi90))
124+
- Bump `golang.org/x/crypto` to patch `GHSA-hcg3-q754-cr77` ([#7692](https://github.com/cert-manager/cert-manager/pull/7692), [`@lentzi90`](https://github.com/lentzi90))
125+
- Bump `github.com/golang-jwt/jwt` to patch `GHSA-mh63-6h87-95cp` ([#7692](https://github.com/cert-manager/cert-manager/pull/7692), [`@lentzi90`](https://github.com/lentzi90))
126+
111127
## `v1.17.1`
112128

113129
This patch release is primarily intended to address a [breaking change](https://github.com/cert-manager/cert-manager/issues/7540) in Cloudflare's API which impacted ACME DNS-01 challenges using Cloudflare.

content/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.0"
2+
"cert_manager_latest_version": "v1.17.2"
33
}

0 commit comments

Comments
 (0)