Skip to content

Commit 30f36a2

Browse files
committed
Pre v0.4.0 release docs and staging image changes
1 parent bc97e15 commit 30f36a2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ STAGINGIMAGE=${GCE_PD_CSI_STAGING_IMAGE}
1919
STAGINGVERSION=${GCE_PD_CSI_STAGING_VERSION}
2020

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

2424
all: gce-pd-driver
2525

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lifecycle of Google Compute Engine Persistent Disks.
1111

1212
## Project Status
1313
Status: Beta
14-
Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.3.0-gke.0`
14+
Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.4.0-gke.0`
1515

1616
### Test Status
1717

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

3536
### Known Issues
@@ -44,6 +45,7 @@ See Github [Issues](https://github.com/kubernetes-sigs/gcp-compute-persistent-di
4445
|--------------------|----------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------|
4546
| "type" | pd-ssd OR pd-standard | pd-standard | Type allows you to choose between standard Persistent Disks or Solid State Drive Persistent Disks |
4647
| "replication-type" | none OR regional-pd | none | Replication type allows you to choose between standard zonal Persistent Disks or highly available Regional Persistent Disks |
48+
| "disk-encryption-kms-key" | projects/`[KMS_PROJECT_ID]`/locations/`[REGION]`/keyRings/`[KEY_RING]`/cryptoKeys/`[KEY]` | none | Disk encryption KMS key allows you to supply a pre-existing Customer Managed Encryption Key that is used to encrypt the data encryption key for your volume |
4749

4850
### Future Features
4951

deploy/kubernetes/overlays/prow-gke-staging/controller_images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ spec:
1111
- name: csi-attacher
1212
image: gcr.io/gke-release-staging/csi-attacher:v1.0.1-gke.0
1313
- name: gce-pd-driver
14-
image: gcr.io/gke-release-staging/gcp-compute-persistent-disk-csi-driver:v0.3.1-gke.0
14+
image: gcr.io/gke-release-staging/gcp-compute-persistent-disk-csi-driver:v0.4.0-gke.0

deploy/kubernetes/overlays/prow-gke-staging/node_images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ spec:
99
- name: csi-driver-registrar
1010
image: gcr.io/gke-release-staging/csi-node-driver-registrar:v1.0.1-gke.0
1111
- name: gce-pd-driver
12-
image: gcr.io/gke-release-staging/gcp-compute-persistent-disk-csi-driver:v0.3.1-gke.0
12+
image: gcr.io/gke-release-staging/gcp-compute-persistent-disk-csi-driver:v0.4.0-gke.0

0 commit comments

Comments
 (0)