Skip to content

Bumping all images to latest versions for 0.6.0 stable release #400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lifecycle of Google Compute Engine Persistent Disks.
## Project Status

Status: Beta
Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.5.1-gke.0`
Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.6.0-gke.0`

### Test Status

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

### CSI Compatibility

This plugin is compatible with CSI versions [v1.0.0](https://github.com/container-storage-interface/spec/blob/v1.0.0/spec.md)
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)

### Kubernetes Compatibility

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

### Known Issues

Expand Down
8 changes: 4 additions & 4 deletions deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ images:
# Don't change stable image without changing pdImagePlaceholder in
# test/k8s-integration/main.go
newName: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
newTag: "v0.5.1-gke.0"
newTag: "v0.6.0-gke.0"
- name: gke.gcr.io/csi-provisioner
newName: gke.gcr.io/csi-provisioner
newTag: "v1.2.1-gke.0"
newTag: "v1.4.0-gke.0"
- name: gke.gcr.io/csi-attacher
newName: gke.gcr.io/csi-attacher
newTag: "v1.2.1-gke.0"
newTag: "v2.0.0-gke.0"
- name: gke.gcr.io/csi-node-driver-registrar
newName: gke.gcr.io/csi-node-driver-registrar
newTag: "v1.1.0-gke.0"
newTag: "v1.2.0-gke.0"