From 6e7c73fd3f6f30cac904bd2adf21c1ecb0e0411b Mon Sep 17 00:00:00 2001 From: Aurelien Requiem Date: Tue, 17 Oct 2023 18:46:10 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=BF=20update=20changelog=20for=20maint?= =?UTF-8?q?enance=20release=200.5.1=20=F0=9F=8C=BF=20update=20Chart.yaml?= =?UTF-8?q?=20and=20values.yaml=20accordingly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ charts/cert-manager-webhook-ovh/Chart.yaml | 4 ++-- charts/cert-manager-webhook-ovh/values.yaml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 606677a..df25a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.5.1 + +### Dependencies + +- ⏩ bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.45.0 to address CVE-2023-45142. See [Dependabot](https://github.com/aureq/cert-manager-webhook-ovh/security/dependabot/6). +- ⏩ bump golang.org/x/net from 0.15.0 to 0.17.0. See [Dependabot PR](https://github.com/aureq/cert-manager-webhook-ovh/pull/33). + ## 0.5.0 ### Noteworthy changes diff --git a/charts/cert-manager-webhook-ovh/Chart.yaml b/charts/cert-manager-webhook-ovh/Chart.yaml index 288dd9f..208dbc1 100644 --- a/charts/cert-manager-webhook-ovh/Chart.yaml +++ b/charts/cert-manager-webhook-ovh/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.5.0" +appVersion: "0.5.1" deprecated: false description: OVH DNS cert-manager ACME webhook home: https://github.com/aureq/cert-manager-webhook-ovh @@ -19,4 +19,4 @@ maintainers: name: cert-manager-webhook-ovh sources: - https://github.com/aureq/cert-manager-webhook-ovh -version: "0.5.0" \ No newline at end of file +version: "0.5.1" \ No newline at end of file diff --git a/charts/cert-manager-webhook-ovh/values.yaml b/charts/cert-manager-webhook-ovh/values.yaml index da81312..5242c84 100644 --- a/charts/cert-manager-webhook-ovh/values.yaml +++ b/charts/cert-manager-webhook-ovh/values.yaml @@ -155,7 +155,7 @@ securityContext: image: repository: ghcr.io/aureq/cert-manager-webhook-ovh - tag: "0.5.0" + tag: "0.5.1" pullPolicy: IfNotPresent # Use this set to assign a list of default pullSecrets pullSecrets: []