Skip to content

Commit

Permalink
Merge pull request #176 from saikat-royc/release-1.0
Browse files Browse the repository at this point in the history
Cherrypick of #175 to release-1.0 branch
  • Loading branch information
saikat-royc authored Sep 4, 2021
2 parents 9480145 + c6cded2 commit 4bf3177
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This driver allows volumes backed by Google Cloud Filestore instances to be
dynamically created and mounted by workloads.

## Project Status
Status: Beta
Status: GA

Latest image: `k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver:v0.6.1`
Latest image: `k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver:v1.0.0`

Also see [known issues](KNOWN_ISSUES.md) and [CHANGELOG](CHANGELOG.md).

Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/images/stable-1-17/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ metadata:
name: imagetag-gce-fs-driver
imageTag:
name: k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver
newTag: "v0.6.1"
newTag: "v1.0.0"
---
2 changes: 1 addition & 1 deletion deploy/kubernetes/images/stable-1-18/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ metadata:
name: imagetag-gce-fs-driver
imageTag:
name: k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver
newTag: "v0.6.1"
newTag: "v1.0.0"
---
2 changes: 1 addition & 1 deletion deploy/kubernetes/images/stable-1-19/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ metadata:
name: imagetag-gce-fs-driver
imageTag:
name: k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver
newTag: "v0.6.1"
newTag: "v1.0.0"
---
2 changes: 1 addition & 1 deletion deploy/kubernetes/images/stable-1-20/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ metadata:
name: imagetag-gce-fs-driver
imageTag:
name: k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver
newTag: "v0.6.1"
newTag: "v1.0.0"
---
2 changes: 1 addition & 1 deletion deploy/kubernetes/images/stable-master/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ metadata:
name: imagetag-gce-fs-driver
imageTag:
name: k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver
newTag: "v0.6.1"
newTag: "v1.0.0"
---

0 comments on commit 4bf3177

Please sign in to comment.