Skip to content

Commit

Permalink
Release v0.13.1 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Jun 17, 2024
1 parent d2891d2 commit 312d801
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
## [v0.13.1](https://github.com/vultr/vultr-csi/compare/v0.13.0...v0.13.1) (2024-06-17)
### Automation
* Update goreleaser workflow to use action v6 and go v1.22 [PR 219](https://github.com/vultr/vultr-csi/pull/219)

## [v0.13.0](https://github.com/vultr/vultr-csi/compare/v0.12.4...v0.13.0) (2024-06-17)
### Dependencies
* Bump golang.org/x/oauth2 from 0.17.0 to 0.20.0 [PR 210](https://github.com/vultr/vultr-csi/pull/210)
Expand Down
4 changes: 2 additions & 2 deletions docs/releases/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.13.0
image: vultr/vultr-csi:v0.13.1
args:
- "--endpoint=$(CSI_ENDPOINT)"
- "--token=$(VULTR_API_KEY)"
Expand Down Expand Up @@ -278,7 +278,7 @@ spec:
- name: registration-dir
mountPath: /registration/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.13.0
image: vultr/vultr-csi:v0.13.1
args:
- "--endpoint=$(CSI_ENDPOINT)"
env:
Expand Down
Loading

0 comments on commit 312d801

Please sign in to comment.