diff --git a/Makefile b/Makefile index 88ec429a4e8d2f2fa8959b657ef3c2da5df19712..5dcf0aac0d4ede2a9546aec0480a28e7118be84d 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ KUBERNETES_VERSION ?= $(shell egrep "DefaultKubernetesVersion =" pkg/minikube/co KIC_VERSION ?= $(shell egrep "Version =" pkg/drivers/kic/types.go | cut -d \" -f2) # Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions -ISO_VERSION ?= v1.15.2-snapshot +ISO_VERSION ?= v1.15.2-snapshot2 # Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta DEB_VERSION ?= $(subst -,~,$(RAW_VERSION)) RPM_VERSION ?= $(DEB_VERSION) diff --git a/pkg/drivers/kic/types.go b/pkg/drivers/kic/types.go index 7d809e8502586d27df7bc67ba68f7e12bb332470..d01da84b8e080f78ab126af2930f14748162d0b9 100644 --- a/pkg/drivers/kic/types.go +++ b/pkg/drivers/kic/types.go @@ -24,9 +24,9 @@ import ( const ( // Version is the current version of kic - Version = "v0.0.15-snapshot" + Version = "v0.0.15-snapshot2" // SHA of the kic base image - baseImageSHA = "8aba7f18c2de2d5fa32da5a03653814482682311fa35f146b01d8c569fb73dc5" + baseImageSHA = "" ) var (