Skip to content

Commit

Permalink
Merge pull request #217 from leiyiz/release-1.1
Browse files Browse the repository at this point in the history
cherry pick #215 to release-1.1
  • Loading branch information
k8s-ci-robot authored Feb 14, 2022
2 parents 2172bc9 + c26096a commit 4c573dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dynamically created and mounted by workloads.
## Project Status
Status: GA

Latest image: `k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver:v1.1.1`
Latest image: `k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver:v1.1.2`

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

Expand All @@ -31,7 +31,7 @@ The following table captures the compatibility matrix of the core filestore driv
| v0.6.0 (beta) | no | yes | yes | yes |
| v0.6.1 (beta) | no | yes | yes | yes |
| v1.0.0 (GA) | no | yes | yes | yes |
| v1.1.0 (GA) | no | yes | yes | yes |
| v1.1.2 (GA) | no | yes | yes | yes |
| master | no | yes | yes | yes |

The manifest bundle which captures all the driver components (driver pod which includes the containers csi-external-provisioner, csi-external-resizer, csi-external-snapshotter, gcp-filestore-driver, csi-driver-registrar, csi driver object, rbacs, pod security policies etc) can be picked up from the master branch [overlays](deploy/kubernetes/overlays) directory. We structure the overlays directory per minor version of kubernetes because not all driver components can be used with all kubernetes versions. For example volume snapshots are supported 1.17+ kubernetes versions thus [stable-1-16](deploy/kubernetes/overlays/stable-1-16) driver manifests does not contain the snapshotter sidecar. Read more about overlays [here](docs/release/overlays.md).
Expand Down
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: "v1.1.1"
newTag: "v1.1.2"
---

0 comments on commit 4c573dc

Please sign in to comment.