Skip to content

Commit

Permalink
cut release
Browse files Browse the repository at this point in the history
  • Loading branch information
vultj committed Sep 30, 2022
1 parent b13f019 commit 041a532
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Change Log

## v0.7.1 (2022-09-30)
## v0.7.0 (2022-09-30)
* Adds goreleaser: [PR #126](https://github.com/vultr/vultr-cloud-controller-manager/pull/126)
* Includes all `v0.7.0` updates

## v0.7.0 (2022-09-29)
* Updates various `k8s.io` components from `v0.22.9` to `v0.24.6`: [PR #120](https://github.com/vultr/vultr-cloud-controller-manager/pull/120)
* Moves from Go 1.17 to Go 1.19: [PR #120](https://github.com/vultr/vultr-cloud-controller-manager/pull/120)
* Adds `golangci-lint`: [PR #120](https://github.com/vultr/vultr-cloud-controller-manager/pull/120)
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
effect: NoSchedule
hostNetwork: true
containers:
- image: vultr/vultr-cloud-controller-manager:v0.7.1
- image: vultr/vultr-cloud-controller-manager:v0.7.0
imagePullPolicy: Always
name: vultr-cloud-controller-manager
command:
Expand Down
4 changes: 3 additions & 1 deletion docs/releases/v0.7.1.yml → docs/releases/v0.7.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
effect: NoSchedule
hostNetwork: true
containers:
- image: vultr/vultr-cloud-controller-manager:v0.7.1
- image: vultr/vultr-cloud-controller-manager:v0.7.0
imagePullPolicy: Always
name: vultr-cloud-controller-manager
command:
Expand All @@ -157,3 +157,5 @@ spec:
secretKeyRef:
name: vultr-ccm
key: api-key


0 comments on commit 041a532

Please sign in to comment.