From c7f33e1724a6c57feb72e2a1398677cfd0d9bfbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxing-yang=E2=80=9D?= Date: Wed, 4 Sep 2019 17:38:38 -0700 Subject: [PATCH] Add changelog for v1.3 --- CHANGELOG-1.3.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG-1.3.md diff --git a/CHANGELOG-1.3.md b/CHANGELOG-1.3.md new file mode 100644 index 00000000..ccc2c202 --- /dev/null +++ b/CHANGELOG-1.3.md @@ -0,0 +1,9 @@ +# Changelog since v1.2.0 + +## Breaking Changes + +- Add a prefix "external-snapshotter-leader" and the driver name to the snapshotter leader election lock name. Rolling update will not work if leader election is enabled because the lock name is changed in v1.3.0. ([#129](https://github.com/kubernetes-csi/external-snapshotter/pull/129), [@zhucan](https://github.com/zhucan)) + +## Other Notable Changes + +- Snapshotter will no longer call ListSnapshots if the CSI Driver does not support this operation. ([#138](https://github.com/kubernetes-csi/external-snapshotter/pull/138), [@ggriffiths](https://github.com/ggriffiths))