Skip to content

Commit 34ef663

Browse files
committed
Update changelog for release v1.11.1, v1.10.7, v1.9.9, v1.8.10, v1.7.12
1 parent 26f3427 commit 34ef663

File tree

5 files changed

+55
-0
lines changed

5 files changed

+55
-0
lines changed

CHANGELOG/CHANGELOG-1.10.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v1.10.7 - Changelog since v1.10.6
2+
3+
## Changes by Kind
4+
5+
### Uncategorized
6+
7+
- Update go version to 1.20.7 to fix CVE-2023-29409 CVE-2023-39533 ([#1348](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1348), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
8+
19
# v1.10.6 - Changelog since v1.10.5
210

311
## Changes by Kind

CHANGELOG/CHANGELOG-1.11.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v1.11.1 - Changelog since v1.11.0
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- Update go version to 1.20.7 to fix CVE-2023-29409 CVE-2023-39533 ([#1347](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1347), [@Sneha-at](https://github.com/Sneha-at))
8+
9+
### Uncategorized
10+
11+
- Fix zone specification in HdT tests ([#1341](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1341), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
12+
113
# v1.11.0 - Changelog since v1.10.5
214

315
## Changes by Kind

CHANGELOG/CHANGELOG-1.7.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v1.7.12 - Changelog since v1.7.11
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- Update go version to 1.19.12 to fix CVE-2023-29409 CVE-2023-39533 ([#1351](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1351), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
8+
19
# v1.7.11 - Changelog since v1.7.10
210

311
## Changes by Kind
@@ -8,6 +16,9 @@
816

917
### Uncategorized
1018

19+
- #1101: Add provisionedThroughput for hyperdisk
20+
#1227: Adding new metric pdcsi_operation_errors to fetch error
21+
#1296: emit metrics even for success scenarios ([#1305](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1305), [@sunnylovestiramisu](https://github.com/sunnylovestiramisu))
1122
- Use errors.As so we can detect wrapped errors, and check for existing error codes in CodesForError ([#1326](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1326), [@judemars](https://github.com/judemars))
1223

1324
# v1.7.10 - Changelog since v1.7.9

CHANGELOG/CHANGELOG-1.8.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v1.8.10 - Changelog since v1.8.9
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- Update go version to 1.19.12 to fix CVE-2023-29409 CVE-2023-39533 ([#1350](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1350), [@Sneha-at](https://github.com/Sneha-at))
8+
19
# v1.8.9 - Changelog since v1.8.8
210

311
## Changes by Kind
@@ -7,6 +15,10 @@
715
- Update go version to 1.19.11 to fix CVE-2023-29406 ([#1336](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1336), [@Sneha-at](https://github.com/Sneha-at))
816
- Updated dependencies to fix CVE-2022-27664, CVE-2022-32149, CVE-2022-41723, CVE-2022-41721 ([#1334](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1334), [@Sneha-at](https://github.com/Sneha-at))
917

18+
### Uncategorized
19+
20+
- 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))
21+
1022
## Dependencies
1123

1224
### Added

CHANGELOG/CHANGELOG-1.9.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v1.9.9 - Changelog since v1.9.8
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
7+
- Add option for serializing formatAndMount, including fsck as well as mkfs. ([#1352](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1352), [@mattcary](https://github.com/mattcary))
8+
9+
### Uncategorized
10+
11+
- Update go version to 1.20.7 to fix CVE-2023-29409 CVE-2023-39533 ([#1349](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1349), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
12+
113
# v1.9.8 - Changelog since v1.9.7
214

315
## Changes by Kind

0 commit comments

Comments
 (0)