From d4953f90a7f7ebcc09d02b94d1594ca8301b8a02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:56:05 +0000 Subject: [PATCH] chore(deps): update dependency siderolabs/talos to v1.12.4 --- 02-infrastructure/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-infrastructure/variables.tf b/02-infrastructure/variables.tf index 3b1b47b..05bcfd7 100644 --- a/02-infrastructure/variables.tf +++ b/02-infrastructure/variables.tf @@ -97,7 +97,7 @@ variable "talos_version" { description = "Talos Linux version to use" type = string # renovate: datasource=github-releases depName=siderolabs/talos - default = "v1.12.1" + default = "v1.12.4" } variable "kubernetes_version" {