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.18.0] ( https://github.com/vultr/vultr-csi/compare/v0.17.1...v0.18.0 ) (2026-03-06)
3+ ### Enhancements
4+ * Add check for bare metal nodes to prevent block storage usage [ PR 364] ( https://github.com/vultr/vultr-csi/pull/364 )
5+
6+ ### Bug Fixes
7+ * Use get methods for node mount command flags [ PR 337] ( https://github.com/vultr/vultr-csi/pull/337 )
8+
9+ ### Automation
10+ * Replace deprecated goreleaser template [ PR 377] ( https://github.com/vultr/vultr-csi/pull/377 )
11+ * Update github workflow actions [ PR 368] ( https://github.com/vultr/vultr-csi/pull/368 )
12+ * Migrate golangci-lint configuration to v2 [ PR 366] ( https://github.com/vultr/vultr-csi/pull/366 )
13+
14+ ### Dependencies
15+ * Update Go version from v1.24 to v1.26 [ PR 365] ( https://github.com/vultr/vultr-csi/pull/365 )
16+ * Bump golang.org/x/sync from 0.17.0 to 0.19.0 [ PR 359] ( https://github.com/vultr/vultr-csi/pull/359 )
17+ * Bump google.golang.org/grpc from 1.75.1 to 1.79.1 [ PR 371] ( https://github.com/vultr/vultr-csi/pull/371 )
18+ * Bump golang.org/x/sys from 0.38.0 to 0.41.0 [ PR 372] ( https://github.com/vultr/vultr-csi/pull/372 )
19+ * Bump golang.org/x/oauth2 from 0.33.0 to 0.35.0 [ PR 375] ( https://github.com/vultr/vultr-csi/pull/375 )
20+ * Bump k8s.io/mount-utils from 0.34.1 to 0.35.2 [ PR 73] ( https://github.com/vultr/vultr-csi/pull/373 )
21+ * Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 [ PR 374] ( https://github.com/vultr/vultr-csi/pull/374 )
22+ * Bump github.com/container-storage-interface/spec from 1.11.0 to 1.12.0 [ PR 356] ( https://github.com/vultr/vultr-csi/pull/356 )
23+
24+ ### Documentation
25+ * Update README with NVMe available regions [ PR 362] ( https://github.com/vultr/vultr-csi/pull/362 )
26+ * Update github CODEOWNERS file [ PR 378] ( https://github.com/vultr/vultr-csi/pull/378 )
27+
28+ ### Clean up
29+ * Remove vendored code [ PR 369] ( https://github.com/vultr/vultr-csi/pull/369 )
30+
231## [ v0.17.1] ( https://github.com/vultr/vultr-csi/compare/v0.17.0...v0.17.1 ) (2025-08-28)
332### Bug Fixes
433* Use get methods for node mount command flags [ PR 337] ( https://github.com/vultr/vultr-csi/pull/337 )
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ spec:
150150 - name : socket-dir
151151 mountPath : /var/lib/csi/sockets/pluginproxy/
152152 - name : csi-vultr-plugin
153- image : vultr/vultr-csi:v0.17.1
153+ image : vultr/vultr-csi:v0.18.0
154154 args :
155155 - " --endpoint=$(CSI_ENDPOINT)"
156156 - " --token=$(VULTR_API_KEY)"
@@ -308,7 +308,7 @@ spec:
308308 - name : registration-dir
309309 mountPath : /registration/
310310 - name : csi-vultr-plugin
311- image : vultr/vultr-csi:v0.17.1
311+ image : vultr/vultr-csi:v0.18.0
312312 args :
313313 - " --endpoint=$(CSI_ENDPOINT)"
314314 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.17.1
152+ image : vultr/vultr-csi:v0.18.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.17.1
310+ image : vultr/vultr-csi:v0.18.0
311311 args :
312312 - " --endpoint=$(CSI_ENDPOINT)"
313313 env :
You can’t perform that action at this time.
0 commit comments