File tree Expand file tree Collapse file tree 4 files changed +442
-5
lines changed Expand file tree Collapse file tree 4 files changed +442
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+ ## [ v0.15.1] ( https://github.com/vultr/vultr-csi/compare/v0.15.0...v0.15.1 ) (2025-03-28)
3
+ ### Bug Fixes
4
+ * Set default block storage type during NodeStageVolume [ PR 300] ( https://github.com/vultr/vultr-csi/pull/300 )
5
+
6
+ ### Dependencies
7
+ * Bump golang.org/x/net from 0.34.0 to 0.36.0 [ PR 298] ( https://github.com/vultr/vultr-csi/pull/298 )
8
+ * Update govultr from v3.16.1 to v3.18.0 [ PR 301] ( https://github.com/vultr/vultr-csi/pull/301 )
9
+
2
10
## [ v0.15.0] ( https://github.com/vultr/vultr-csi/compare/v0.14.0...v0.15.0 ) (2025-03-12)
3
11
### Enhancements
4
12
* Add example VFS PVC manifest
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ spec:
149
149
- name : socket-dir
150
150
mountPath : /var/lib/csi/sockets/pluginproxy/
151
151
- name : csi-vultr-plugin
152
- image : vultr/vultr-csi:v0.15.0
152
+ image : vultr/vultr-csi:v0.15.1
153
153
args :
154
154
- " --endpoint=$(CSI_ENDPOINT)"
155
155
- " --token=$(VULTR_API_KEY)"
@@ -307,7 +307,7 @@ spec:
307
307
- name : registration-dir
308
308
mountPath : /registration/
309
309
- name : csi-vultr-plugin
310
- image : vultr/vultr-csi:v0.15.0
310
+ image : vultr/vultr-csi:v0.15.1
311
311
args :
312
312
- " --endpoint=$(CSI_ENDPOINT)"
313
313
env :
@@ -426,4 +426,4 @@ subjects:
426
426
namespace : kube-system
427
427
roleRef :
428
428
kind : ClusterRole
429
- name : csi-vultr-resizer-role
429
+ name : csi-vultr-resizer-role
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ spec:
149
149
- name : socket-dir
150
150
mountPath : /var/lib/csi/sockets/pluginproxy/
151
151
- name : csi-vultr-plugin
152
- image : vultr/vultr-csi:v0.15.0
152
+ image : vultr/vultr-csi:v0.15.1
153
153
args :
154
154
- " --endpoint=$(CSI_ENDPOINT)"
155
155
- " --token=$(VULTR_API_KEY)"
@@ -307,7 +307,7 @@ spec:
307
307
- name : registration-dir
308
308
mountPath : /registration/
309
309
- name : csi-vultr-plugin
310
- image : vultr/vultr-csi:v0.15.0
310
+ image : vultr/vultr-csi:v0.15.1
311
311
args :
312
312
- " --endpoint=$(CSI_ENDPOINT)"
313
313
env :
You can’t perform that action at this time.
0 commit comments