From 213954209b47485835acba6f3cd0177cb8cd7830 Mon Sep 17 00:00:00 2001 From: tdakkota Date: Mon, 12 Feb 2024 12:28:25 +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 77de8dbe2..9050589fc 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 @@ -2,3 +2,4 @@ sha256 f7e2ed9f5048b820a58e2332ae70bed46018b59919dc009cd28c18d4d7d69719 portosh 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 +sha256 4b123665dc6043cef466fc381e7e935cde95ecd73e06f5e74417f1decbe9834f portoshim_focal_v1.0.11-alpha.7_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 6e85fc02d..8b7630e1c 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.6 +PORTOSHIM_BIN_VERSION = v1.0.11-alpha.7 PORTOSHIM_BIN_SITE = https://github.com/go-faster/portoshim/releases/download/$(PORTOSHIM_BIN_VERSION) PORTOSHIM_BIN_SOURCE = portoshim_focal_$(PORTOSHIM_BIN_VERSION)_amd64.tgz