cdk8s-team / cdk8s-cli

Apache License 2.0
38 stars 23 forks source link

fix(init): init templates are using an unmanitained version of cdk8s-plus #2555

Closed iliapolo closed 1 month ago

iliapolo commented 1 month ago

Support for k8s 1.25 ended a while ago, and so did support for cdk8s-plus-25.

See https://endoflife.date/kubernetes

Bump the init templates to use the minimum supported version as of now, which is 28. We will also add bumping this as part of cdk8s-plus rotation.

cdk8s-automation commented 1 month ago

⚪ Backport skipped

The pull request was not backported as there were no branches to backport to. If this is a mistake, please apply the desired version labels or run the backport tool manually.

Manual backport

To create the backport manually run:

backport --pr 2555

Questions ?

Please refer to the Backport tool documentation