File tree Expand file tree Collapse file tree 4 files changed +414
-4
lines changed Expand file tree Collapse file tree 4 files changed +414
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+ ## [ v0.12.4] ( https://github.com/vultr/vultr-csi/compare/v0.12.3...v0.12.4 ) (2024-05-13)
3
+ ### Bug Fix
4
+ * Set container image to resolve XFS mounting issues [ PR 212] ( https://github.com/vultr/vultr-csi/pull/212 )
5
+
6
+ ### Documentation
7
+ * Update region availability in docs [ PR 203] ( https://github.com/vultr/vultr-csi/pull/203 )
8
+
9
+ ### Automation
10
+ * Update mattermost notify action [ PR 209] ( https://github.com/vultr/vultr-csi/pull/209 )
11
+
2
12
## [ v0.12.3] ( https://github.com/vultr/vultr-csi/compare/v0.12.2...v0.12.3 ) (2024-02-21)
3
13
### Bug Fix
4
14
* Fix ARM builds with type conversion [ PR 193] ( https://github.com/vultr/vultr-csi/pull/193 )
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ spec:
120
120
- name : socket-dir
121
121
mountPath : /var/lib/csi/sockets/pluginproxy/
122
122
- name : csi-vultr-plugin
123
- image : vultr/vultr-csi:v0.12.3
123
+ image : vultr/vultr-csi:v0.12.4
124
124
args :
125
125
- " --endpoint=$(CSI_ENDPOINT)"
126
126
- " --token=$(VULTR_API_KEY)"
@@ -278,7 +278,7 @@ spec:
278
278
- name : registration-dir
279
279
mountPath : /registration/
280
280
- name : csi-vultr-plugin
281
- image : vultr/vultr-csi:v0.12.3
281
+ image : vultr/vultr-csi:v0.12.4
282
282
args :
283
283
- " --endpoint=$(CSI_ENDPOINT)"
284
284
env :
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ spec:
120
120
- name : socket-dir
121
121
mountPath : /var/lib/csi/sockets/pluginproxy/
122
122
- name : csi-vultr-plugin
123
- image : vultr/vultr-csi:v0.12.3
123
+ image : vultr/vultr-csi:v0.12.4
124
124
args :
125
125
- " --endpoint=$(CSI_ENDPOINT)"
126
126
- " --token=$(VULTR_API_KEY)"
@@ -278,7 +278,7 @@ spec:
278
278
- name : registration-dir
279
279
mountPath : /registration/
280
280
- name : csi-vultr-plugin
281
- image : vultr/vultr-csi:v0.12.3
281
+ image : vultr/vultr-csi:v0.12.4
282
282
args :
283
283
- " --endpoint=$(CSI_ENDPOINT)"
284
284
env :
You can’t perform that action at this time.
0 commit comments