Skip to content

Commit ec2fdfd

Browse files
committed
bump openshift version to 4.12.5 and update bundle hash
1 parent 93f0068 commit ec2fdfd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ all: install
22

33
SHELL := /bin/bash
44

5-
OPENSHIFT_VERSION ?= 4.12.1
5+
OPENSHIFT_VERSION ?= 4.12.5
66
PODMAN_VERSION ?= 4.3.1
77
OKD_VERSION ?= 4.12.0-0.okd-2023-02-18-033438
88
BUNDLE_EXTENSION = crcbundle

pkg/crc/machine/bundle/constants.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ import (
88
var bundleLocations = map[string]bundlesDownloadInfo{
99
"amd64": {
1010
"darwin": {
11-
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.1/crc_vfkit_4.12.1_amd64.crcbundle",
12-
"b73f2740cfa13d5abbf131907dd7be8ad9a48c3c14b174b23b3970247c474a4d"),
11+
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.5/crc_vfkit_4.12.5_amd64.crcbundle",
12+
"7a691040952b138b200d8bd7dd57ba352ba99f0c4006c976b3660bf7e2d5ccc0"),
1313
},
1414

1515
"linux": {
16-
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.1/crc_libvirt_4.12.1_amd64.crcbundle",
17-
"e4cdb4ba53590150a02db0c471264120481a84b84578252551264d451d4ca4f7"),
16+
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.5/crc_libvirt_4.12.5_amd64.crcbundle",
17+
"12797290dda62930f65e74fd12b8d634ef4d265f50ec708563f37b91ad68edc6"),
1818
},
1919
"windows": {
20-
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.1/crc_hyperv_4.12.1_amd64.crcbundle",
21-
"c5e53fd81f1ad7b280d80fdca1b8ccba9048faeec1b97115fee64f6913fc01fc"),
20+
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.5/crc_hyperv_4.12.5_amd64.crcbundle",
21+
"f49945f40c9f219845d2086b66fcc29cbca3b8490bf6319d2a40f4e3e7bd1ad8"),
2222
},
2323
},
2424
"arm64": {
2525
"darwin": {
26-
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.1/crc_vfkit_4.12.1_arm64.crcbundle",
27-
"594bb86484b92325566b2ac3fd05b5c79b24e24b18c74d4e4e4498385359e6b9"),
26+
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.5/crc_vfkit_4.12.5_arm64.crcbundle",
27+
"f89fc8fa21c762e8e483575950bef5b2aa62e575df6ed0fb76051258ef6352e5"),
2828
},
2929
},
3030
}

0 commit comments

Comments
 (0)