Releases: kubernetes-csi/external-snapshotter
Releases · kubernetes-csi/external-snapshotter
Release v1.0.1-rc1
This release contains the following changes:
- Adds new reserved prefixed parameter keys which are stripped
out of parameter list, and adds deprecation notice for old keys and
keep their behavior the same. - Uses log util so secrets will be stripped from the logs.
Release v1.0.0-rc4
This release contains the following changes:
- Rename Ready to ReadyToUse in the Status field of VolumeSnapshot API object.
- Add VolumeSnapshot content deletion policy.
- Add Finalizers for VolumeSnapshot and VolumeSnapshotContent.
- Other minor bug fixes.
Because it contains a breaking API change, external-provisioner needs to be updated based on this release.
Release v1.0.0-rc3
This release contains the following fix:
- Call CreateSnapshot instead of ListSnapshots to check if snapshot is processed after it is cut. This fixes the bug in v1.0.0-rc2 and contains all necessary updates to support CSI spec v1.0 release.
v1.0.0-rc2 DO NOT USE
Don't use this it's broken
Release v0.4.1
Important changes
- Update Kubernetes client to v1.12
Install
Install using tag v0.4.1: docker pull quay.io/k8scsi/csi-snapshotter:v0.4.1
Release v0.4.0
Major Changes
First release!
Install
Install using tag v0.4.0: docker pull quay.io/k8scsi/csi-snapshotter:v0.4.0