Skip to content

Commit

Permalink
Release v0.12.3 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Feb 21, 2024
1 parent 7e916c7 commit bbbd028
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
## [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)

## [v0.12.2](https://github.com/vultr/vultr-csi/compare/v0.12.1...v0.12.2) (2024-02-21)
### Bug Fix
* Resolve CSI expansion issues [PR 189](https://github.com/vultr/vultr-csi/pull/189)
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.2
image: vultr/vultr-csi:v0.12.3
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.2
image: vultr/vultr-csi:v0.12.3
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.2
image: vultr/vultr-csi:v0.12.3
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.2
image: vultr/vultr-csi:v0.12.3
args:
- "--endpoint=$(CSI_ENDPOINT)"
env:
Expand Down

0 comments on commit bbbd028

Please sign in to comment.