Skip to content

Commit

Permalink
Release v0.13.3 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mondragonfx authored Nov 1, 2024
1 parent 275d114 commit cb31a63
Show file tree
Hide file tree
Showing 4 changed files with 420 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Change Log
## [v0.13.3](https://github.com/vultr/vultr-csi/compare/v0.13.2...v0.13.3) (2024-11-01)
### Bug Fixes
* Fix volume unpublish errors when missing directory [PR 226](https://github.com/vultr/vultr-csi/pull/226)

### Dependencies
* Update govultr from v3.11.1 to v3.11.2 [PR 254](https://github.com/vultr/vultr-csi/pull/254)
* Bump google.golang.org/grpc from 1.66.1 to 1.67.1 [PR 245](https://github.com/vultr/vultr-csi/pull/245)
* Bump golang.org/x/sys from 0.25.0 to 0.26.0 [PR 246](https://github.com/vultr/vultr-csi/pull/246)
* Bump k8s.io/mount-utils from 0.31.0 to 0.31.2 [PR 249](https://github.com/vultr/vultr-csi/pull/249)
* Update govultr from v3.9.1 to v3.11.1 [PR 252](https://github.com/vultr/vultr-csi/pull/252)
* Update go from v1.22 to v1.23 [PR 251](https://github.com/vultr/vultr-csi/pull/251)
* Upgrade to Go 1.22 and Update Vendor Dependencies [PR 242](https://github.com/vultr/vultr-csi/pull/242)

### New Contributors
* @beornf made their first contribution in [PR 226](https://github.com/vultr/vultr-csi/pull/226)

## [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)
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.2
image: vultr/vultr-csi:v0.13.3
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.2
image: vultr/vultr-csi:v0.13.3
args:
- "--endpoint=$(CSI_ENDPOINT)"
env:
Expand Down
4 changes: 2 additions & 2 deletions docs/releases/nightly.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.2
image: vultr/vultr-csi:v0.13.3
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.2
image: vultr/vultr-csi:v0.13.3
args:
- "--endpoint=$(CSI_ENDPOINT)"
env:
Expand Down
Loading

0 comments on commit cb31a63

Please sign in to comment.