From e83ba9df9cfba2e04c05503a320b8b8851ebf47c Mon Sep 17 00:00:00 2001 From: Priya Wadhwa Date: Wed, 18 Nov 2020 10:54:41 -0800 Subject: [PATCH] Update ISO and kicbase to include scheduled stop so we can test them --- Makefile | 2 +- pkg/drivers/kic/types.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 69c0c6e638..88ec429a4e 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.0 +ISO_VERSION ?= v1.15.2-snapshot # 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 3b0af34af4..7d809e8502 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.14" + Version = "v0.0.15-snapshot" // SHA of the kic base image - baseImageSHA = "2bd97b482faf5b6a403ac39dd5e7c6fe2006425c6663a12f94f64f5f81a7787e" + baseImageSHA = "8aba7f18c2de2d5fa32da5a03653814482682311fa35f146b01d8c569fb73dc5" ) var (