Create release notes for 1.28

This commit is contained in:
John Gardiner Myers 2023-06-22 22:09:09 -07:00
parent d3cc46313a
commit 86ade42ac0
3 changed files with 38 additions and 1 deletions

View File

@ -0,0 +1,36 @@
## Release notes for kOps 1.28 series
**⚠ kOps 1.28 has not been released yet! ⚠**
This is a document to gather the release notes prior to the release.
# Significant changes
## AWS
## GCP
## Openstack
# Breaking changes
## Other breaking changes
* Support for Kubernetes version 1.22 has been removed.
# Deprecations
* Support for Kubernetes version 1.23 is deprecated and will be removed in kOps 1.29.
* Support for Kubernetes version 1.24 is deprecated and will be removed in kOps 1.30.
* Support for Ubuntu 18.04 is deprecated and will be removed in kOps 1.28.
* Support for AWS Classic Load Balancer for API is deprecated and should not be used for newly created clusters.
* All legacy addons are deprecated in favor of managed addons, including the [metrics server addon](https://github.com/kubernetes/kops/tree/master/addons/metrics-server) and the [autoscaler addon](https://github.com/kubernetes/kops/tree/master/addons/cluster-autoscaler).
# Help Wanted
* kOps needs maintainers for Canal, Flannel, and Kube-Router to keep versions up to date and move the integration from experimental to stable.
If no volunteers step up by the time kOps 1.27 is released, support will be phased out.

View File

@ -17,6 +17,7 @@ Kops will remove support for Kubernetes versions as follows:
| 1.27 | 1.21 |
| 1.28 | 1.22 |
| 1.29 | 1.23 |
| 1.30 | 1.24 |
You are running a version of kubernetes that we recommend upgrading.

View File

@ -83,7 +83,7 @@ const (
// OldestSupportedKubernetesVersion is the oldest kubernetes version that is supported in kOps.
OldestSupportedKubernetesVersion = "1.23.0"
// OldestRecommendedKubernetesVersion is the oldest kubernetes version that is not deprecated in kOps.
OldestRecommendedKubernetesVersion = "1.27.0"
OldestRecommendedKubernetesVersion = "1.25.0"
)
// TerraformCloudProviders is the list of cloud providers with terraform target support