Skip to content

Latest commit

 

History

History
139 lines (84 loc) · 5.92 KB

CHANGELOG-1.2.md

File metadata and controls

139 lines (84 loc) · 5.92 KB

v1.2.6 - Changelog since v1.2.5

Changes by Kind

Uncategorized

  • Cherry-pick #930: Update golang version to 1.17.8 for building drivers. (#938, @pwschuurman)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v1.2.5 - Changelog since v1.2.4

  • Update base image to buster-1.10.0

v1.2.4 - Changelog since v1.2.3

Changes by Kind

Bug or Regression

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v1.2.3 - Changelog since v1.2.1

Changes by Kind

Bug or Regression

Uncategorized

  • It is now possible to mount a volume with XFS filesystem and its restored snapshot. (#838, @leiyiz)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v1.2.2 - Changelog since v1.2.1

Changes by Kind

Feature

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v1.2.1 - Changelog since v1.2.0

Tests

Other

  • Remove Probe logging (682, @Jiawei0227)
  • Round up pdcsi driver size in CreateVolume (684, @Jiawei0227)
  • Add gce disk labels support via create volume parameters (718, @mattcary)
  • Emit GKE PDCSI component version metric (719, @saikat-royc)
  • Add cloudbuild configuration to build the image gcp-compute-persistent-disk-csi-driver (734, @cpanato)
  • Bump go to the latest 1.13 available in Dockerfile (734, @cpanato)

v1.2.0 - Changelog since v1.1.0

Features

  • Improved Windows Support
    • Add Disk online/offline logic in nodeStageVolume/nodeUnstageVolume calls for Windows. This requires the CSI Proxy disk.v1beta2 group, which is only available in CSI proxy v0.2.2+. (#661, @jingxu97)

Bugs or Regressions

  • Fix "volume is mounted" check during NodePublishVolume for Windows (#666, @jingxu97)
  • Add empty string check on returned volumeIds to avoid nil pointer panic (#673, @jingxu97)

Tests

  • Update kustomizer to 3.8.6. (#661, @jingxu97)
  • Updates named pipe path in node.yaml for base deployment overlay to use CSI proxy disk v1beta2 (previously v1beta1) for Windows. (#669, @jingxu97)
  • Fix node version check for node skew tests. (#645, @saikat-royc)
  • Add run-k8s-integration-ci.sh that the prow driver now expects to be in each release. (#655, @mattcary)
  • Use node version on GKE when detecting XFS compatibility. (#656, @mattcary)
  • Skip Pod fsgroupchange policy tests for < 1.20 k8s. (#667, @saikat-royc)
  • Shorten the GKE cluster name. (#671, @saikat-royc)

Documentation

No notable changes.

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.