From 2f035a59e111b5ef09045a5f3163068ddbf14d0d Mon Sep 17 00:00:00 2001 From: Harish P Date: Tue, 29 Oct 2024 12:50:27 +0000 Subject: [PATCH] Updated release version Signed-off-by: Harish P --- Dockerfile | 2 +- README.md | 2 +- overrides.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 74215d5..108cbde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,6 @@ LABEL vendor="Dell Inc." \ name="dellcsi-vg-snapshotter" \ summary="CSI VG Snapshotter for Dell EMC PowerFlex/PowerStore" \ description="Dell Storage VolumeGroup Snapshot Controller for CSI" \ - version="1.6.0" \ + version="1.7.0" \ license="Apache-2.0" COPY licenses licenses/ diff --git a/README.md b/README.md index 26fd04a..31cded1 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ vgsnapshotter: ``` To deploy CSM Volume Group Snapshotter with the driver, the following changes are required: 1. Enable CSM Volume Group Snapshotter by changing the vgsnapshotter.enabled boolean to true. -2. In the vgsnapshotter.image field, put the location of the image you created following the steps in the build section, or link to one already built (such as the one on DockerHub, `dellemc/csi-volumegroup-snapshotter:v1.6.0`). +2. In the vgsnapshotter.image field, put the location of the image you created following the steps in the build section, or link to one already built (such as the one on DockerHub, `dellemc/csi-volumegroup-snapshotter:v1.7.0`). 3. Install/upgrade the driver normally. You should now have VGS successfully deployed with the driver! ## Volume Group Snapshot CRD Create diff --git a/overrides.mk b/overrides.mk index 29c863d..b4739fe 100644 --- a/overrides.mk +++ b/overrides.mk @@ -6,7 +6,7 @@ DEFAULT_REGISTRY="dellemc" DEFAULT_IMAGENAME="csi-volumegroup-snapshotter" DEFAULT_BUILDSTAGE="final" -DEFAULT_IMAGETAG="1.6.0" +DEFAULT_IMAGETAG="1.7.0" DEFAULT_GOIMAGE=$(shell sed -En 's/^go (.*)$$/\1/p' go.mod) # set the REGISTRY if needed