Skip to content

Commit af08530

Browse files
authored
Release v0.17.0 #minor
1 parent 91e3422 commit af08530

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Change Log
2+
## [v0.17.0](https://github.com/vultr/vultr-csi/compare/v0.16.0...v0.17.0) (2025-07-17)
3+
### Bug Fixes
4+
* Add logic to verify/add block device symlink on nodes [PR 328](https://github.com/vultr/vultr-csi/pull/328)
5+
6+
### Dependencies
7+
* Bump google.golang.org/grpc from 1.72.0 to 1.72.2 [PR 321](https://github.com/vultr/vultr-csi/pull/321)
8+
* Bump k8s.io/mount-utils from 0.33.0 to 0.33.1 [PR 320](https://github.com/vultr/vultr-csi/pull/320)
9+
* Bump github.com/vultr/govultr/v3 from 3.20.0 to 3.21.0 [PR 327](https://github.com/vultr/vultr-csi/pull/327)
10+
* Bump k8s.io/mount-utils from 0.33.1 to 0.33.2 [PR 326](https://github.com/vultr/vultr-csi/pull/326)
11+
* Bump google.golang.org/grpc from 1.72.2 to 1.73.0 [PR 323](https://github.com/vultr/vultr-csi/pull/323)
12+
* Bump golang.org/x/sync from 0.14.0 to 0.15.0 [PR 322](https://github.com/vultr/vultr-csi/pull/322)
13+
* Bump golang.org/x/sync from 0.15.0 to 0.16.0 [PR 330](https://github.com/vultr/vultr-csi/pull/330)
14+
* Bump golang.org/x/sys from 0.33.0 to 0.34.0 [PR 329](https://github.com/vultr/vultr-csi/pull/329)
15+
* Bump github.com/vultr/govultr/v3 from 3.21.0 to 3.21.1 [PR 333](https://github.com/vultr/vultr-csi/pull/333)
16+
* Bump google.golang.org/grpc from 1.73.0 to 1.74.0 [PR 332](https://github.com/vultr/vultr-csi/pull/332)
17+
* Bump k8s.io/mount-utils from 0.33.2 to 0.33.3 [PR 331](https://github.com/vultr/vultr-csi/pull/331)
18+
219
## [v0.16.0](https://github.com/vultr/vultr-csi/compare/v0.15.1...v0.16.0) (2025-05-08)
320
### Bug Fixes
421
* Check mount and device during node staging/attach [PR 317](https://github.com/vultr/vultr-csi/pull/317)

docs/releases/latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ spec:
149149
- name: socket-dir
150150
mountPath: /var/lib/csi/sockets/pluginproxy/
151151
- name: csi-vultr-plugin
152-
image: vultr/vultr-csi:v0.16.0
152+
image: vultr/vultr-csi:v0.17.0
153153
args:
154154
- "--endpoint=$(CSI_ENDPOINT)"
155155
- "--token=$(VULTR_API_KEY)"
@@ -307,7 +307,7 @@ spec:
307307
- name: registration-dir
308308
mountPath: /registration/
309309
- name: csi-vultr-plugin
310-
image: vultr/vultr-csi:v0.16.0
310+
image: vultr/vultr-csi:v0.17.0
311311
args:
312312
- "--endpoint=$(CSI_ENDPOINT)"
313313
env:

docs/releases/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ spec:
149149
- name: socket-dir
150150
mountPath: /var/lib/csi/sockets/pluginproxy/
151151
- name: csi-vultr-plugin
152-
image: vultr/vultr-csi:v0.16.0
152+
image: vultr/vultr-csi:v0.17.0
153153
args:
154154
- "--endpoint=$(CSI_ENDPOINT)"
155155
- "--token=$(VULTR_API_KEY)"
@@ -307,7 +307,7 @@ spec:
307307
- name: registration-dir
308308
mountPath: /registration/
309309
- name: csi-vultr-plugin
310-
image: vultr/vultr-csi:v0.16.0
310+
image: vultr/vultr-csi:v0.17.0
311311
args:
312312
- "--endpoint=$(CSI_ENDPOINT)"
313313
env:

0 commit comments

Comments
 (0)