Skip to content

Commit a29b6db

Browse files
authored
Merge pull request #1675 from wallrj/release-notes-1.16.5
Release notes for v1.16.5
2 parents 85e5d56 + f51cbf5 commit a29b6db

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,18 @@ Thanks also to the CNCF, which provides resources and support, and to the AWS op
223223
224224
In addition, massive thanks to Venafi for contributing developer time and resources towards the continued maintenance of cert-manager projects.
225225
226+
## `v1.16.5`
227+
228+
This patch release addresses several vulnerabilities reported by the Trivy security scanner. It is built with the latest version of Go 1.23 and includes various dependency updates. Changes since `v1.16.4`:
229+
230+
### Bug or Regression
231+
232+
- Bump Go to `v1.23.8` to fix `CVE-2025-22871` ([#7706](https://github.com/cert-manager/cert-manager/pull/7706), [`@wallrj`](https://github.com/wallrj))
233+
- Bump `github.com/golang-jwt/jwt/v5` to `v5.2.2` to fix `CVE-2025-30204` ([#7708](https://github.com/cert-manager/cert-manager/pull/7708), [`@wallrj`](https://github.com/wallrj))
234+
- Bump `golang.org/x/net` to fix `CVE-2025-22872` ([#7707](https://github.com/cert-manager/cert-manager/pull/7707), [`@wallrj`](https://github.com/wallrj))
235+
- Bump `go-jose` dependency to address `CVE-2025-27144` ([#7602](https://github.com/cert-manager/cert-manager/pull/7602), [`@SgtCoDFish`](https://github.com/SgtCoDFish))
236+
- Bump `golang.org/x/net` to address `CVE-2025-22870` reported by Trivy ([#7623](https://github.com/cert-manager/cert-manager/pull/7623), [`@SgtCoDFish`](https://github.com/SgtCoDFish))
237+
226238
## `v1.16.4`
227239
228240
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/v1.16-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.16.3"
2+
"cert_manager_latest_version": "v1.16.5"
33
}

0 commit comments

Comments
 (0)