diff --git a/CHANGELOG-1.2.md b/CHANGELOG-1.2.md index 5a5c7600b5..a7de968fff 100644 --- a/CHANGELOG-1.2.md +++ b/CHANGELOG-1.2.md @@ -1,3 +1,12 @@ +# Changelog since v1.2.0 + +## Notable Features + +* Adds CSI Migration support for Azure Disk/File, adds some backwards compatibility fixes for GCE PD Migration ([#294](https://github.com/kubernetes-csi/external-provisioner/pull/294), [@davidz627](https://github.com/davidz627)) +* Add strict topology option that restricts requisite topology to the selected node topology during delayed binding ([#288](https://github.com/kubernetes-csi/external-provisioner/pull/288), [@avalluri](https://github.com/avalluri)) +* Add volume provisioning secret templating for storage class parameters: "provisioner-secret-name" and "provisioner-secret-namespace" ([#287](https://github.com/kubernetes-csi/external-provisioner/pull/287), [@oleksiys](https://github.com/oleksiys)) + + # Changelog since v1.1.0 ## Breaking Changes @@ -10,10 +19,10 @@ None ## Notable Features -* Handle deletion of CSI migrated volumes [#273](https://github.com/kubernetes-csi/external-provisioner/pull/273) -* Handle translation of Topology, fstype, and AccessModes for GCE PD Migration [#277](https://github.com/kubernetes-csi/external-provisioner/pull/277) +* Handle deletion of CSI migrated volumes ([#273](https://github.com/kubernetes-csi/external-provisioner/pull/273), [@ddebroy](https://github.com/ddebroy)) ## Other Notable Changes -* vendor: update sigs.k8s.io/sig-storage-lib-external-provisioner to v4.0.0 -* Update to Go 1.12.4 [#267](https://github.com/kubernetes-csi/external-provisioner/pull/267) \ No newline at end of file +* Fixes migration scenarios for Topology, fstype, and accessmodes for the kubernetes.io/gce-pd in-tree plugin ([#277](https://github.com/kubernetes-csi/external-provisioner/pull/277), [@davidz627](https://github.com/davidz627)) +* Vendor: update sigs.k8s.io/sig-storage-lib-external-provisioner to v4.0.0 ([#277](https://github.com/kubernetes-csi/external-provisioner/pull/277), [@davidz627](https://github.com/davidz627)) +* Update build to Go 1.12.4 ([#267](https://github.com/kubernetes-csi/external-provisioner/pull/267), [@pohly](https://github.com/pohly))