Skip to content

Commit 0a807b6

Browse files
Merge pull request #1879 from wallrj-cyberark/release-notes-cert-manager-v1.19.2
Release notes for cert-manager v1.19.2
2 parents 0370989 + d196cde commit 0a807b6

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.spelling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ v1.18.0.
592592
v1.19
593593
v1.19.0
594594
v1.19.1
595+
v1.19.2
595596
alpha.0
596597
v1.5
597598
v1.5.0

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,22 @@ And finally, thanks to the cert-manager steering committee for their feedback in
7272
- [`@ssyno`](https://github.com/ssyno)
7373
{/* END steerers */}
7474

75+
{/* BEGIN changelog v1.19.2 */}
76+
## `v1.19.2`
77+
78+
Changes since `v1.19.1`:
79+
80+
### Bug or Regression
81+
82+
- Address false positive vulnerabilities `CVE-2025-47914` and `CVE-2025-58181` which were reported by Trivy. ([`#8283`](https://github.com/cert-manager/cert-manager/pull/8283), [`@SgtCoDFish`](https://github.com/SgtCoDFish))
83+
- Update Go to `v1.25.5` to fix `CVE-2025-61727` and `CVE-2025-61729` ([`#8294`](https://github.com/cert-manager/cert-manager/pull/8294), [`@wallrj-cyberark`](https://github.com/wallrj-cyberark))
84+
- Update `global.nodeSelector` to helm chart to perform a `merge` and allow for a single `nodeSelector` to be set across all services. ([`#8233`](https://github.com/cert-manager/cert-manager/pull/8233), [`@cert-manager-bot`](https://github.com/cert-manager-bot))
85+
86+
### Other (Cleanup or Flake)
87+
88+
- Update cert-manager's ACME client, forked from `golang/x/crypto` ([`#8270`](https://github.com/cert-manager/cert-manager/pull/8270), [`@SgtCoDFish`](https://github.com/SgtCoDFish))
89+
- Updated Debian 12 distroless base images ([`#8326`](https://github.com/cert-manager/cert-manager/pull/8326), [`@wallrj-cyberark`](https://github.com/wallrj-cyberark))
90+
{/* END changelog v1.19.2 */}
7591
{/* BEGIN changelog v1.19.1 */}
7692
## `v1.19.1`
7793

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.19.1"
2+
"cert_manager_latest_version": "v1.19.2"
33
}

0 commit comments

Comments
 (0)