Skip to content

Commit fe55867

Browse files
authored
Release v0.12.4 #patch
1 parent 1183bcd commit fe55867

File tree

4 files changed

+414
-4
lines changed

4 files changed

+414
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# 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+
212
## [v0.12.3](https://github.com/vultr/vultr-csi/compare/v0.12.2...v0.12.3) (2024-02-21)
313
### Bug Fix
414
* Fix ARM builds with type conversion [PR 193](https://github.com/vultr/vultr-csi/pull/193)

docs/releases/latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.12.3
123+
image: vultr/vultr-csi:v0.12.4
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.12.3
281+
image: vultr/vultr-csi:v0.12.4
282282
args:
283283
- "--endpoint=$(CSI_ENDPOINT)"
284284
env:

docs/releases/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.12.3
123+
image: vultr/vultr-csi:v0.12.4
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.12.3
281+
image: vultr/vultr-csi:v0.12.4
282282
args:
283283
- "--endpoint=$(CSI_ENDPOINT)"
284284
env:

0 commit comments

Comments
 (0)