From a92e784433c75784ce32c58b19d83f5c8e10d887 Mon Sep 17 00:00:00 2001 From: BastBotBuddy Date: Fri, 22 Dec 2023 13:00:31 +0100 Subject: [PATCH] chore(deps): update dependency siderolabs/talos to v1.6.1 (#350) --- install/talos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/talos.sh b/install/talos.sh index 94d56ae8..e5670605 100755 --- a/install/talos.sh +++ b/install/talos.sh @@ -15,7 +15,7 @@ clean() { install() { # renovate: datasource=github-tags depName=siderolabs/talos - local TALOSCTL_VERSION="v1.6.0" + local TALOSCTL_VERSION="v1.6.1" local OS OS=$(uname -s | tr '[:upper:]' '[:lower:]')