Skip to content

Commit

Permalink
Merge pull request #543 from mattmoyer/fix-head-version-string-valida…
Browse files Browse the repository at this point in the history
…tion

Fix missing "v".
  • Loading branch information
mattmoyer authored Mar 31, 2021
2 parents fdbeb21 + 476cc98 commit 55bc3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lib/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ kube::version::get_version_vars() {
# KUBE_GIT_VERSION was not supplied
# These values need to pass the validation in k8s.io/component-base/metrics:
# https://github.com/kubernetes/component-base/blob/v0.20.5/metrics/version_parser.go#L28-L50
KUBE_GIT_VERSION='0.0.0'
KUBE_GIT_VERSION='v0.0.0'
KUBE_GIT_MAJOR='0'
KUBE_GIT_MINOR='0'
fi
Expand Down

0 comments on commit 55bc3de

Please sign in to comment.