Skip to content

Commit fc322fe

Browse files
committed
Update Stable images
1 parent a213bef commit fc322fe

File tree

8 files changed

+24
-7
lines changed

8 files changed

+24
-7
lines changed

CHANGELOG/CHANGELOG-1.2.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v1.2.1 - Changelog since v1.2.0
2+
3+
4+
## Tests
5+
6+
- Update kustomize to 3.9.4 ([703](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/703), [@saikat-royc](https://github.com/saikat-royc))
7+
- Fix cluster list parsing for latest gcloud version ([720](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/720), [@verult](https://github.com/verult))
8+
9+
## Other
10+
11+
- Remove Probe logging ([682](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/682), [@Jiawei0227](https://github.com/Jiawei0227))
12+
- Round up pdcsi driver size in CreateVolume ([684](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/684), [@Jiawei0227](https://github.com/Jiawei0227))
13+
- Add gce disk labels support via create volume parameters ([718](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/718), [@mattcary](https://github.com/mattcary))
14+
- Emit GKE PDCSI component version metric ([719](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/719), [@saikat-royc](https://github.com/saikat-royc))
15+
- Add cloudbuild configuration to build the image gcp-compute-persistent-disk-csi-driver ([734](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/734), [@cpanato](https://github.com/cpanato))
16+
- Bump go to the latest 1.13 available in Dockerfile ([734](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/734), [@cpanato](https://github.com/cpanato))
17+
118
# v1.2.0 - Changelog since v1.1.0
219

320
## Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lifecycle of Google Compute Engine Persistent Disks.
1212
## Project Status
1313

1414
Status: GA
15-
Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v1.2.0-gke.0`
15+
Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v1.2.1-gke.0`
1616

1717
### Test Status
1818

deploy/kubernetes/images/stable-1-15/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ imageTag:
4242
name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
4343
# Don't change stable image without changing pdImagePlaceholder in
4444
# test/k8s-integration/main.go
45-
newTag: "v1.2.0-gke.0"
45+
newTag: "v1.2.1-gke.0"
4646
---

deploy/kubernetes/images/stable-1-16/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ imageTag:
4242
name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
4343
# Don't change stable image without changing pdImagePlaceholder in
4444
# test/k8s-integration/main.go
45-
newTag: "v1.2.0-gke.0"
45+
newTag: "v1.2.1-gke.0"
4646
---

deploy/kubernetes/images/stable-1-17/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ imageTag:
5151
name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
5252
# Don't change stable image without changing pdImagePlaceholder in
5353
# test/k8s-integration/main.go
54-
newTag: "v1.2.0-gke.0"
54+
newTag: "v1.2.1-gke.0"
5555
---

deploy/kubernetes/images/stable-1-18/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ imageTag:
5151
name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
5252
# Don't change stable image without changing pdImagePlaceholder in
5353
# test/k8s-integration/main.go
54-
newTag: "v1.2.0-gke.8"
54+
newTag: "v1.2.1-gke.0"
5555
---

deploy/kubernetes/images/stable-1-19/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ imageTag:
5151
name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
5252
# Don't change stable image without changing pdImagePlaceholder in
5353
# test/k8s-integration/main.go
54-
newTag: "v1.2.0-gke.8"
54+
newTag: "v1.2.1-gke.0"
5555
---

deploy/kubernetes/images/stable-master/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ imageTag:
5151
name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
5252
# Don't change stable image without changing pdImagePlaceholder in
5353
# test/k8s-integration/main.go
54-
newTag: "v1.2.0-gke.8"
54+
newTag: "v1.2.1-gke.0"
5555
---

0 commit comments

Comments
 (0)