Skip to content

Commit 0370989

Browse files
Merge pull request #1880 from wallrj-cyberark/release-notes-cert-manager-v1.18.4
Release notes for cert-manager v1.18.4
2 parents 2c9a847 + 3534af9 commit 0370989

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,22 @@ And finally, thanks to the cert-manager steering committee for their feedback in
202202
- [@TrilokGeer](https://github.com/TrilokGeer)
203203

204204

205+
## `v1.18.4`
206+
207+
We updated Go to fix some vulnerabilities in the Go standard library.
208+
209+
Changes since `v1.18.3`:
210+
211+
### Bug or Regression
212+
213+
- Address false positive vulnerabilities `CVE-2025-47914` and `CVE-2025-58181` which were reported by Trivy. ([`#8282`](https://github.com/cert-manager/cert-manager/pull/8282), [`@SgtCoDFish`](https://github.com/SgtCoDFish))
214+
- Update Go to `v1.24.11` to fix `CVE-2025-61727` and `CVE-2025-61729` ([`#8295`](https://github.com/cert-manager/cert-manager/pull/8295), [`@wallrj-cyberark`](https://github.com/wallrj-cyberark))
215+
216+
### Other (Cleanup or Flake)
217+
218+
- Update cert-manager's ACME client, forked from `golang/x/crypto` ([`#8271`](https://github.com/cert-manager/cert-manager/pull/8271), [`@SgtCoDFish`](https://github.com/SgtCoDFish))
219+
- Updated Debian 12 distroless base images ([`#8328`](https://github.com/cert-manager/cert-manager/pull/8328), [`@wallrj-cyberark`](https://github.com/wallrj-cyberark))
220+
205221
## `v1.18.3`
206222

207223
We fixed a bug which caused certificates to be re-issued unexpectedly, if the

content/v1.18-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.18.3"
2+
"cert_manager_latest_version": "v1.18.4"
33
}

0 commit comments

Comments
 (0)