From 09a4640b940439d7876797e13137b60f811ed33d Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Thu, 11 May 2023 08:51:44 +0530 Subject: [PATCH] Update microshift bundle to 4.12.15 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b16248dae..00fe448151 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SHELL := /bin/bash OPENSHIFT_VERSION ?= 4.12.13 PODMAN_VERSION ?= 4.4.1 OKD_VERSION ?= 4.12.0-0.okd-2023-02-18-033438 -MICROSHIFT_VERSION ?= 4.12.13 +MICROSHIFT_VERSION ?= 4.12.15 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 2.18.0 COMMIT_SHA?=$(shell git rev-parse --short=6 HEAD)