From 40aa6024730c2d61b8198a087e448c1cd4905644 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Thu, 3 Oct 2024 20:14:13 +0530 Subject: [PATCH] Update microshift bundle version to 4.16.14 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd1d4ffbc9..5f317fde0d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := /bin/bash -o pipefail OPENSHIFT_VERSION ?= 4.17.0 OKD_VERSION ?= 4.15.0-0.okd-2024-02-23-163410 -MICROSHIFT_VERSION ?= 4.16.7 +MICROSHIFT_VERSION ?= 4.16.14 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 2.41.0 COMMIT_SHA?=$(shell git rev-parse --short=6 HEAD)