Skip to content

Commit 4973fe4

Browse files
authored
Merge pull request #498 from yussufsh/main
Prepare for v0.5.0
2 parents 68d77df + e8255ff commit 4973fe4

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ The IBM Power Virtual Systems Container Storage Interface (CSI) Driver provides
88
# CSI Specification Compatibility Matrix
99
| PowerVS CSI Driver | Kubernetes | CSI | Golang |
1010
| ----------------------------- | ----------- | -------- | -------- |
11-
| main | 1.28 | 1.7.0 | 1.20 |
11+
| main | 1.28 | 1.8.0 | 1.20 |
12+
| 0.5.0 | 1.28 | 1.8.0 | 1.20 |
1213
| 0.4.0 | 1.26 | 1.7.0 | 1.19 |
1314
| 0.3.0 | 1.25 | 1.6.0 | 1.19 |
1415
| 0.2.0 | 1.24 | 1.5.0 | 1.18 |

deploy/kubernetes/overlays/stable/kustomization.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ bases:
44
- ../../base
55
images:
66
- name: registry.k8s.io/cloud-provider-ibm/ibm-powervs-block-csi-driver
7-
newTag: v0.4.0
7+
newTag: v0.5.0
88
- name: registry.k8s.io/sig-storage/csi-provisioner
9-
newTag: v3.5.0
9+
newTag: v3.6.0
1010
- name: registry.k8s.io/sig-storage/csi-attacher
11-
newTag: v4.3.0
11+
newTag: v4.4.0
1212
- name: registry.k8s.io/sig-storage/csi-resizer
13-
newTag: v1.8.0
13+
newTag: v1.9.0
1414
- name: registry.k8s.io/sig-storage/livenessprobe
15-
newTag: v2.9.0
15+
newTag: v2.11.0
1616
- name: registry.k8s.io/sig-storage/csi-node-driver-registrar
17-
newTag: v2.8.0
17+
newTag: v2.9.0

0 commit comments

Comments
 (0)