Skip to content

Commit

Permalink
Merge pull request #45 from dell/versionBumpUpForCSM1.10
Browse files Browse the repository at this point in the history
Version bump up for CSM 1.10
  • Loading branch information
adarsh-dell authored Feb 22, 2024
2 parents af44877 + bbd45d5 commit 483cdc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LABEL vendor="Dell Inc." \
name="csi-metadata-retriever" \
summary="CSI Metadata Retriever sidecar" \
description="CSI Metadata Retriever sidecar for metadata retrievel via kubeapi" \
version="1.6.0" \
version="1.7.0" \
license="Apache-2.0"
COPY licenses /licenses
ENTRYPOINT ["/csi-metadata-retriever"]
2 changes: 1 addition & 1 deletion overrides.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ifndef MAJOR
MAJOR=1
endif
ifndef MINOR
MINOR=6
MINOR=7
endif
ifndef PATCH
PATCH=0
Expand Down

0 comments on commit 483cdc8

Please sign in to comment.