From 465b690d157fea825b33e2140d57e28263422ab8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 14:15:35 +0200 Subject: [PATCH] chore(deps): update dependency siderolabs/talos to v1.9.5 (#282) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tofu/kubernetes/talos_image.auto.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tofu/kubernetes/talos_image.auto.tfvars b/tofu/kubernetes/talos_image.auto.tfvars index 2f73adb..78eb423 100644 --- a/tofu/kubernetes/talos_image.auto.tfvars +++ b/tofu/kubernetes/talos_image.auto.tfvars @@ -1,6 +1,6 @@ talos_image = { version = "v1.9.2" - update_version = "v1.9.3" # renovate: github-releases=siderolabs/talos + update_version = "v1.9.5" # renovate: github-releases=siderolabs/talos schematic_path = "talos/image/schematic.yaml" # Point this to a new schematic file to update the schematic # update_schematic_path = "talos/image/schematic.yaml"