From b9dd7ccb178ce223822fcd22e1fced157b548948 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Thu, 7 May 2020 22:21:37 -0700 Subject: [PATCH] Move OS deprecations to deprecations section of relnotes --- docs/releases/1.17-NOTES.md | 12 ++++++------ docs/releases/1.18-NOTES.md | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/releases/1.17-NOTES.md b/docs/releases/1.17-NOTES.md index 60cdcd4a14..130ccc43bc 100644 --- a/docs/releases/1.17-NOTES.md +++ b/docs/releases/1.17-NOTES.md @@ -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. diff --git a/docs/releases/1.18-NOTES.md b/docs/releases/1.18-NOTES.md index e7930a1d72..e4335aed63 100644 --- a/docs/releases/1.18-NOTES.md +++ b/docs/releases/1.18-NOTES.md @@ -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