Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.54 KB

CHANGELOG-1.2.md

File metadata and controls

28 lines (20 loc) · 2.54 KB

Changelog since v1.1.0

Breaking Changes

  • The deployment uses hostpath.csi.k8s.io as driver name (#64, @pohly). Make sure that there are no persistent or ephemeral volumes using the old csi-hostpath name before updating because otherwise those volumes cannot be removed. Pods with such ephemeral volumes will be stuck in "terminating" state. New pods will not be able to start if they reference a volume that uses the old name. Any storage class that references the driver must be updated together with the driver.

New Features

Bug Fixes

  • /csi-data-dir optional (#73, @msau42)
  • Set volume content source if creating volume from snapshot (#51, @zhucan).
  • Fixes cp expansion issue for volume cloning (#82, @j-griffith).

Other Notable Changes

  • Added deployment specs for K8s 1.15 (#63, @msau42) and 1.16 (#97, @pohly).
  • Removed deployment specs for K8s 1.13 because it is no longer supported (#102, @pohly).
  • Updated sidecars to latest stable releases (#102, @pohly).