chore: deprecate Talos 1.4
Some checks failed
default / default (push) Has been cancelled
default / e2e-backups (push) Has been cancelled
default / e2e-forced-removal (push) Has been cancelled
default / e2e-scaling (push) Has been cancelled
default / e2e-short (push) Has been cancelled
default / e2e-short-secureboot (push) Has been cancelled
default / e2e-templates (push) Has been cancelled
default / e2e-upgrades (push) Has been cancelled
default / e2e-workload-proxy (push) Has been cancelled

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 <artem.chernyshev@talos-systems.com>
This commit is contained in:
Artem Chernyshev 2024-11-15 19:51:31 +03:00
parent d46fe7e8ad
commit 7fd2817d05
No known key found for this signature in database
GPG Key ID: E084A2DF1143C14D

View File

@ -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.
//