From d9210c23ba582f112253b3e8d3b7dc85be0f9118 Mon Sep 17 00:00:00 2001 From: Aurelien Requiem Date: Sun, 18 Aug 2024 06:13:13 +1000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20release=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++++++++++++ charts/cert-manager-webhook-ovh/Chart.yaml | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de69dae..789d480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 0.7.0 + +### Noteworthy changes + +- ✨ Add new `configVersion` to assist with breaking change +- 🌿 Prefix Helm Chart error messages with 'Error:' +- 🐛 Address minor typography issues in documentation. +- 🌿 support adding customer labels to pod +- 📄 slightly improve documentation in values.yaml + +### Dependencies + +- ⏩ Use Alpine to 3.20 and Golang 1.23 as build image +- ⏩ Use Alpine to 3.20 as base image +- ⏩ Use Go 1.23.0 to build webhook +- ⏩ Bump github.com/cert-manager/cert-manager 1.14.1 to 1.15.3 +- ⏩ Bump github.com/ovh/go-ovh from 1.4.3 to 1.6.0 +- ⏩ Bump k8s.io/api from 0.29.1 to 0.30.1 +- ⏩ Bump k8s.io/apiextensions-apiserver from 0.29.1 to 0.30.1 +- ⏩ Bump golang.org/x/net from 0.20.0 to 0.23.0 + ## 0.7.0-alpha.3 ### Noteworthy changes diff --git a/charts/cert-manager-webhook-ovh/Chart.yaml b/charts/cert-manager-webhook-ovh/Chart.yaml index 24bfa1f..278cef5 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.7.0-alpha.3" +appVersion: "0.7.0" 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.7.0-alpha.3" \ No newline at end of file +version: "0.7.0" \ No newline at end of file