Skip to content

Commit

Permalink
Update microshift bundle version to 4.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar committed Mar 30, 2023
1 parent e5839bf commit 99c46e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SHELL := /bin/bash
OPENSHIFT_VERSION ?= 4.12.9
PODMAN_VERSION ?= 4.3.1
OKD_VERSION ?= 4.12.0-0.okd-2023-02-18-033438
MICROSHIFT_VERSION ?= 4.12.5
MICROSHIFT_VERSION ?= 4.12.9
BUNDLE_EXTENSION = crcbundle
CRC_VERSION = 2.15.0
COMMIT_SHA?=$(shell git rev-parse --short HEAD)
Expand Down
16 changes: 8 additions & 8 deletions pkg/crc/machine/bundle/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@ var bundleLocations = map[string]bundlesDownloadInfo{
"darwin": {
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.9/crc_vfkit_4.12.9_amd64.crcbundle",
"7e83b6a4c4da6766b6b4981655d4bb38fd8f9da36ef1a5d16d017cd07d6ee7e9"),
preset.Microshift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/microshift/4.12.5/crc_microshift_vfkit_4.12.5_amd64.crcbundle",
"18fa7827c5a15318cac75feae2aba40da5ae2c83703301276190b6212e6d93a8"),
preset.Microshift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/microshift/4.12.9/crc_microshift_vfkit_4.12.9_amd64.crcbundle",
"8edf2df61e6b310f633bb06a658c340a7e94d1f304c6358e7020f43daac9c3dc"),
},
"linux": {
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.9/crc_libvirt_4.12.9_amd64.crcbundle",
"f57ab331ad092d8cb1f354b4308046c5ffd15bd143b19f841cb64b0fda89db67"),
preset.Microshift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/microshift/4.12.5/crc_microshift_libvirt_4.12.5_amd64.crcbundle",
"aa79ee3c88d5855f864096512e78627b153d896b8aa07782799a6cfdfef77322"),
preset.Microshift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/microshift/4.12.9/crc_microshift_libvirt_4.12.9_amd64.crcbundle",
"8e2ef526bfe7973642e75cdb167d9122ae8b549eb2bb2d70432e607e1240bf3b"),
},
"windows": {
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.9/crc_hyperv_4.12.9_amd64.crcbundle",
"a8267d09eac58e3c7f0db093f3cba83091390e5ac623b0a0282f6f55102b7681"),
preset.Microshift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/microshift/4.12.5/crc_microshift_hyperv_4.12.5_amd64.crcbundle",
"ed8eba68baba622011ceb9fd08a985097777c53ad941b3493b398c95512542c1"),
preset.Microshift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/microshift/4.12.9/crc_microshift_hyperv_4.12.9_amd64.crcbundle",
"f5ac6a032b50e340122d790cfec7bebcda7bb74d26fbd9479a5d001b2809beb7"),
},
},
"arm64": {
"darwin": {
preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.12.9/crc_vfkit_4.12.9_arm64.crcbundle",
"412d20e4969e872c24b14e55cbaa892848a1657b95a20f4af8ad4629ffdf73ab"),
preset.Microshift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/microshift/4.12.5/crc_microshift_vfkit_4.12.5_arm64.crcbundle",
"97fc903ce29ca4af99c8f834d4dc5b55366244e53375179063bd12111e251a73"),
preset.Microshift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/microshift/4.12.9/crc_microshift_vfkit_4.12.9_arm64.crcbundle",
"13fd3074632f016ae6a98bc09eb069020d7a817b3d76f7b62be0b4bc6dee4a9e"),
},
},
}

0 comments on commit 99c46e6

Please sign in to comment.