Skip to content

Commit

Permalink
Merge pull request #235 from davidz627/release/v0.4.0
Browse files Browse the repository at this point in the history
Update docs and stable image to v0.4.0
  • Loading branch information
k8s-ci-robot authored Mar 15, 2019
2 parents ebdd6a0 + 246d0c4 commit 5d62c77
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ STAGINGIMAGE=${GCE_PD_CSI_STAGING_IMAGE}
STAGINGVERSION=${GCE_PD_CSI_STAGING_VERSION}

PRODIMAGE=gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver
PRODVERSION=v0.3.0
PRODVERSION=v0.4.0

all: gce-pd-driver

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.3.0-gke.0`
Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.4.0-gke.0`

### Test Status

Expand All @@ -30,6 +30,7 @@ This plugin is compatible with CSI versions [v1.0.0](https://github.com/containe
| v0.1.0.alpha | yes | no | no |
| v0.2.0 (alpha) | no | yes | no |
| v0.3.0 (beta) | no | no | yes |
| v0.4.0 (beta) | no | no | yes |
| dev | no | no | yes |

### Known Issues
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/controller_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
- name: csi-attacher
image: gcr.io/gke-release/csi-attacher:v1.0.1-gke.0
- name: gce-pd-driver
image: gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.3.1-gke.0
image: gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.4.0-gke.0
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/node_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ spec:
- name: csi-driver-registrar
image: gcr.io/gke-release/csi-node-driver-registrar:v1.0.1-gke.0
- name: gce-pd-driver
image: gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.3.1-gke.0
image: gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.4.0-gke.0

0 comments on commit 5d62c77

Please sign in to comment.