From 54b831de7ee9f75ac53962fce95514190dddd6ad Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 31 Jan 2022 17:36:53 +0300 Subject: [PATCH] chore: fix version requirement for intel-ucode We don't have Talos 1.0 yet ;) Signed-off-by: Andrey Smirnov --- intel-ucode/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intel-ucode/manifest.yaml b/intel-ucode/manifest.yaml index bda4bfd0..e97264fa 100644 --- a/intel-ucode/manifest.yaml +++ b/intel-ucode/manifest.yaml @@ -7,4 +7,4 @@ metadata: This system extension provides Intel microcode binaries. compatibility: talos: - version: ">= v1.0.0" + version: "> v0.15.0-alpha.1"