Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 2.03 KB

CHANGELOG-1.2.md

File metadata and controls

32 lines (19 loc) · 2.03 KB

Changelog since v1.2.0

Notable Features

  • A new flag --leader-election-namespace is introduced to allow the user to set where the leader election lock resource lives. (#297, @verult)
  • Adds CSI Migration support for Azure Disk/File, adds some backwards compatibility fixes for GCE PD Migration (#294, @davidz627)
  • Add strict topology option that restricts requisite topology to the selected node topology during delayed binding (#288, @avalluri)
  • Add volume provisioning secret templating for storage class parameters: "provisioner-secret-name" and "provisioner-secret-namespace" (#287, @oleksiys)

Other Notable Changes

  • Fixes issue where leader election in the CSI provisioner and lib-external-provisioner conflicts. (#297, @verult)

Changelog since v1.1.0

Breaking Changes

None

Deprecations

None

Notable Features

Other Notable Changes

  • Fixes migration scenarios for Topology, fstype, and accessmodes for the kubernetes.io/gce-pd in-tree plugin (#277, @davidz627)
  • Vendor: update sigs.k8s.io/sig-storage-lib-external-provisioner to v4.0.0 (#277, @davidz627)
  • Update build to Go 1.12.4 (#267, @pohly)