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