Skip to content

Update change log #1877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions CHANGELOG/CHANGELOG-1.12.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
# v1.12.13 - Changelog since v1.12.11

## Changes by Kind

### Bug
- Update Go version and dependencies to fix CVE-2024-24790,CVE-2024-24789 by @Sneha-at in #1851

# v1.12.12 - Changelog since v1.12.11

## Changes by Kind

### Bug
- Automated cherry pick of #1658: Add support for checking if a device is being used by a filesystem by @pwschuurman in #1845


# v1.12.11 - Changelog since v1.12.10

## Changes by Kind

### Bug
- [release-1.12] Update debian image from bullseye to bookworm to fix CVEs by @k8s-infra-cherrypick-robot in #1735
- Reverting the Dockerfile debian image from bookworm to bullseye due to regression by @Sneha-at in #1774
- [release-1.12] Return Unavailable for 'connection reset by peer' errors by @k8s-infra-cherrypick-robot in #1813
- Automated cherry pick of #1708: Properly unwrap gce-compute error code. by @hime in #1840

# v1.12.10 - Changelog since v1.12.9

## Changes by Kind

### Bug
- Fix CVE-2023-45288 by @dannawang0221 in #1682


# v1.12.9 - Changelog since v1.12.8

## Changes by Kind

### Bug

- 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))
- [release-1.12] Fix nvme path filtering logic for udevadm trigger by @k8s-infra-cherrypick-robot in #1647

# v1.12.8 - Changelog since v1.12.7

## Changes by Kind
Expand Down
43 changes: 43 additions & 0 deletions CHANGELOG/CHANGELOG-1.13.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# v1.13.8 - Changelog since v1.13.7

## Changes by Kind

### Uncategorized

- [release-1.13] Properly unwrap gce-compute error code. by @hime in #1839


# v1.13.7 - Changelog since v1.13.6

## Changes by Kind

### Uncategorized

- [release-1.13] Reassign error returned from validateStoragePools so InvalidArgument is recorded by @k8s-infra-cherrypick-robot in #1721
- [release-1.13] Return Unavailable for 'connection reset by peer' errors by @k8s-infra-cherrypick-robot in #1724
- [release-1.13] Update debian image from bullseye to bookworm to fix CVEs by @k8s-infra-cherrypick-robot in #1734
- Reverting the Dockerfile debian image from bookworm to bullseye due to regression by @Sneha-at in #1775
- Automated cherry pick of #1658: Add support for checking if a device is being used by a by @pwschuurman in #1805


# v1.13.6 - Changelog since v1.13.5

## Changes by Kind

### Uncategorized

- Automated cherry pick of #1666: migrate hyperdisk/chd/storagepools to GCE v1 disk API
#1667: remove support for GCE Alpha Disks by @amacaskill in #1669
- [release-1.13] Record original error code to operation_errors metric for temporary errors by @k8s-infra-cherrypick-robot in #1672
- [release-1.13] Remove short variable declaration from validateStoragePools by @k8s-infra-cherrypick-robot in #1674
- Fix CVE-2023-45288 by @dannawang0221 in #1683


# v1.13.5 - Changelog since v1.13.4

## Changes by Kind

### Uncategorized
_Nothing has changed._


# v1.13.4 - Changelog since v1.13.3

## Changes by Kind
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG/CHANGELOG-1.14.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v1.14.3 - Changelog since v1.14.2

## Changes by Kind

### Bug or Regression
- Update base image to bookworm-v1.0.4-gke.2 by @k8s-infra-cherrypick-robot in #1834


# v1.14.2 - Changelog since v1.14.1

## Changes by Kind

### Uncategorized
- [release-1.14] Change OPERATION_CANCELED_BY_USER to Canceled instead of Aborted by @k8s-infra-cherrypick-robot in #1790

# v1.14.1 - Changelog since v1.14.0

## Changes by Kind

### Bug or Regression
- [release-1.14] Adding missing libgpg-error.so.0 required by nvme-cli by @k8s-infra-cherrypick-robot in #1765


# v1.14.0 - Changelog since v1.13.6

## Changes by Kind
Expand Down
36 changes: 36 additions & 0 deletions CHANGELOG/CHANGELOG-1.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# v1.15.2 - Changelog since v1.15.1

- [release-1.15] Map RESOURCE_OPERATION_RATE_EXCEEDED to ResourceExhausted by @k8s-infra-cherrypick-robot in #1848
- [release-1.15] Add StatusConflict http kind to userErrorCodeMap. by @k8s-infra-cherrypick-robot in #1850
- Automated cherry pick of #1826: Add ControllerModifyVolume E2E tests
- #1836: Create documentation for ControllerModifyVolume and controller default
- #1838: Enable VolumeAttributesClass feature gate for CI runs


# v1.15.1 - Changelog since v1.15.0
### Bug
- Update base image to bookworm-v1.0.4-gke.2 by @k8s-infra-cherrypick-robot in #1833

# v1.15.0 - Changelog since v1.14.3

## Changes by Kind

### Bug or Regression
- Adding missing libgpg-error.so.0 required by nvme-cli by @pwschuurman in #1760
- Format byte array error output from google_nvme_id as string by @pwschuurman in #1761

### Feature
- Add ControllerModifyVolume functionality by @travisyx in #1801

### Uncategorized
- Add verify-docker-deps.sh to verify-all.sh by @pwschuurman in #1762
- Change OPERATION_CANCELED_BY_USER to Canceled instead of Aborted by @amacaskill in #1789
- Bump the onsi group across 1 directory with 2 updates by @dependabot in #1811
- Upgrade sanity tests to v5.3.0 and CSI Spec to v1.10.0 by @travisyx in #1814
- Add manual deployment instructions for Storage Pools by @amacaskill in #1817
- Update stable rc master image to point to v1.14.2-rc1 by @amacaskill in #1806
- Bump golang from 1.22.5 to 1.23.0 by @dependabot in #1808
- Bump golang from 1.22.4 to 1.22.5 by @dependabot in #1778
- prune changelog for 1.14 by @pwschuurman in #1745
- Add back CHANGELOG, removed in #1745 by mistake by @pwschuurman in #1746
- Add support for running tests on confidential VMs that use NVMe by @pwschuurman in #1636