Merge pull request #15742 from spowelljr/removeMakefileChange

CI: Remove assigning MINIKUBE_VERSION to VERSION
pull/15751/head
Steven Powell 2023-01-30 13:07:32 -08:00 committed by GitHub
commit 594b29ef9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ VERSION_MAJOR ?= 1
VERSION_MINOR ?= 29
VERSION_BUILD ?= 0
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION ?= $(MINIKUBE_VERSION)
VERSION ?= v$(RAW_VERSION)
KUBERNETES_VERSION ?= $(shell egrep "DefaultKubernetesVersion =" pkg/minikube/constants/constants.go | cut -d \" -f2)