Skip to content

Commit 6449ad1

Browse files
committed
update changelog
1 parent a28f8d3 commit 6449ad1

File tree

4 files changed

+144
-0
lines changed

4 files changed

+144
-0
lines changed

CHANGELOG/CHANGELOG-1.12.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# v1.12.13 - Changelog since v1.12.11
2+
3+
## Changes by Kind
4+
5+
### Bug
6+
- Update Go version and dependencies to fix CVE-2024-24790,CVE-2024-24789 by @Sneha-at in #1851
7+
8+
# v1.12.12 - Changelog since v1.12.11
9+
10+
## Changes by Kind
11+
12+
### Bug
13+
- Automated cherry pick of #1658: Add support for checking if a device is being used by a filesystem by @pwschuurman in #1845
14+
15+
16+
# v1.12.11 - Changelog since v1.12.10
17+
18+
## Changes by Kind
19+
20+
### Bug
21+
- [release-1.12] Update debian image from bullseye to bookworm to fix CVEs by @k8s-infra-cherrypick-robot in #1735
22+
- Reverting the Dockerfile debian image from bookworm to bullseye due to regression by @Sneha-at in #1774
23+
- [release-1.12] Return Unavailable for 'connection reset by peer' errors by @k8s-infra-cherrypick-robot in #1813
24+
- Automated cherry pick of #1708: Properly unwrap gce-compute error code. by @hime in #1840
25+
26+
# v1.12.10 - Changelog since v1.12.9
27+
28+
## Changes by Kind
29+
30+
### Bug
31+
- Fix CVE-2023-45288 by @dannawang0221 in #1682
32+
33+
34+
# v1.12.9 - Changelog since v1.12.8
35+
36+
## Changes by Kind
37+
38+
### Bug
39+
40+
- Change GetDisk error reporting to temporary in CreateVolume codepath ([#1600])https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/pull/1600), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
41+
- [release-1.12] Fix nvme path filtering logic for udevadm trigger by @k8s-infra-cherrypick-robot in #1647
42+
143
# v1.12.8 - Changelog since v1.12.7
244

345
## Changes by Kind

CHANGELOG/CHANGELOG-1.13.md

+43
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
# v1.13.8 - Changelog since v1.13.7
2+
3+
## Changes by Kind
4+
5+
### Uncategorized
6+
7+
- [release-1.13] Properly unwrap gce-compute error code. by @hime in #1839
8+
9+
10+
# v1.13.7 - Changelog since v1.13.6
11+
12+
## Changes by Kind
13+
14+
### Uncategorized
15+
16+
- [release-1.13] Reassign error returned from validateStoragePools so InvalidArgument is recorded by @k8s-infra-cherrypick-robot in #1721
17+
- [release-1.13] Return Unavailable for 'connection reset by peer' errors by @k8s-infra-cherrypick-robot in #1724
18+
- [release-1.13] Update debian image from bullseye to bookworm to fix CVEs by @k8s-infra-cherrypick-robot in #1734
19+
- Reverting the Dockerfile debian image from bookworm to bullseye due to regression by @Sneha-at in #1775
20+
- Automated cherry pick of #1658: Add support for checking if a device is being used by a by @pwschuurman in #1805
21+
22+
23+
# v1.13.6 - Changelog since v1.13.5
24+
25+
## Changes by Kind
26+
27+
### Uncategorized
28+
29+
- Automated cherry pick of #1666: migrate hyperdisk/chd/storagepools to GCE v1 disk API
30+
#1667: remove support for GCE Alpha Disks by @amacaskill in #1669
31+
- [release-1.13] Record original error code to operation_errors metric for temporary errors by @k8s-infra-cherrypick-robot in #1672
32+
- [release-1.13] Remove short variable declaration from validateStoragePools by @k8s-infra-cherrypick-robot in #1674
33+
- Fix CVE-2023-45288 by @dannawang0221 in #1683
34+
35+
36+
# v1.13.5 - Changelog since v1.13.4
37+
38+
## Changes by Kind
39+
40+
### Uncategorized
41+
_Nothing has changed._
42+
43+
144
# v1.13.4 - Changelog since v1.13.3
245

346
## Changes by Kind

CHANGELOG/CHANGELOG-1.14.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v1.14.3 - Changelog since v1.14.2
2+
3+
## Changes by Kind
4+
5+
### Bug or Regression
6+
- Update base image to bookworm-v1.0.4-gke.2 by @k8s-infra-cherrypick-robot in #1834
7+
8+
9+
# v1.14.2 - Changelog since v1.14.1
10+
11+
## Changes by Kind
12+
13+
### Uncategorized
14+
- [release-1.14] Change OPERATION_CANCELED_BY_USER to Canceled instead of Aborted by @k8s-infra-cherrypick-robot in #1790
15+
16+
# v1.14.1 - Changelog since v1.14.0
17+
18+
## Changes by Kind
19+
20+
### Bug or Regression
21+
- [release-1.14] Adding missing libgpg-error.so.0 required by nvme-cli by @k8s-infra-cherrypick-robot in #1765
22+
23+
124
# v1.14.0 - Changelog since v1.13.6
225

326
## Changes by Kind

CHANGELOG/CHANGELOG-1.15.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# v1.15.2 - Changelog since v1.15.1
2+
3+
- [release-1.15] Map RESOURCE_OPERATION_RATE_EXCEEDED to ResourceExhausted by @k8s-infra-cherrypick-robot in #1848
4+
- [release-1.15] Add StatusConflict http kind to userErrorCodeMap. by @k8s-infra-cherrypick-robot in #1850
5+
- Automated cherry pick of #1826: Add ControllerModifyVolume E2E tests
6+
- #1836: Create documentation for ControllerModifyVolume and controller default
7+
- #1838: Enable VolumeAttributesClass feature gate for CI runs
8+
9+
10+
# v1.15.1 - Changelog since v1.15.0
11+
### Bug
12+
- Update base image to bookworm-v1.0.4-gke.2 by @k8s-infra-cherrypick-robot in #1833
13+
14+
# v1.15.0 - Changelog since v1.14.3
15+
16+
## Changes by Kind
17+
18+
### Bug or Regression
19+
- Adding missing libgpg-error.so.0 required by nvme-cli by @pwschuurman in #1760
20+
- Format byte array error output from google_nvme_id as string by @pwschuurman in #1761
21+
22+
### Feature
23+
- Add ControllerModifyVolume functionality by @travisyx in #1801
24+
25+
### Uncategorized
26+
- Add verify-docker-deps.sh to verify-all.sh by @pwschuurman in #1762
27+
- Change OPERATION_CANCELED_BY_USER to Canceled instead of Aborted by @amacaskill in #1789
28+
- Bump the onsi group across 1 directory with 2 updates by @dependabot in #1811
29+
- Upgrade sanity tests to v5.3.0 and CSI Spec to v1.10.0 by @travisyx in #1814
30+
- Add manual deployment instructions for Storage Pools by @amacaskill in #1817
31+
- Update stable rc master image to point to v1.14.2-rc1 by @amacaskill in #1806
32+
- Bump golang from 1.22.5 to 1.23.0 by @dependabot in #1808
33+
- Bump golang from 1.22.4 to 1.22.5 by @dependabot in #1778
34+
- prune changelog for 1.14 by @pwschuurman in #1745
35+
- Add back CHANGELOG, removed in #1745 by mistake by @pwschuurman in #1746
36+
- Add support for running tests on confidential VMs that use NVMe by @pwschuurman in #1636

0 commit comments

Comments
 (0)