Skip to content

Commit

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

## v0.7.1 (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)
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.0
- image: vultr/vultr-cloud-controller-manager:v0.7.1
imagePullPolicy: Always
name: vultr-cloud-controller-manager
command:
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/v0.7.0.yml → docs/releases/v0.7.1.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.0
- image: vultr/vultr-cloud-controller-manager:v0.7.1
imagePullPolicy: Always
name: vultr-cloud-controller-manager
command:
Expand Down

0 comments on commit b13f019

Please sign in to comment.