Skip to content

Releases: dell/csi-volumegroup-snapshotter

Release v1.0.1

25 May 16:17
d23c935
Compare
Choose a tag to compare

Changes:

This patch addresses several issues found in v1.0.0 of vgs:

  • Fix idempotent case detection for VolumeGroupSnapshot
  • Increase the timeout on waiting for a snapshot- we discovered the external snapshotter is having some issues with scale, and as a result, is giving us lots of errors to log; increasing the timeout mitigates that.
  • Remove line that causes crash
  • Move map update to main.go so it is only updated once and not every time reconcile is called -> this fixes a crash
  • Fix log messaging to be more accurate

Instructions to consume patch:

Helm:

Patched image is: dellemc/csi-volumegroup-snapshotter:v1.0.1
To use this image, apply the following change to your values.yaml file:

vgsnapshotter:
  enabled: true
  image: dellemc/csi-volumegroup-snapshotter:v1.0.1

then run csi-install.sh with --upgrade flag. For example:

./csi-install.sh --namespace vxflexos --values <your values file> --upgrade

Release v1.0.0

03 Dec 19:13
7571b3e
Compare
Choose a tag to compare

New Features/Changes

  • Ability to move from snapshot group name to group ID for PowerFlex
  • New verify script to help with installing
  • Additional VGS related fields returned in "kubectl get"
  • Updates for troubleshooting

Release v0.2.0

24 Sep 15:17
0e7ffd3
Compare
Choose a tag to compare
Release v0.2.0 Pre-release
Pre-release

New features for volume group snapshotter, including delete volume group , name volume group with timestamp and cronjob based snapshot policy

Release v0.1.1

29 Jun 15:14
f8e6480
Compare
Choose a tag to compare
Release v0.1.1 Pre-release
Pre-release

Adds integration tests.

Release v0.1.0

18 Jun 21:37
b3a317e
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release

Initial release. Does not contain integration tests.

v0.0.0

18 Jun 17:52
7d7191d
Compare
Choose a tag to compare
v0.0.0 Pre-release
Pre-release

Initial commit of csi-volumegroup-snapshotter