Files
external-snapshotter/CHANGELOG-1.3.md
2019-09-10 02:00:01 +00:00

619 B

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, @zhucan)

Other Notable Changes

  • Snapshotter will no longer call ListSnapshots if the CSI Driver does not support this operation. (#138, @ggriffiths)