Skip to content

Commit

Permalink
Release v0.12.2 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Feb 21, 2024
1 parent f33fdae commit 558dd20
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Change Log
## [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)
* Fix some lint issues and update the linter configuration [PR 191](https://github.com/vultr/vultr-csi/pull/191)

### Dependencies
* Bump k8s.io/mount-utils from 0.29.1 to 0.29.2 [PR 188](https://github.com/vultr/vultr-csi/pull/188)
* Bump google.golang.org/grpc from 1.60.1 to 1.61.1 [PR 187](https://github.com/vultr/vultr-csi/pull/187)
* Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 [PR 186](https://github.com/vultr/vultr-csi/pull/186)
* Bump github.com/vultr/govultr/v3 from 3.6.1 to 3.6.2 [PR 190](https://github.com/vultr/vultr-csi/pull/190)

## [v0.12.1](https://github.com/vultr/vultr-csi/compare/v0.12.0...v0.12.1) (2024-02-04)
### Enhancements
* Add node volume resize [PR 184](https://github.com/vultr/vultr-csi/pull/184)

## [v0.12.0](https://github.com/vultr/vultr-csi/compare/v0.11.0...v0.12.0) (2024-01-23)
### Bug Fix
* Fix mount invalid argument [PR 180](https://github.com/vultr/vultr-csi/pull/180)
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.1
image: vultr/vultr-csi:v0.12.2
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.1
image: vultr/vultr-csi:v0.12.2
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.1
image: vultr/vultr-csi:v0.12.2
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.1
image: vultr/vultr-csi:v0.12.2
args:
- "--endpoint=$(CSI_ENDPOINT)"
env:
Expand Down
Loading

0 comments on commit 558dd20

Please sign in to comment.