Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.13.2 #patch #232

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Change Log
## [v0.13.2](https://github.com/vultr/vultr-csi/compare/v0.13.1...v0.13.2) (2024-08-12)
### Automation
* Fix releaser mattermost notification action [PR 221](https://github.com/vultr/vultr-csi/pull/221)

### Dependencies
* Bump golang.org/x/sync from 0.6.0 to 0.8.0 [PR 231](https://github.com/vultr/vultr-csi/pull/231)
* Bump golang.org/x/oauth2 from 0.20.0 to 0.22.0 [PR 230](https://github.com/vultr/vultr-csi/pull/230)
* Bump google.golang.org/grpc from 1.64.0 to 1.65.0 [PR 228](https://github.com/vultr/vultr-csi/pull/228)

## [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)
4 changes: 2 additions & 2 deletions docs/releases/latest.yml
Original file line number Diff line number Diff line change
@@ -120,7 +120,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.13.1
image: vultr/vultr-csi:v0.13.2
args:
- "--endpoint=$(CSI_ENDPOINT)"
- "--token=$(VULTR_API_KEY)"
@@ -278,7 +278,7 @@ spec:
- name: registration-dir
mountPath: /registration/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.13.1
image: vultr/vultr-csi:v0.13.2
args:
- "--endpoint=$(CSI_ENDPOINT)"
env:
4 changes: 2 additions & 2 deletions docs/releases/nightly.yml
Original file line number Diff line number Diff line change
@@ -120,7 +120,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.12.4
image: vultr/vultr-csi:v0.13.2
args:
- "--endpoint=$(CSI_ENDPOINT)"
- "--token=$(VULTR_API_KEY)"
@@ -278,7 +278,7 @@ spec:
- name: registration-dir
mountPath: /registration/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.12.4
image: vultr/vultr-csi:v0.13.2
args:
- "--endpoint=$(CSI_ENDPOINT)"
env:
Loading