Skip to content

Commit ebd0c0f

Browse files
authored
Merge pull request #279 from davidz627/release/stable05
Release v0.5.0 version as stable
2 parents 44e11c7 + 5165818 commit ebd0c0f

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

Makefile

-9
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
STAGINGIMAGE=${GCE_PD_CSI_STAGING_IMAGE}
1919
STAGINGVERSION=${GCE_PD_CSI_STAGING_VERSION}
2020

21-
PRODIMAGE=gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver
22-
PRODVERSION=v0.4.0
23-
2421
all: gce-pd-driver
2522

2623
gce-pd-driver:
@@ -42,12 +39,6 @@ endif
4239
push-container: build-container
4340
gcloud docker -- push $(STAGINGIMAGE):$(STAGINGVERSION)
4441

45-
prod-build-container:
46-
docker build --build-arg TAG=$(PRODVERSION) -t $(PRODIMAGE):$(PRODVERSION) .
47-
48-
prod-push-container: prod-build-container
49-
gcloud docker -- push $(PRODIMAGE):$(PRODVERSION)
50-
5142
test-sanity: gce-pd-driver
5243
go test -timeout 30s sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/test -run ^TestSanity$
5344

README.md

+2-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.4.0-gke.0`
14+
Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.5.0-gke.0`
1515

1616
### Test Status
1717

@@ -31,6 +31,7 @@ This plugin is compatible with CSI versions [v1.0.0](https://github.com/containe
3131
| v0.2.0 (alpha) | no | yes | no | no |
3232
| v0.3.0 (beta) | no | no | yes | yes |
3333
| v0.4.0 (beta) | no | no | yes | yes |
34+
| v0.5.0 (beta) | no | no | no | yes |
3435
| dev | no | no | no | yes |
3536

3637
### Known Issues

deploy/kubernetes/overlays/stable/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bases:
55
images:
66
- name: gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver
77
newName: gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver
8-
newTag: "v0.4.0-gke.0"
8+
newTag: "v0.5.0-gke.0"
99
- name: gcr.io/gke-release/csi-provisioner
1010
newName: gcr.io/gke-release/csi-provisioner
1111
newTag: "v1.2.0-gke.0"

0 commit comments

Comments
 (0)