Skip to content

Commit

Permalink
Merge pull request #54 from dell/versionBumpUpForCSM1.11
Browse files Browse the repository at this point in the history
 Version Bump for CSM 1.11
  • Loading branch information
shefali-malhotra authored Jun 7, 2024
2 parents 18cce00 + 79a552b commit 606f66f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7.3" \
version="1.8.0" \
license="Apache-2.0"
COPY licenses /licenses
ENTRYPOINT ["/csi-metadata-retriever"]
4 changes: 2 additions & 2 deletions overrides.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ ifndef MAJOR
MAJOR=1
endif
ifndef MINOR
MINOR=7
MINOR=8
endif
ifndef PATCH
PATCH=3
PATCH=0
endif

# target to print some help regarding these overrides and how to use them
Expand Down

0 comments on commit 606f66f

Please sign in to comment.