Skip to content

Commit

Permalink
Release v0.12.4 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed May 13, 2024
1 parent 1183bcd commit b810334
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Change Log
## [v0.12.4](https://github.com/vultr/vultr-csi/compare/v0.12.3...v0.12.4) (2024-05-13)
### Bug Fix
* Set container image to resolve XFS mounting issues [PR 212](https://github.com/vultr/vultr-csi/pull/212)

### Documentation
* Update region availability in docs [PR 203](https://github.com/vultr/vultr-csi/pull/203)

### Automation
* Update mattermost notify action [PR 209](https://github.com/vultr/vultr-csi/pull/209)

## [v0.12.3](https://github.com/vultr/vultr-csi/compare/v0.12.2...v0.12.3) (2024-02-21)
### Bug Fix
* Fix ARM builds with type conversion [PR 193](https://github.com/vultr/vultr-csi/pull/193)
Expand Down
4 changes: 2 additions & 2 deletions docs/releases/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.12.3
image: vultr/vultr-csi:v0.12.4
args:
- "--endpoint=$(CSI_ENDPOINT)"
- "--token=$(VULTR_API_KEY)"
Expand Down Expand Up @@ -278,7 +278,7 @@ spec:
- name: registration-dir
mountPath: /registration/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.12.3
image: vultr/vultr-csi:v0.12.4
args:
- "--endpoint=$(CSI_ENDPOINT)"
env:
Expand Down
4 changes: 2 additions & 2 deletions docs/releases/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.12.3
image: vultr/vultr-csi:v0.12.4
args:
- "--endpoint=$(CSI_ENDPOINT)"
- "--token=$(VULTR_API_KEY)"
Expand Down Expand Up @@ -278,7 +278,7 @@ spec:
- name: registration-dir
mountPath: /registration/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.12.3
image: vultr/vultr-csi:v0.12.4
args:
- "--endpoint=$(CSI_ENDPOINT)"
env:
Expand Down

0 comments on commit b810334

Please sign in to comment.