Releases: kubernetes-sigs/gcp-compute-persistent-disk-csi-driver
v1.15.0-rc1
Merge pull request #1801 from travisyx/master Add ControllerModifyVolume functionality
Release experimental MVP version for data caching v7
This releases an experimental (non-production ready) version for Data caching feature which allows the user to restrict setting up data cache only for selected nodes/node-pools by labelling them with --node-labels=datacache-storage-gke-io=enabled
. This version releases some bug fixes
v1.13.7
What's Changed
- [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
Full Changelog: v1.13.6...v1.13.7
v1.13.7-rc1
Merge pull request #1805 from pwschuurman/automated-cherry-pick-of-#1…
Release experimental MVP version for data caching v6
This releases an experimental (non-production ready) version for Data caching feature which allows the user to restrict setting up data cache only for selected nodes/node-pools by labelling them with --node-labels=datacache-storage-gke-io=enabled
v1.14.2
What's Changed
- [release-1.14] Change OPERATION_CANCELED_BY_USER to Canceled instead of Aborted by @k8s-infra-cherrypick-robot in #1790
Full Changelog: v1.14.1...v1.14.2
v1.14.2-rc1
Merge pull request #1790 from k8s-infra-cherrypick-robot/cherry-pick-…
Release experimental MVP version for data caching v5
This releases an experimental (non-production ready) version for Data caching feature with NVME SSDs and CSI driver, the release fixes dependency bugs for the driver.
Release experimental MVP version for data caching v4
This releases an experimental (non-production ready) version for Data caching feature with NVME SSDs and CSI driver, the release fixes CVEs CVE-2024-24790 and CVE-2024-24789
Release experimental MVP version for data caching v3
This releases an experimental (non-production ready) version for Data caching feature with NVME SSDs and CSI driver, this release version fixes the NVME disk interface bug for the data caching feature.