Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 2.63 KB

CHANGELOG-1.2.md

File metadata and controls

41 lines (24 loc) · 2.63 KB

Changelog since v1.2.1

Bug Fixes

  • Fixes issue where provisioner provisions volumes for in-tree PVC's which have not been migrated (#345, @davidz627)
  • Added extra verification of source Snapshot before provisioning. (#355, @jsafrane)
  • Fixed potential leak of volumes after CSI driver timeouts. (#319, @jsafrane)

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)