Skip to content

Commit c7e2918

Browse files
committed
Release driver v0.7.0
1 parent fb027cc commit c7e2918

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lifecycle of Google Compute Engine Persistent Disks.
1212
## Project Status
1313

1414
Status: Beta
15-
Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.6.2-gke.0`
15+
Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.7.0-gke.0`
1616

1717
### Test Status
1818

@@ -40,6 +40,7 @@ This plugin is compatible with CSI versions [v1.1.0](https://github.com/containe
4040
| v0.4.x (beta) | no | no | yes | yes | yes | yes |
4141
| v0.5.x (beta) | no | no | no | yes | yes | yes |
4242
| v0.6.x (beta) | no | no | no | yes | yes | yes |
43+
| v0.7.x (beta) | no | no | no | no | no | yes |
4344
| dev | no | no | no | no | no | yes |
4445

4546
### Known Issues
@@ -68,7 +69,7 @@ that represents availability by zone.
6869
| Topology | Beta | 1.14 | 1.14 | v0.5.0 | Stable |
6970
| Snapshots | Alpha | 1.13 | Any | v0.3.0 | Alpha |
7071
| Resize (Expand) | Alpha | 1.14 | 1.14 | v0.6.0 | Alpha |
71-
| Resize (Expand) | Beta | 1.16 | 1.16 | dev | Stable |
72+
| Resize (Expand) | Beta | 1.16 | 1.16 | v0.7.0 | Stable |
7273

7374

7475
### Future Features

deploy/kubernetes/overlays/prow-gke-release-staging-rc/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bases:
55
images:
66
- name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
77
newName: gcr.io/gke-release-staging/gcp-compute-persistent-disk-csi-driver
8-
newTag: "v0.6.2-gke.0"
8+
newTag: "v0.7.0-gke.0"
99
- name: gke.gcr.io/csi-provisioner
1010
newName: gcr.io/gke-release-staging/csi-provisioner
1111
newTag: "v1.5.0-gke.0"

deploy/kubernetes/overlays/stable/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ images:
77
# Don't change stable image without changing pdImagePlaceholder in
88
# test/k8s-integration/main.go
99
newName: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
10-
newTag: "v0.6.2-gke.0"
10+
newTag: "v0.7.0-gke.0"
1111
- name: gke.gcr.io/csi-provisioner
1212
newName: gke.gcr.io/csi-provisioner
1313
newTag: "v1.4.0-gke.0"

0 commit comments

Comments
 (0)