From 769abdbce8a5508cf9bd0d030b7e38d4340d8a75 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Tue, 30 Apr 2024 09:20:23 +0530 Subject: [PATCH] Update microshift version to 4.15.9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01fa935130..6496d29f81 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SHELL := /bin/bash OPENSHIFT_VERSION ?= 4.15.10 PODMAN_VERSION ?= 4.4.4 OKD_VERSION ?= 4.15.0-0.okd-2024-02-23-163410 -MICROSHIFT_VERSION ?= 4.15.3 +MICROSHIFT_VERSION ?= 4.15.9 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 2.34.1 COMMIT_SHA?=$(shell git rev-parse --short=6 HEAD)