Skip to content

Commit 58ba45d

Browse files
authored
Merge pull request #1316 from leiyiz/master
Update CHANGELOG for 1.8, 1.9 and 1.10; update rc image versions
2 parents 89d8ed2 + bc3f8c1 commit 58ba45d

File tree

4 files changed

+43
-1
lines changed

4 files changed

+43
-1
lines changed

CHANGELOG/CHANGELOG-1.10.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v1.10.5 - Changelog since v1.10.4
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- Add option for serializing formatAndMount, including fsck as well as mkfs. ([#1313](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1313), [@mattcary](https://github.com/mattcary))
8+
9+
### Uncategorized
10+
11+
- Add disk type for all operations metrics. ([#1295](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1295), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
12+
- Fix provisioned-iops-on-create passing logic ([#1282](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1282), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
13+
- Fix resource parsing when the gcp project name ends with alpha, beta or v1 ([#1307](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1307), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
14+
- Use original error code when responding with a backoff error on publish or unpublish. ([#1311](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1311), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
15+
- Added support in PDCSI driver to create confidential hyperdisk storage on GCE. ([#1315](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1315), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
16+
17+
118
# v1.10.4 - Changelog since v1.10.3
219

320
## Changes by Kind

CHANGELOG/CHANGELOG-1.8.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v1.8.8 - Changelog since v1.8.7
2+
3+
## Changes by Kind
4+
5+
### Uncategorized
6+
7+
- Add disk type for all operations metrics. ([#1297](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1297), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
8+
- Fix provisioned-iops-on-create passing logic ([#1284](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1284), [@sunnylovestiramisu](https://github.com/sunnylovestiramisu))
9+
10+
111
# v1.8.7 - Changelog since v1.8.6
212

313
### Bug or Regression

CHANGELOG/CHANGELOG-1.9.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v1.9.7 - Changelog since v1.9.6
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- Fix resource parsing when the gcp project name ends with alpha, beta or v1 ([#1308](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1308), [@mattcary](https://github.com/mattcary))
8+
9+
### Uncategorized
10+
11+
- Add disk type for all operations metrics. ([#1296](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1296), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
12+
- Fix provisioned-iops-on-create passing logic ([#1283](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1283), [@sunnylovestiramisu](https://github.com/sunnylovestiramisu))
13+
- Use original error code when responding with a backoff error on publish or unpublish. ([#1312](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1312), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
14+
15+
116
# v1.9.6 - Changelog since v1.9.5
217

318
## Changes by Kind

deploy/kubernetes/images/prow-stable-sidecar-rc-master/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ metadata:
4848
imageTag:
4949
name: registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
5050
newName: gcr.io/k8s-staging-cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
51-
newTag: "v1.10.3"
51+
newTag: "v1.10.5-rc1"
5252
---
5353

0 commit comments

Comments
 (0)