1
0
mirror of https://github.com/kubernetes/kubernetes.git synced 2025-02-11 15:01:43 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Jeffrey Ying
75e050b06f
Merge eca3dfde716ef852c940d68cfba4484699ab9d19 into 72d74869e9821031a6a148c2e8e4b32dcbc8c6d0 2025-02-05 15:30:32 -08:00
Jefftree
eca3dfde71 test 2025-01-28 16:13:24 +00:00

View File

@ -93,7 +93,7 @@ kube::version::get_version_vars() {
# so use our idea of "dirty" from git status instead.
KUBE_GIT_VERSION+="-dirty"
fi
KUBE_GIT_VERSION=$(echo "${KUBE_GIT_VERSION}" | sed 's/alpha/beta/g')
# Try to match the "git describe" output to a regex to try to extract
# the "major" and "minor" versions and whether this is the exact tagged