From d20f0c925e4f41edcb39504d9fb17690f79c1d55 Mon Sep 17 00:00:00 2001 From: Xing Yang Date: Mon, 17 Jun 2019 10:06:08 -0700 Subject: [PATCH] Add changelog for v1.2 --- CHANGELOG-1.2.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG-1.2.md diff --git a/CHANGELOG-1.2.md b/CHANGELOG-1.2.md new file mode 100644 index 000000000..a2bc9cb91 --- /dev/null +++ b/CHANGELOG-1.2.md @@ -0,0 +1,10 @@ +# Changelog since v1.1.0 + +## Bug Fixes + +- Changes the API group name for the fake VolumeSnapshot object to "snapshot.storage.k8s.io" to be in-sync with the group name of the real VolumeSnapshot object. As a result, the generated interfaces for clientset and informers of VolumeSnapshot are also changed from "VolumeSnapshot" to "Snapshot". ([#123](https://github.com/kubernetes-csi/external-snapshotter/pull/123), [@xing-yang](https://github.com/xing-yang)) + + +## Other Notable Changes + +- Add Status subresource for VolumeSnapshot. ([#121](https://github.com/kubernetes-csi/external-snapshotter/pull/121), [@zhucan](https://github.com/zhucan))