File tree 3 files changed +3
-11
lines changed
deploy/kubernetes/overlays/stable
3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 18
18
STAGINGIMAGE =${GCE_PD_CSI_STAGING_IMAGE}
19
19
STAGINGVERSION =${GCE_PD_CSI_STAGING_VERSION}
20
20
21
- PRODIMAGE =gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver
22
- PRODVERSION =v0.4.0
23
-
24
21
all : gce-pd-driver
25
22
26
23
gce-pd-driver :
42
39
push-container : build-container
43
40
gcloud docker -- push $(STAGINGIMAGE ) :$(STAGINGVERSION )
44
41
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
-
51
42
test-sanity : gce-pd-driver
52
43
go test -timeout 30s sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/pkg/test -run ^TestSanity$
53
44
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ lifecycle of Google Compute Engine Persistent Disks.
11
11
12
12
## Project Status
13
13
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 `
15
15
16
16
### Test Status
17
17
@@ -31,6 +31,7 @@ This plugin is compatible with CSI versions [v1.0.0](https://github.com/containe
31
31
| v0.2.0 (alpha) | no | yes | no | no |
32
32
| v0.3.0 (beta) | no | no | yes | yes |
33
33
| v0.4.0 (beta) | no | no | yes | yes |
34
+ | v0.5.0 (beta) | no | no | no | yes |
34
35
| dev | no | no | no | yes |
35
36
36
37
### Known Issues
Original file line number Diff line number Diff line change 5
5
images :
6
6
- name : gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver
7
7
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"
9
9
- name : gcr.io/gke-release/csi-provisioner
10
10
newName : gcr.io/gke-release/csi-provisioner
11
11
newTag : " v1.2.0-gke.0"
You can’t perform that action at this time.
0 commit comments