Skip to content

Commit

Permalink
Updated OldestRecommendedKubernetesVersion to 1.28 for kOps 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Jan 4, 2025
1 parent e817edf commit d772864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/apply_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const (
// OldestSupportedKubernetesVersion is the oldest kubernetes version that is supported in kOps.
OldestSupportedKubernetesVersion = "1.25.0"
// OldestRecommendedKubernetesVersion is the oldest kubernetes version that is not deprecated in kOps.
OldestRecommendedKubernetesVersion = "1.27.0"
OldestRecommendedKubernetesVersion = "1.28.0"
)

// TerraformCloudProviders is the list of cloud providers with terraform target support
Expand Down

0 comments on commit d772864

Please sign in to comment.