Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 932 Bytes

CHANGELOG-2.1.md

File metadata and controls

16 lines (8 loc) · 932 Bytes

Changelog since v2.0.1

New Features

  • the sanity volume code can be used concurrently and avoids a potential volume leak because of an incorrect target path (#210, @pohly)
  • csi-mock driver now supports relaxing the target path check (--permissive-target-path) and ephemeral inline volumes (#209, @pohly)

Bug Fixes

  • Remove volume listing tests that assumed tokens were integers and replace them with one that confirms pagination works when adding/deleting volumes between page requests. (#205, @Akrog)

Other Notable Changes

  • Added tests for ControllerExpandVolume (#203, @Ntr0)