Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.68 KB

CHANGELOG-4.0.md

File metadata and controls

51 lines (31 loc) · 2.68 KB

Release notes for v4.0.2

Changelog since v4.0.1

Changes by Kind

Bug or Regression

  • Updates the mock driver to create the target directory in NodePublishVolume, and remove it in NodeUnpublishVolume. (#303, @huffmanca)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Release notes for v4.0.1

Changelog since v4.0.0

Other Notable Changes

Release notes for v4.0.0

Changelog since v3.1.0

New Features

  • Replace logging to klog for mock CSI driver. (#279, @Jiawei0227)
  • Add CSI LIST_VOLUMES_PUBLISHED_NODES capability to csi-mock (#280, @yuga711)
  • The flag --csi.testvolumeaccesstype=block is now also used by the following tests: ExpandVolume [Controller Server], CreateSnapshot [Controller Server], DeleteSnapshot [Controller Server], ListSnapshots [Controller Server], ControllerPublishVolume, Create Volume from snapshot, Clone Volume (#269, @taaraora)
  • Fixes an issue where expand volume RPC requests were failing, since volume parameters were missing from the test case. (#245, @utkarshmani1997)

API Changes

  • Rename Cleanup to Resources and unexport cleanup (un-)registration, which is now handled implicitly and automatically. (#261, @timoreimann)

Other Notable Changes

  • Build with Go 1.15 (#283, @pohly)
  • Deployment manifests and examples are added for mock CSI driver under mock/example (#277, @Jiawei0227)
  • Add CSI sanity tests for NodeExpandVolume call. (#273, @gnufied)
  • Updates CSI Spec to v1.3.0. Updates the mock driver to support volume health monitoring by implementing ControllerGetVolume and updating ListVolumes and NodeVolumeStats functions. (#268, @fengzixu)