Skip to content

Commit

Permalink
Release v0.3.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwinsExpertise authored Feb 14, 2022
1 parent bf76e5e commit b24d00d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v0.3.0](https://github.com/vultr/cert-manager-webhook-vultr) (2022-02-14)
* Bump github.com/jetstack/cert-manager from 1.6.1 to 1.7.1 [PR 29](https://github.com/vultr/cert-manager-webhook-vultr/pull/29)
* Bump github.com/vultr/govultr/v2 from 2.12.0 to 2.14.1 [PR 28](https://github.com/vultr/cert-manager-webhook-vultr/pull/28)


## [v0.2.0](https://github.com/vultr/cert-manager-webhook-vultr) (2021-12-16)
* Bumped Kubernetes to to 1.22.4, Cert-manager to 1.6.1, Go to 1.17 [PR 6](https://github.com/vultr/cert-manager-webhook-vultr/pull/6)
* Bump github.com/vultr/govultr/v2 from 2.4.0 to 2.12.0 [PR 3](https://github.com/vultr/cert-manager-webhook-vultr/pull/3)
Expand Down
4 changes: 2 additions & 2 deletions deploy/cert-manager-webhook-vultr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "0.2.0"
appVersion: "0.3.0"
description: A Helm chart for Kubernetes
name: cert-manager-webhook-vultr
version: 0.2.0
version: 0.3.0
2 changes: 1 addition & 1 deletion deploy/cert-manager-webhook-vultr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certManager:

image:
repository: vultr/cert-manager-webhook-vultr
tag: v0.2.0
tag: v0.3.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
// GroupName ...
var GroupName = os.Getenv("GROUP_NAME")

const version = "v0.2.0"
const version = "v0.3.0"

func main() {
if GroupName == "" {
Expand Down

0 comments on commit b24d00d

Please sign in to comment.