Skip to content

Commit 71be0c5

Browse files
committed
Bumping all images to latest versions for 0.6.0 stable release
1 parent 2bf6b4a commit 71be0c5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

+4-3
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.5.1-gke.0`
15+
Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.6.0-gke.0`
1616

1717
### Test Status
1818

@@ -28,7 +28,7 @@ Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:
2828

2929
### CSI Compatibility
3030

31-
This plugin is compatible with CSI versions [v1.0.0](https://github.com/container-storage-interface/spec/blob/v1.0.0/spec.md)
31+
This plugin is compatible with CSI versions [v1.1.0](https://github.com/container-storage-interface/spec/blob/v1.1.0/spec.md) and [v1.0.0](https://github.com/container-storage-interface/spec/blob/v1.0.0/spec.md)
3232

3333
### Kubernetes Compatibility
3434

@@ -39,7 +39,8 @@ This plugin is compatible with CSI versions [v1.0.0](https://github.com/containe
3939
| v0.3.x (beta) | no | no | yes | yes | yes |
4040
| v0.4.x (beta) | no | no | yes | yes | yes |
4141
| v0.5.x (beta) | no | no | no | yes | yes |
42-
| dev | no | no | no | no | yes |
42+
| v0.6.x (beta) | no | no | no | yes | yes |
43+
| dev | no | no | no | yes | yes |
4344

4445
### Known Issues
4546

deploy/kubernetes/overlays/stable/kustomization.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ 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.5.1-gke.0"
10+
newTag: "v0.6.0-gke.0"
1111
- name: gke.gcr.io/csi-provisioner
1212
newName: gke.gcr.io/csi-provisioner
13-
newTag: "v1.2.1-gke.0"
13+
newTag: "v1.4.0-gke.0"
1414
- name: gke.gcr.io/csi-attacher
1515
newName: gke.gcr.io/csi-attacher
16-
newTag: "v1.2.1-gke.0"
16+
newTag: "v2.0.0-gke.0"
1717
- name: gke.gcr.io/csi-node-driver-registrar
1818
newName: gke.gcr.io/csi-node-driver-registrar
19-
newTag: "v1.1.0-gke.0"
19+
newTag: "v1.2.0-gke.0"

0 commit comments

Comments
 (0)