File tree 3 files changed +5
-4
lines changed
deploy/kubernetes/overlays
prow-gke-release-staging-rc
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ lifecycle of Google Compute Engine Persistent Disks.
12
12
## Project Status
13
13
14
14
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 `
16
16
17
17
### Test Status
18
18
@@ -40,6 +40,7 @@ This plugin is compatible with CSI versions [v1.1.0](https://github.com/containe
40
40
| v0.4.x (beta) | no | no | yes | yes | yes | yes |
41
41
| v0.5.x (beta) | no | no | no | yes | yes | yes |
42
42
| v0.6.x (beta) | no | no | no | yes | yes | yes |
43
+ | v0.7.x (beta) | no | no | no | no | no | yes |
43
44
| dev | no | no | no | no | no | yes |
44
45
45
46
### Known Issues
@@ -68,7 +69,7 @@ that represents availability by zone.
68
69
| Topology | Beta | 1.14 | 1.14 | v0.5.0 | Stable |
69
70
| Snapshots | Alpha | 1.13 | Any | v0.3.0 | Alpha |
70
71
| 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 |
72
73
73
74
74
75
### Future Features
Original file line number Diff line number Diff line change 5
5
images :
6
6
- name : gke.gcr.io/gcp-compute-persistent-disk-csi-driver
7
7
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"
9
9
- name : gke.gcr.io/csi-provisioner
10
10
newName : gcr.io/gke-release-staging/csi-provisioner
11
11
newTag : " v1.5.0-gke.0"
Original file line number Diff line number Diff line change 7
7
# Don't change stable image without changing pdImagePlaceholder in
8
8
# test/k8s-integration/main.go
9
9
newName : gke.gcr.io/gcp-compute-persistent-disk-csi-driver
10
- newTag : " v0.6.2 -gke.0"
10
+ newTag : " v0.7.0 -gke.0"
11
11
- name : gke.gcr.io/csi-provisioner
12
12
newName : gke.gcr.io/csi-provisioner
13
13
newTag : " v1.4.0-gke.0"
You can’t perform that action at this time.
0 commit comments