File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments