From ab4af4efc7cf2796c5b56b337b5f4e28b0c45183 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Thu, 3 Oct 2024 20:13:17 +0530 Subject: [PATCH 1/2] Update OpenShift bundle version to 4.17.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f678487335..bd1d4ffbc9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: install SHELL := /bin/bash -o pipefail -OPENSHIFT_VERSION ?= 4.16.7 +OPENSHIFT_VERSION ?= 4.17.0 OKD_VERSION ?= 4.15.0-0.okd-2024-02-23-163410 MICROSHIFT_VERSION ?= 4.16.7 BUNDLE_EXTENSION = crcbundle From a624ad5436e20375addbb0a0b3c7d858b8a4c4ee Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Thu, 3 Oct 2024 20:14:13 +0530 Subject: [PATCH 2/2] 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)