Skip to content

Commit

Permalink
chore: deprecate Talos 1.4
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Unix4ever committed Nov 15, 2024
1 parent d46fe7e commit 7fd2817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/constants/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit 7fd2817

Please sign in to comment.