Skip to content

Commit

Permalink
Merge pull request #63 from dell/pub/release-changes
Browse files Browse the repository at this point in the history
Release updates - 1.12
  • Loading branch information
ChristianAtDell authored Oct 29, 2024
2 parents 8466539 + f836e77 commit 64caf2f
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.8.0" \
version="1.9.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=8
MINOR=9
endif
ifndef PATCH
PATCH=0
Expand Down

0 comments on commit 64caf2f

Please sign in to comment.