From 12f2b58649af52a04a60e8a13c2cc962ee60a26c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 25 Apr 2024 14:20:20 +0200 Subject: [PATCH] chore(deps): update helm chart cert-manager to v1.14.5 by renovate (#21333) 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://cert-manager.io) ([source](https://togithub.com/cert-manager/cert-manager)) | patch | `v1.14.4` -> `v1.14.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
cert-manager/cert-manager (cert-manager) ### [`v1.14.5`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.5) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.14.4...v1.14.5) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. `v1.14.5` fixes a bug in the DigitalOcean DNS-01 provider which could cause incorrect DNS records to be deleted when using a domain with a CNAME. Special thanks to [@​BobyMCbobs](https://togithub.com/BobyMCbobs) for reporting this issue and testing the fix! It also patches CVE-2023-45288. #### Known Issues - ACME Issuer (Let's Encrypt): wrong certificate chain may be used if `preferredChain` is configured: see [1.14 release notes](./release-notes-1.14.md#known-issues) for more information. #### Changes ##### Bug or Regression - DigitalOcean: Ensure that only TXT records are considered for deletion when cleaning up after an ACME challenge ([#​6893](https://togithub.com/cert-manager/cert-manager/issues/6893) , [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - Bump golang.org/x/net to address [CVE-2023-45288](https://nvd.nist.gov/vuln/detail/CVE-2023-45288) ([#​6931](https://togithub.com/cert-manager/cert-manager/issues/6931) , [@​SgtCoDFish](https://togithub.com/SgtCoDFish))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://togithub.com/renovatebot/renovate). --- charts/system/cert-manager/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/system/cert-manager/Chart.yaml b/charts/system/cert-manager/Chart.yaml index 49205362564..5c8d2cd47d7 100644 --- a/charts/system/cert-manager/Chart.yaml +++ b/charts/system/cert-manager/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: cert-manager - version: v1.14.4 + version: v1.14.5 repository: https://charts.jetstack.io condition: "" alias: certmanager @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/cert-manager - https://github.com/truecharts/containers/tree/master/apps/scratch type: application -version: 4.8.16 +version: 4.8.17