From 5092a17a257daeedeb045e85efa368a658158481 Mon Sep 17 00:00:00 2001 From: Ramiro Berrelleza Date: Thu, 7 Mar 2024 18:46:07 -0800 Subject: [PATCH] Prepare for release 0.5.4 (#38) --- Makefile | 8 +------ README.md | 2 +- chart/cert-manager-webhook-civo/Changelog.md | 22 +++++++++++++------- chart/cert-manager-webhook-civo/Chart.yaml | 4 ++-- chart/cert-manager-webhook-civo/README.md | 4 ++-- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Makefile b/Makefile index bc3fe56..3fd779f 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,4 @@ readme: chart: helm package chart/cert-manager-webhook-civo --app-version ${TAG} mkdir -p output - mv *.tgz output/ - -release: - curl https://charts.okteto.com/index.yaml > old-index.yaml - helm repo index --merge old-index.yaml --url https://charts.okteto.com output - gsutil cp output/index.yaml gs://charts.okteto.com/ - gsutil cp output/*.tgz gs://charts.okteto.com/ \ No newline at end of file + mv *.tgz output/ \ No newline at end of file diff --git a/README.md b/README.md index 3276c60..2b263a9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Follow the [instructions](https://cert-manager.io/docs/installation/) using the ```bash -helm install cert-manager-webhook-civo oci://ghcr.io/okteto/cert-manager-webhook-civo [--version 0.5.2] +helm install cert-manager-webhook-civo oci://ghcr.io/okteto/cert-manager-webhook-civo [--version 0.5.4] ``` ### From local checkout diff --git a/chart/cert-manager-webhook-civo/Changelog.md b/chart/cert-manager-webhook-civo/Changelog.md index d1ed37f..def914c 100644 --- a/chart/cert-manager-webhook-civo/Changelog.md +++ b/chart/cert-manager-webhook-civo/Changelog.md @@ -1,16 +1,22 @@ # Change Log +## 0.5.4 +**Release date:** 2024-03-07 + +* Support for ARM64 clusters +* Build with go 1.22 + ## 0.5.3 **Release date:** 2023-10-17 -* update instructions on the chart's README +* Update instructions on the chart's README ## 0.5.2 **Release date:** 2023-10-17 -* include CHANGELOG file on the chart -* update installation instructions to use the OCI registry +* Include CHANGELOG file on the chart +* Update installation instructions to use the OCI registry ## 0.5.1 @@ -22,14 +28,14 @@ **Release date:** 2023-10-13 -* update readme (#27) -* reduce redundancy on repo name (#26) -* update deps to latest version available (#25) -* feat: run as non-root user (#23) +* Update readme (#27) +* Reduce redundancy on repo name (#26) +* Update deps to latest version available (#25) +* Run as non-root user (#23) ## 0.4.0 **Release date:** 2023-09-06 -* prep for 0.4.0 release (#17) +* * 0.3.2 release (#15) \ No newline at end of file diff --git a/chart/cert-manager-webhook-civo/Chart.yaml b/chart/cert-manager-webhook-civo/Chart.yaml index 6aff685..deca25d 100644 --- a/chart/cert-manager-webhook-civo/Chart.yaml +++ b/chart/cert-manager-webhook-civo/Chart.yaml @@ -3,8 +3,8 @@ name: cert-manager-webhook-civo description: A webhook to use CIVO DNS as a DNS issuer for cert-manager home: https://github.com/okteto/cert-manager-webhook-civo type: application -version: "0.5.3" -appVersion: "0.5.3" +version: "0.5.4" +appVersion: "0.5.4" keywords: - cert-manager - letsencrypt diff --git a/chart/cert-manager-webhook-civo/README.md b/chart/cert-manager-webhook-civo/README.md index 7db240e..a4bab18 100644 --- a/chart/cert-manager-webhook-civo/README.md +++ b/chart/cert-manager-webhook-civo/README.md @@ -1,6 +1,6 @@ # cert-manager-webhook-civo -![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.3](https://img.shields.io/badge/AppVersion-0.5.3-informational?style=flat-square) +![Version: 0.5.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.4](https://img.shields.io/badge/AppVersion-0.5.4-informational?style=flat-square) A webhook to use CIVO DNS as a DNS issuer for cert-manager @@ -13,7 +13,7 @@ Follow the [instructions](https://cert-manager.io/docs/installation/) using the ### cert-manager-webhook-civo ```bash -helm install cert-manager-webhook-civo oci://ghcr.io/okteto/cert-manager-webhook-civo --version 0.5.3 +helm install cert-manager-webhook-civo oci://ghcr.io/okteto/cert-manager-webhook-civo --version 0.5.4 ``` ## Uninstalling