Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 941 Bytes

CHANGELOG-2.2.md

File metadata and controls

13 lines (6 loc) · 941 Bytes

Changelog since v2.1.0

Bug Fixes

  • A bug that prevented the external-attacher from releasing its finalizer from a PersistentVolume object that was created using a legacy storage class provisioner and migrated to CSI has been fixed. (#218, @rfranzke)
  • Update package path to v2. Vendoring with dep depends on golang/dep#1963 or the workaround described in v2/README.md. (#209, @alex1989hu)

Other Notable Changes

  • Removed usage of annotation csi.volume.kubernetes.io/nodeid on Node objects. The external-attacher now requires Kubernetes 1.14 with feature gate CSINodeInfo enabled. (#213, @Danil-Grigorev)