Releases: dell/csi-volumegroup-snapshotter
Release v1.7.0
What's Changed
- Call reusable action for go version updates by @shaynafinocchiaro in #78
- Update go version to 1.23 by @csm-release in #80
- License Location Adjustment by @ChristianAtDell in #81
- Update VGS deprecation in README.md by @sharmilarama in #82
- go mod update by @meggm in #83
New Contributors
- @shaynafinocchiaro made their first contribution in #78
- @csm-release made their first contribution in #80
- @ChristianAtDell made their first contribution in #81
- @sharmilarama made their first contribution in #82
- @meggm made their first contribution in #83
Full Changelog: v1.6.0...v1.7.0
What's Changed
- Call reusable action for go version updates by @shaynafinocchiaro in #78
- Update go version to 1.23 by @csm-release in #80
- License Location Adjustment by @ChristianAtDell in #81
- Update VGS deprecation in README.md by @sharmilarama in #82
- go mod update by @meggm in #83
- Updated release version by @harishp8889 in #84
New Contributors
- @shaynafinocchiaro made their first contribution in #78
- @csm-release made their first contribution in #80
- @ChristianAtDell made their first contribution in #81
- @sharmilarama made their first contribution in #82
- @meggm made their first contribution in #83
Full Changelog: v1.6.0...v1.7.0
Release v1.6.0
What's Changed
- version-1.6.0 by @adarsh-dell in #74
- Update UBI Dependencies by @Sahiba-Gupta in #75
- Bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #76
- Go mod update by @rishabhatdell in #77
New Contributors
- @Sahiba-Gupta made their first contribution in #75
Full Changelog: v1.5.1...v1.6.0
Release v1.5.1
- Security Fixes
Release v1.5.0
New Features/Changes
- Multistage go build for docker image building
- Added changes to use common Golang version update
- Update go version to 1.22
- Update dell-csi-extensions version
Documentation
VGS Documentation
General Documentation
Change Log
See the CHANGELOG for more details.
Release v1.4.0
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
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
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
New Features/Changes
- Volume group snapshot support for CSI PowerStore
Release v1.0.1
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
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