Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Nov 7, 2024
1 parent c6d6771 commit f12e6fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
inputs:
version:
description: 'The version you want to release (e.g 0.2.0).'
description: 'The version you want to release (e.g 0.3.0).'
required: true

jobs:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ to verify if the provider hosts the domain you are requesting a certificate.

This project supports the following versions of the certificate manager:

| Certificate Manager | Godaddy webhook |
|---------------------|-----------------|
| [1.6 - 1.12] | v0.1.0 |
| [> 1.13] | v0.2.0 |
| Certificate Manager | Godaddy webhook |
|--------------------|------------------------|
| [1.6 - 1.12] | v0.1.0 |
| [> 1.13] | v0.2.0, v0.3.0, v0.4.0 |

**Remark**: The Helm chart `AppVersion` like the image `version` are tagged according to the version used to release this project: v0.1.0, v0.2.0. When using the main branch, the Helm chart will install the latest image pushed on [quay.io](https://quay.io/repository/snowdrop/cert-manager-webhook-godaddy)
**Remark**: The Helm chart `AppVersion` like the image `version` are tagged according to the version used to release this project: v0.1.0, v0.2.0, etc. When using the main branch, the Helm chart will install the latest image pushed on [quay.io](https://quay.io/repository/snowdrop/cert-manager-webhook-godaddy)

## Governance

Expand Down

0 comments on commit f12e6fb

Please sign in to comment.