From 3e92767defc8f6fc98816b8a6995a7d0d5798c65 Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Sun, 11 Feb 2024 15:33:29 +0300 Subject: [PATCH] feat(iso): update portoshim --- .../arch/x86_64/package/portoshim-bin/portoshim-bin.hash | 1 + .../arch/x86_64/package/portoshim-bin/portoshim-bin.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/iso/minikube-iso/arch/x86_64/package/portoshim-bin/portoshim-bin.hash b/deploy/iso/minikube-iso/arch/x86_64/package/portoshim-bin/portoshim-bin.hash index 87b9b24b5..77de8dbe2 100644 --- a/deploy/iso/minikube-iso/arch/x86_64/package/portoshim-bin/portoshim-bin.hash +++ b/deploy/iso/minikube-iso/arch/x86_64/package/portoshim-bin/portoshim-bin.hash @@ -1,3 +1,4 @@ sha256 f7e2ed9f5048b820a58e2332ae70bed46018b59919dc009cd28c18d4d7d69719 portoshim_focal_v1.0.9-alpha.2_amd64.tgz sha256 6174c696abb18304431d1c21cd731d3caff7c97fb96e083178c22d0edf714817 portoshim_focal_v1.0.9-alpha.4_amd64.tgz sha256 cade4fc8e3ca5946fb3ccdd59aa06c98920b9b18dc0265fb3d14183180e6c42c portoshim_focal_v1.0.11-alpha.5_amd64.tgz +sha256 4577ae288501d4d63eb99b0895a3c4f05c1c0a47277f31c2b7f15c5529483940 portoshim_focal_v1.0.11-alpha.6_amd64.tgz diff --git a/deploy/iso/minikube-iso/arch/x86_64/package/portoshim-bin/portoshim-bin.mk b/deploy/iso/minikube-iso/arch/x86_64/package/portoshim-bin/portoshim-bin.mk index 380b53d8a..6e85fc02d 100644 --- a/deploy/iso/minikube-iso/arch/x86_64/package/portoshim-bin/portoshim-bin.mk +++ b/deploy/iso/minikube-iso/arch/x86_64/package/portoshim-bin/portoshim-bin.mk @@ -4,7 +4,7 @@ # ################################################################################ -PORTOSHIM_BIN_VERSION = v1.0.11-alpha.5 +PORTOSHIM_BIN_VERSION = v1.0.11-alpha.6 PORTOSHIM_BIN_SITE = https://github.com/go-faster/portoshim/releases/download/$(PORTOSHIM_BIN_VERSION) PORTOSHIM_BIN_SOURCE = portoshim_focal_$(PORTOSHIM_BIN_VERSION)_amd64.tgz