From 5a1fc3f8ed4501109bb263ea4050959a9ee6d1b9 Mon Sep 17 00:00:00 2001 From: Anjan Nath Date: Fri, 24 Jun 2022 16:25:07 +0530 Subject: [PATCH] bump podman to 4.1.0 --- Makefile | 2 +- pkg/crc/machine/bundle/constants.go | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 09cc7c6161..b8ac2c8dc9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash OPENSHIFT_VERSION ?= 4.10.18 -PODMAN_VERSION ?= 4.0.2 +PODMAN_VERSION ?= 4.1.0 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 2.5.0 COMMIT_SHA=$(shell git rev-parse --short HEAD) diff --git a/pkg/crc/machine/bundle/constants.go b/pkg/crc/machine/bundle/constants.go index 4b0601052d..2e7b89d5ff 100644 --- a/pkg/crc/machine/bundle/constants.go +++ b/pkg/crc/machine/bundle/constants.go @@ -10,27 +10,27 @@ var bundleLocations = map[string]bundlesDownloadInfo{ "darwin": { preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.18/crc_vfkit_4.10.18_amd64.crcbundle", "47a32d7e230201b2b90e41862b99fa94e5844b741faa4d321f3a3c10d8bfd5a3"), - preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/4.0.2/crc_podman_vfkit_4.0.2_amd64.crcbundle", - "6a0cb740e02a7f109da4c2b72a48d72da081469b5eba7692a2dc583727fd8e01"), + preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/4.1.0/crc_podman_vfkit_4.1.0_amd64.crcbundle", + "81028e2373ba4d541ef926d2ba819b39b79d7c7993d7e66010fa0b2bec270670"), }, "linux": { preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.18/crc_libvirt_4.10.18_amd64.crcbundle", "2bb55cf19f4bfce359dd8861fcaf11062d61d57ab1fae7d6a16e0303f7c3d5c9"), - preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/4.0.2/crc_podman_libvirt_4.0.2_amd64.crcbundle", - "e8148d317f4aff523f00f2f9a7d520e70eb0c55d466e43847172ddb5d97e3ebf"), + preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/4.1.0/crc_podman_libvirt_4.1.0_amd64.crcbundle", + "59d00867bf8358a6a3d77abbd3a0606e4a0c9917f5b02ec6d0b08a08a0285ced"), }, "windows": { preset.OpenShift: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/openshift/4.10.18/crc_hyperv_4.10.18_amd64.crcbundle", "de45a0ab0dd16e6a11c839c5d3aa3b6dbf2686a6e16eec5e07de2d8d2ddd6fc1"), - preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/4.0.2/crc_podman_hyperv_4.0.2_amd64.crcbundle", - "aeaeece60435fc9dd5c10125662416e8976bc567c65f4ca191f542e2d64f9bfd"), + preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/4.1.0/crc_podman_hyperv_4.1.0_amd64.crcbundle", + "cfd4aacbc0b45459af5d8f1dc916db29b6b2010b24153d0050e6d8a9b515b106"), }, }, "arm64": { "darwin": { - preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/4.0.2/crc_podman_vfkit_4.0.2_arm64.crcbundle", - "2c03258fdc75805d9f57e6f1b4d32d82e16a2bddadb3207888e36d9b06ad4008"), + preset.Podman: download.NewRemoteFile("https://mirror.openshift.com/pub/openshift-v4/clients/crc/bundles/podman/4.1.0/crc_podman_vfkit_4.1.0_arm64.crcbundle", + "6674c016591ee56451741de754b14b754aaaf1a981e4a1fa922c238353988e9a"), }, }, }