Skip to content

Commit

Permalink
Prepare for release 0.5.4 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
rberrelleza committed Mar 8, 2024
1 parent 8eb6e06 commit 5092a17
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
mv *.tgz output/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 14 additions & 8 deletions chart/cert-manager-webhook-civo/Changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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)
4 changes: 2 additions & 2 deletions chart/cert-manager-webhook-civo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions chart/cert-manager-webhook-civo/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 5092a17

Please sign in to comment.