Skip to content

Commit

Permalink
Merge pull request #498 from yussufsh/main
Browse files Browse the repository at this point in the history
Prepare for v0.5.0
  • Loading branch information
k8s-ci-robot authored Oct 17, 2023
2 parents 68d77df + e8255ff commit 4973fe4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ The IBM Power Virtual Systems Container Storage Interface (CSI) Driver provides
# CSI Specification Compatibility Matrix
| PowerVS CSI Driver | Kubernetes | CSI | Golang |
| ----------------------------- | ----------- | -------- | -------- |
| main | 1.28 | 1.7.0 | 1.20 |
| main | 1.28 | 1.8.0 | 1.20 |
| 0.5.0 | 1.28 | 1.8.0 | 1.20 |
| 0.4.0 | 1.26 | 1.7.0 | 1.19 |
| 0.3.0 | 1.25 | 1.6.0 | 1.19 |
| 0.2.0 | 1.24 | 1.5.0 | 1.18 |
Expand Down
12 changes: 6 additions & 6 deletions deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ bases:
- ../../base
images:
- name: registry.k8s.io/cloud-provider-ibm/ibm-powervs-block-csi-driver
newTag: v0.4.0
newTag: v0.5.0
- name: registry.k8s.io/sig-storage/csi-provisioner
newTag: v3.5.0
newTag: v3.6.0
- name: registry.k8s.io/sig-storage/csi-attacher
newTag: v4.3.0
newTag: v4.4.0
- name: registry.k8s.io/sig-storage/csi-resizer
newTag: v1.8.0
newTag: v1.9.0
- name: registry.k8s.io/sig-storage/livenessprobe
newTag: v2.9.0
newTag: v2.11.0
- name: registry.k8s.io/sig-storage/csi-node-driver-registrar
newTag: v2.8.0
newTag: v2.9.0

0 comments on commit 4973fe4

Please sign in to comment.