Skip to content

Commit d049d10

Browse files
authored
Release v0.15.1 #patch
1 parent a9a41e4 commit d049d10

File tree

4 files changed

+442
-5
lines changed

4 files changed

+442
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Change Log
2+
## [v0.15.1]( https://github.com/vultr/vultr-csi/compare/v0.15.0...v0.15.1) (2025-03-28)
3+
### Bug Fixes
4+
* Set default block storage type during NodeStageVolume [PR 300](https://github.com/vultr/vultr-csi/pull/300)
5+
6+
### Dependencies
7+
* Bump golang.org/x/net from 0.34.0 to 0.36.0 [PR 298](https://github.com/vultr/vultr-csi/pull/298)
8+
* Update govultr from v3.16.1 to v3.18.0 [PR 301](https://github.com/vultr/vultr-csi/pull/301)
9+
210
## [v0.15.0](https://github.com/vultr/vultr-csi/compare/v0.14.0...v0.15.0) (2025-03-12)
311
### Enhancements
412
* Add example VFS PVC manifest

docs/releases/latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ spec:
149149
- name: socket-dir
150150
mountPath: /var/lib/csi/sockets/pluginproxy/
151151
- name: csi-vultr-plugin
152-
image: vultr/vultr-csi:v0.15.0
152+
image: vultr/vultr-csi:v0.15.1
153153
args:
154154
- "--endpoint=$(CSI_ENDPOINT)"
155155
- "--token=$(VULTR_API_KEY)"
@@ -307,7 +307,7 @@ spec:
307307
- name: registration-dir
308308
mountPath: /registration/
309309
- name: csi-vultr-plugin
310-
image: vultr/vultr-csi:v0.15.0
310+
image: vultr/vultr-csi:v0.15.1
311311
args:
312312
- "--endpoint=$(CSI_ENDPOINT)"
313313
env:
@@ -426,4 +426,4 @@ subjects:
426426
namespace: kube-system
427427
roleRef:
428428
kind: ClusterRole
429-
name: csi-vultr-resizer-role
429+
name: csi-vultr-resizer-role

docs/releases/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ spec:
149149
- name: socket-dir
150150
mountPath: /var/lib/csi/sockets/pluginproxy/
151151
- name: csi-vultr-plugin
152-
image: vultr/vultr-csi:v0.15.0
152+
image: vultr/vultr-csi:v0.15.1
153153
args:
154154
- "--endpoint=$(CSI_ENDPOINT)"
155155
- "--token=$(VULTR_API_KEY)"
@@ -307,7 +307,7 @@ spec:
307307
- name: registration-dir
308308
mountPath: /registration/
309309
- name: csi-vultr-plugin
310-
image: vultr/vultr-csi:v0.15.0
310+
image: vultr/vultr-csi:v0.15.1
311311
args:
312312
- "--endpoint=$(CSI_ENDPOINT)"
313313
env:

0 commit comments

Comments
 (0)