Skip to content

Releases: dell/csi-volumegroup-snapshotter

Release v1.7.0

29 Oct 13:59
v1.7.0
1401e15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

Release v1.6.0

11 Jul 06:09
v1.6.0
1c0f6fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.0

Release v1.5.1

27 May 13:20
v1.5.1
015302a
Compare
Choose a tag to compare
  • Security Fixes

Release v1.5.0

27 Feb 19:53
bdcaa40
Compare
Choose a tag to compare

Release v1.4.0

04 Dec 15:33
v1.4.0
b87fa7c
Compare
Choose a tag to compare

New Features/Changes

  • UBI Image update

Fixed Issues

There are no fixed issues in this release.

Documentation

VGS Documentation
General Documentation

Change Log

See the CHANGELOG for more details.

Release v1.3.0

06 Sep 15:21
564adf8
Compare
Choose a tag to compare

Release Notes - CSI Volumegroup-Snapshotter v1.3.0

New Features/Changes

  • Posting the image with latest go version
  • Shifted base image from ubi-minimal to ubi-micro

Fixed Issues

There are no fixed issues in this release.

Documentation

VGS Documentation
General Documentation

Change Log

See the CHANGELOG for more details.

Release v1.2.0

21 Sep 20:17
15564ae
Compare
Choose a tag to compare

New Features/Changes:

  • Increase the default time out value
  • Make the time out value configurable

Fixed Issues

Change Log

See the CHANGELOG for more details.

Release v1.1.0

13 Jun 10:56
v1.1.0
491df40
Compare
Choose a tag to compare

New Features/Changes

  • Volume group snapshot support for CSI PowerStore

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