Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.44 KB

CHANGELOG-2.2.md

File metadata and controls

36 lines (20 loc) · 1.44 KB

Release notes for v2.2.1

Changelog since v2.2.0

Changes by Kind

Uncategorized

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.

Release notes for v2.2.0

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)