mirror of https://github.com/kubernetes/kops.git
Move OS deprecations to deprecations section of relnotes
This commit is contained in:
parent
de7cc70c3d
commit
b9dd7ccb17
|
@ -11,12 +11,6 @@ the notes prior to the release).
|
|||
|
||||
* Support for [Ubuntu 20.04 (Focal)](../operations/images.md#ubuntu-2004-focal) has been added.
|
||||
|
||||
* Support for Ubuntu 16.04 (Xenial) has been deprecated and will be removed in future versions of Kops.
|
||||
|
||||
* Support for Debian 8 (Jessie) has been deprecated and will be removed in future versions of Kops.
|
||||
|
||||
* Support for CoreOS has been deprecated and will be removed in future versions of Kops. Those affected should consider using [Flatcar](../operations/images.md#flatcar) as a replacement.
|
||||
|
||||
# Breaking changes
|
||||
|
||||
* Support for Docker versions 1.11, 1.12 and 1.13 has been removed because of the [dockerproject.org shut down](https://www.docker.com/blog/changes-dockerproject-org-apt-yum-repositories/). Those affected must upgrade to a newer Docker version.
|
||||
|
@ -72,6 +66,12 @@ the notes prior to the release).
|
|||
|
||||
* The `kops/v1alpha1` API is deprecated and will be removed in kops 1.18. Users of `kops replace` will need to supply v1alpha2 resources.
|
||||
|
||||
* Support for Ubuntu 16.04 (Xenial) has been deprecated and will be removed in future versions of Kops.
|
||||
|
||||
* Support for Debian 8 (Jessie) has been deprecated and will be removed in future versions of Kops.
|
||||
|
||||
* Support for CoreOS has been deprecated and will be removed in future versions of Kops. Those affected should consider using [Flatcar](../operations/images.md#flatcar) as a replacement.
|
||||
|
||||
# Known Issues
|
||||
|
||||
* Kops 1.17.0-beta.1 included an update for AWS IAM Authenticator to 0.5.0.
|
||||
|
|
|
@ -103,6 +103,8 @@
|
|||
|
||||
* Support for Kubernetes versions 1.9 and 1.10 are deprecated and will be removed in kops 1.19.
|
||||
|
||||
* Support for Ubuntu 16.04 (Xenial) has been deprecated and will be removed in future versions of Kops.
|
||||
|
||||
# Full change list since 1.17.0 release
|
||||
|
||||
## 1.17.0-alpha.1 to 1.18.0-alpha.1
|
||||
|
|
Loading…
Reference in New Issue