Skip to content

Commit

Permalink
Release v0.10.1 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Oct 6, 2023
1 parent 579052a commit 29bc00b
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Change Log
## [v0.10.1](https://github.com/vultr/vultr-csi/compare/v0.10.0...v0.10.1) (2023-10-06)
### Automation
* Resolve build errors from statfs type inconsistencies in darwin arm64 [PR 148](https://github.com/vultr/vultr-csi/pull/148)

### Dependencies
* Bump golang.org/x/sys from 0.12.0 to 0.13.0 [PR 147](https://github.com/vultr/vultr-csi/pull/147)
* Bump golang.org/x/sync from 0.3.0 to 0.4.0 [PR 146](https://github.com/vultr/vultr-csi/pull/146)

## [v0.10.0](https://github.com/vultr/vultr-csi/compare/v0.9.0...v0.10.0) (2023-10-05)
### Enhancements
* Update NVMe mininum block size [PR 143](https://github.com/vultr/vultr-csi/pull/143)
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.10.0
image: vultr/vultr-csi:v0.10.1
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.10.0
image: vultr/vultr-csi:v0.10.1
args:
- "--endpoint=$(CSI_ENDPOINT)"
env:
Expand Down
Loading

0 comments on commit 29bc00b

Please sign in to comment.