From 70253a9c87e89fc405fd2b9559cf6c6164168fde Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 20 Jan 2021 16:41:10 -0800 Subject: [PATCH] update kicbase and iso to last build --- Makefile | 2 +- pkg/drivers/kic/types.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6941b2ccc..f61a0dbc2 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.16.0 +ISO_VERSION ?= v1.17.0 # 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 56e65d1e5..419945a92 100644 --- a/pkg/drivers/kic/types.go +++ b/pkg/drivers/kic/types.go @@ -26,7 +26,7 @@ const ( // Version is the current version of kic Version = "v0.0.17" // SHA of the kic base image - baseImageSHA = "" + baseImageSHA = "1cd2e039ec9d418e6380b2fa0280503a72e5b282adea674ee67882f59f4f546e" ) var ( -- GitLab