From 7fd2817d05ff5e3fa3bfbfa0dd3436cb5a7f942d Mon Sep 17 00:00:00 2001 From: Artem Chernyshev Date: Fri, 15 Nov 2024 19:51:31 +0300 Subject: [PATCH] chore: deprecate Talos 1.4 Now the minimum supported version of Talos is 1.5 (as per our support policy). Running existing clusters on 1.4 will be still possible. Signed-off-by: Artem Chernyshev --- internal/pkg/constants/versions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/constants/versions.go b/internal/pkg/constants/versions.go index 9edd9245..2e9d3ba3 100644 --- a/internal/pkg/constants/versions.go +++ b/internal/pkg/constants/versions.go @@ -12,7 +12,7 @@ const AnotherTalosVersion = "1.7.0" const MinDiscoveredTalosVersion = "1.3.0" // MinTalosVersion allowed to be used when creating the cluster. -const MinTalosVersion = "1.4.0" +const MinTalosVersion = "1.5.0" // DefaultKubernetesVersion is pre-selected in the UI and used in the integration tests. //