From a3f76e5f08859fec3d2d9b18313678003bc7911c Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 3 Sep 2023 13:31:43 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.12.4 (#70) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cert-manager](https://github.com/cert-manager/cert-manager) | patch | `v1.12.3` -> `v1.12.4` | --- ### Release Notes
cert-manager/cert-manager (cert-manager) ### [`v1.12.4`](https://github.com/cert-manager/cert-manager/releases/tag/v1.12.4) [Compare Source](https://github.com/cert-manager/cert-manager/compare/v1.12.3...v1.12.4) v1.12.4 contains an important security fix that addresses [CVE-2023-29409](https://cve.report/CVE-2023-29409). #### Changes since v1.12.3 - Fixes an issue where cert-manager would incorrectly reject two IP addresses as being unequal when they should hav e compared equal. This would be most noticeable when using an IPv6 address which doesn't match how Go's `net.IP.Str ing()` function would have printed that address. ([#​6297](https://github.com/cert-manager/cert-manager/issues/6297), [@​SgtCoDFish](https://github.com/SgtCoDFish)) - Use Go 1.20.7 to fix a security issue in Go's `crypto/tls` library. ([#​6318](https://github.com/cert-manager/cert-manager/issues/6318), [@​maelvls](https://github.com/maelvls))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.home/nrdufour/home-ops/pulls/70 Co-authored-by: Renovate Co-committed-by: Renovate --- .../main/apps/cert-manager/cert-manager/app/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/cert-manager/cert-manager/app/helm-release.yaml b/kubernetes/main/apps/cert-manager/cert-manager/app/helm-release.yaml index 84949e87..c1f6bc54 100644 --- a/kubernetes/main/apps/cert-manager/cert-manager/app/helm-release.yaml +++ b/kubernetes/main/apps/cert-manager/cert-manager/app/helm-release.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: cert-manager - version: "v1.12.3" + version: "v1.12.4" sourceRef: kind: HelmRepository name: jetstack