Skip to content

Commit

Permalink
Update version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slicen committed Jan 14, 2022
1 parent 2c5e4a7 commit cd89b19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IMAGE_NAME := "slicen/cert-manager-webhook-linode"
IMAGE_TAG := "v0.1.0"
IMAGE_TAG := "v0.2.0"

K8S_VERSION := "1.22.0"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ACME Issuer for [cert-manager](https://github.com/jetstack/cert-manager).
```bash
helm install cert-manager-webhook-linode \
--namespace cert-manager \
https://github.com/slicen/cert-manager-webhook-linode/releases/download/v0.1.0/cert-manager-webhook-linode-v0.1.0.tgz
https://github.com/slicen/cert-manager-webhook-linode/releases/download/v0.2.0/cert-manager-webhook-linode-v0.2.0.tgz
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions deploy/cert-manager-webhook-linode/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "v0.1.0"
appVersion: "v0.2.0"
description: A Helm chart for cert-manager-webhook-linode
name: cert-manager-webhook-linode
version: v0.1.0
version: v0.2.0
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (c *linodeDNSProviderSolver) getLinodeClient(ch *v1alpha1.ChallengeRequest)
}

linodeClient := linodego.NewClient(oauth2Client)
linodeClient.SetUserAgent(fmt.Sprintf("cert-manager-webhook-linode/v0.1.0 linodego/%s", linodego.Version))
linodeClient.SetUserAgent(fmt.Sprintf("cert-manager-webhook-linode/v0.2.0 linodego/%s", linodego.Version))

return &linodeClient, nil
}
Expand Down

0 comments on commit cd89b19

Please sign in to comment.