From 58555d9c24a02839a5729d543226fc382ced4087 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 31 Oct 2023 09:07:08 +0100 Subject: [PATCH] chore(deps): update helm chart cert-manager to v1.13.2 (#14142) 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://togithub.com/cert-manager/cert-manager) | patch | `v1.13.1` -> `v1.13.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
cert-manager/cert-manager (cert-manager) ### [`v1.13.2`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.2) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.1...v1.13.2) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. v1.13.2 fixes some CVE alerts and contains fixes for: 1. a CertificateRequest runaway situation in case two Certificate resources point to the same Secret target resource 2. a small bug in the Helm chart (feature gate options) 3. a Venafi issuer bug ##### ⚠️ READ https://github.com/cert-manager/cert-manager/releases/tag/v1.13.0 before you upgrade from a < v1.13 version! #### Changes since v1.13.1 ##### Bug or Regression - Bump golang.org/x/net v0.15.0 => v0.17.0 as part of addressing CVE-2023-44487 / CVE-2023-39325 ([#​6432](https://togithub.com/cert-manager/cert-manager/issues/6432), [@​SgtCoDFish](https://togithub.com/SgtCoDFish)) - BUGFIX\[helm]: Fix issue where webhook feature gates were only set if controller feature gates are set. ([#​6381](https://togithub.com/cert-manager/cert-manager/issues/6381), [@​jetstack-bot](https://togithub.com/jetstack-bot)) - Fix runaway bug caused by multiple Certificate resources that point to the same Secret resource. ([#​6425](https://togithub.com/cert-manager/cert-manager/issues/6425), [@​jetstack-bot](https://togithub.com/jetstack-bot)) - The Venafi issuer now properly resets the certificate and should no longer get stuck with `WebSDK CertRequest Module Requested Certificate` or `This certificate cannot be processed while it is in an error state. Fix any errors, and then click Retry.`. ([#​6402](https://togithub.com/cert-manager/cert-manager/issues/6402), [@​jetstack-bot](https://togithub.com/jetstack-bot)) ##### Other (Cleanup or Flake) - Bump go to 1.20.10 to address CVE-2023-39325. Also bumps base images. ([#​6411](https://togithub.com/cert-manager/cert-manager/issues/6411), [@​SgtCoDFish](https://togithub.com/SgtCoDFish))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). --- charts/operators/cert-manager/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/operators/cert-manager/Chart.yaml b/charts/operators/cert-manager/Chart.yaml index 6c20eb90574..f06e747ff68 100644 --- a/charts/operators/cert-manager/Chart.yaml +++ b/charts/operators/cert-manager/Chart.yaml @@ -14,7 +14,7 @@ dependencies: version: 14.2.0 - name: cert-manager repository: https://charts.jetstack.io - version: v1.13.1 + version: v1.13.2 alias: certmanager kubeVersion: ">=1.16.0-0" maintainers: @@ -27,7 +27,7 @@ sources: - https://github.com/cert-manager - https://cert-manager.io/ type: application -version: 1.1.0 +version: 1.1.1 annotations: truecharts.org/category: operators truecharts.org/SCALE-support: "true"