Skip to content

Commit cb31a63

Browse files
authored
Release v0.13.3 #patch
1 parent 275d114 commit cb31a63

4 files changed

Lines changed: 420 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Change Log
2+
## [v0.13.3](https://github.com/vultr/vultr-csi/compare/v0.13.2...v0.13.3) (2024-11-01)
3+
### Bug Fixes
4+
* Fix volume unpublish errors when missing directory [PR 226](https://github.com/vultr/vultr-csi/pull/226)
5+
6+
### Dependencies
7+
* Update govultr from v3.11.1 to v3.11.2 [PR 254](https://github.com/vultr/vultr-csi/pull/254)
8+
* Bump google.golang.org/grpc from 1.66.1 to 1.67.1 [PR 245](https://github.com/vultr/vultr-csi/pull/245)
9+
* Bump golang.org/x/sys from 0.25.0 to 0.26.0 [PR 246](https://github.com/vultr/vultr-csi/pull/246)
10+
* Bump k8s.io/mount-utils from 0.31.0 to 0.31.2 [PR 249](https://github.com/vultr/vultr-csi/pull/249)
11+
* Update govultr from v3.9.1 to v3.11.1 [PR 252](https://github.com/vultr/vultr-csi/pull/252)
12+
* Update go from v1.22 to v1.23 [PR 251](https://github.com/vultr/vultr-csi/pull/251)
13+
* Upgrade to Go 1.22 and Update Vendor Dependencies [PR 242](https://github.com/vultr/vultr-csi/pull/242)
14+
15+
### New Contributors
16+
* @beornf made their first contribution in [PR 226](https://github.com/vultr/vultr-csi/pull/226)
17+
218
## [v0.13.2](https://github.com/vultr/vultr-csi/compare/v0.13.1...v0.13.2) (2024-08-12)
319
### Automation
420
* Fix releaser mattermost notification action [PR 221](https://github.com/vultr/vultr-csi/pull/221)

docs/releases/latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ spec:
120120
- name: socket-dir
121121
mountPath: /var/lib/csi/sockets/pluginproxy/
122122
- name: csi-vultr-plugin
123-
image: vultr/vultr-csi:v0.13.2
123+
image: vultr/vultr-csi:v0.13.3
124124
args:
125125
- "--endpoint=$(CSI_ENDPOINT)"
126126
- "--token=$(VULTR_API_KEY)"
@@ -278,7 +278,7 @@ spec:
278278
- name: registration-dir
279279
mountPath: /registration/
280280
- name: csi-vultr-plugin
281-
image: vultr/vultr-csi:v0.13.2
281+
image: vultr/vultr-csi:v0.13.3
282282
args:
283283
- "--endpoint=$(CSI_ENDPOINT)"
284284
env:

docs/releases/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ spec:
120120
- name: socket-dir
121121
mountPath: /var/lib/csi/sockets/pluginproxy/
122122
- name: csi-vultr-plugin
123-
image: vultr/vultr-csi:v0.13.2
123+
image: vultr/vultr-csi:v0.13.3
124124
args:
125125
- "--endpoint=$(CSI_ENDPOINT)"
126126
- "--token=$(VULTR_API_KEY)"
@@ -278,7 +278,7 @@ spec:
278278
- name: registration-dir
279279
mountPath: /registration/
280280
- name: csi-vultr-plugin
281-
image: vultr/vultr-csi:v0.13.2
281+
image: vultr/vultr-csi:v0.13.3
282282
args:
283283
- "--endpoint=$(CSI_ENDPOINT)"
284284
env:

0 commit comments

Comments
 (0)