github kubernetes-csi/external-snapshotter v4.1.0

latest releases: v7.0.2, v6.3.4, v7.0.1...
2 years ago

Overall Status

Volume snapshotting has been a GA feature since Kubernetes v1.20.

Minimum CSI Spec Version

1.0.0

Maximum CSI Spec Version

1.4.0

Minimum Kubernetes version

1.20

Recommended Kubernetes version

1.20+

Container

docker pull k8s.gcr.io/sig-storage/snapshot-controller:v4.1.0
docker pull k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.0
docker pull k8s.gcr.io/sig-storage/snapshot-validation-webhook:v4.1.0

Deprecations

  • VolumeSnapshot v1beta1 is deprecated and will be removed in a future release. It is recommended for users to upgrade to VolumeSnapshot CRD version v1 as soon as possible. Any previously created invalid v1beta1 objects have to be deleted before upgrading to version 4.1.0. (#493, @xing-yang)

API Change

  • Changes VolumeSnapshot API storage version from v1beta1 to v1; VolumeSnapshot v1beta1 is deprecated and will be removed in a future release. (#493, @xing-yang)

Bug or Regression

  • --http-endpoint will now correctly be used for the metrics server address when --metrics-address is not provided. (#496, @ggriffiths)
  • Add check for v1 CRDs to allow for rolling update of the snapshot-controller (#504, @mauriciopoppe)
  • VolumeSnapshotContent creation errors can now propagate to the appropriate VolumeSnapshotContent resource. (#502, @huffmanca)
  • Retain error from CreateSnapshot call (#470, @timoreimann)

Uncategorized

  • External-snapshotter manifests adjusted to reflect more common example. Snapshot-controller is deployed as a Deployment rather than a Statefulset in the example deployment file. (#459, @kvaps)
  • Updated runtime (Go 1.16) and dependencies (#483, @pohly)

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v4.1.0/CHANGELOG/CHANGELOG-4.1.md

Don't miss a new external-snapshotter release

NewReleases is sending notifications on new releases.