Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ v1.18.0.
v1.19
v1.19.0
v1.19.1
v1.19.2
alpha.0
v1.5
v1.5.0
Expand Down
16 changes: 16 additions & 0 deletions content/docs/releases/release-notes/release-notes-1.19.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,22 @@ And finally, thanks to the cert-manager steering committee for their feedback in
- [`@ssyno`](https://github.com/ssyno)
{/* END steerers */}

{/* BEGIN changelog v1.19.2 */}
## `v1.19.2`

Changes since `v1.19.1`:

### Bug or Regression

- 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))
- 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))
- 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))

### Other (Cleanup or Flake)

- 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))
- Updated Debian 12 distroless base images ([`#8326`](https://github.com/cert-manager/cert-manager/pull/8326), [`@wallrj-cyberark`](https://github.com/wallrj-cyberark))
{/* END changelog v1.19.2 */}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case you're wondering what these comments are, I generated the release notes using my unfinished make generate-release-notes tool from:

I might abandon that tool, in favour of something simpler that calls the Kubernetes release-notes CLI directly, at whcih point I'll remove these comments from the release notes.

{/* BEGIN changelog v1.19.1 */}
## `v1.19.1`

Expand Down
2 changes: 1 addition & 1 deletion content/docs/variables.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"cert_manager_latest_version": "v1.19.1"
"cert_manager_latest_version": "v1.19.2"
}