|
| 1 | +# Changelog since v1.2.0 |
| 2 | + |
| 3 | +## New Features |
| 4 | + |
| 5 | +- Split the external-snapshotter sidecar controller into two controllers, a snapshot-controller and an external-snapshotter sidecar. Only the external-snapshotter sidecar should be deployed with the CSI driver. ([#182](https://github.com/kubernetes-csi/external-snapshotter/pull/182), [@xing-yang](https://github.com/xing-yang)) |
| 6 | + |
| 7 | +### Snapshot Controller |
| 8 | +- Add a finalizer on VolumeSnapshot object to protect it from being deleted when it is bound to |
| 9 | + a VolumeSnapshotContent. ([#182](https://github.com/kubernetes-csi/external-snapshotter/pull/182), [@xing-yang](https://github.com/xing-yang)) |
| 10 | +- Adds deletion secret as annotation to volume snapshot content. ([#165](https://github.com/kubernetes-csi/external-snapshotter/pull/165), [@xing-yang](https://github.com/xing-yang)) |
| 11 | + |
| 12 | +### CSI External-Snapshotter Sidecar |
| 13 | +- Add prometheus metrics to CSI external-snapshotter under the /metrics endpoint. This can be enabled via the "--metrics-address" and "--metrics-path" options. ([#227](https://github.com/kubernetes-csi/external-snapshotter/pull/227), [@saad-ali](https://github.com/saad-ali)) |
| 14 | +- Adds deletion secret as annotation to volume snapshot content. ([#165](https://github.com/kubernetes-csi/external-snapshotter/pull/165), [@xing-yang](https://github.com/xing-yang)) |
| 15 | + |
| 16 | +### Breaking Changes |
| 17 | + |
| 18 | +#### API Changes |
| 19 | +- Changes VolumeSnapshot CRD version from v1alpha1 to v1beta1. v1alpha1 is no longer supported. ([#139](https://github.com/kubernetes-csi/external-snapshotter/pull/139), [@xing-yang](https://github.com/xing-yang)) |
| 20 | + |
| 21 | +#### Snapshot Controller |
| 22 | +- Removes createSnapshotContentRetryCount and createSnapshotContentInterval |
| 23 | + from command line options. ([#211](https://github.com/kubernetes-csi/external-snapshotter/pull/211), [@xing-yang](https://github.com/xing-yang)) |
| 24 | + |
| 25 | +#### CSI External-Snapshotter Sidecar |
| 26 | +- 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 v2.0.0. ([#129](https://github.com/kubernetes-csi/external-snapshotter/pull/129), [@zhucan](https://github.com/zhucan)) |
| 27 | + |
| 28 | +### Bug Fixes |
| 29 | + |
| 30 | +#### Snapshot Controller |
| 31 | +- Added extra verification of source PersistentVolumeClaim before creating snapshot. ([#172](https://github.com/kubernetes-csi/external-snapshotter/pull/172), [@xing-yang](https://github.com/xing-yang)) |
| 32 | +- Fixes issue when SelfLink removal is turned on in Kubernetes. ([#160](https://github.com/kubernetes-csi/external-snapshotter/pull/160), [@msau42](https://github.com/msau42)) |
| 33 | + |
| 34 | +#### CSI External-Snapshotter Sidecar |
| 35 | +- 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)) |
| 36 | +- Fixes issue when SelfLink removal is turned on in Kubernetes. ([#160](https://github.com/kubernetes-csi/external-snapshotter/pull/160), [@msau42](https://github.com/msau42)) |
| 37 | + |
| 38 | +### Other Notable Changes |
| 39 | + |
| 40 | +#### Snapshot Controller |
| 41 | +- Migrated to Go modules, so the source builds also outside of GOPATH. ([#179](https://github.com/kubernetes-csi/external-snapshotter/pull/179), [@pohly](https://github.com/pohly)) |
| 42 | + |
| 43 | +#### CSI External-Snapshotter Sidecar |
| 44 | +- Migrated to Go modules, so the source builds also outside of GOPATH. ([#179](https://github.com/kubernetes-csi/external-snapshotter/pull/179), [@pohly](https://github.com/pohly)) |
| 45 | +- We will now exit the external-snapshotter when the connection to a CSI driver is lost, allowing for another leader to takeover. ([#171](https://github.com/kubernetes-csi/external-snapshotter/pull/171), [@ggriffiths](https://github.com/ggriffiths)) |
0 commit comments