From 809e034af814ba7e69fe394fe9ac4e9c25495469 Mon Sep 17 00:00:00 2001 From: Bharath Vedartham Date: Sat, 13 Feb 2021 01:28:57 +0530 Subject: [PATCH 1/2] Add deprecation statement for launch configuration in 1.19 release notes --- docs/releases/1.19-NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/releases/1.19-NOTES.md b/docs/releases/1.19-NOTES.md index a4b10b172b1ab..843ab6873151f 100644 --- a/docs/releases/1.19-NOTES.md +++ b/docs/releases/1.19-NOTES.md @@ -144,6 +144,8 @@ has been updated by a newer version of kOps unless it is given the `--allow-kops * The experimental node authorizor is now ignored if you are using kubernetes 1.19. The feature will be removed in 1.20. Worker nodes will instead be authorized using kops-controller. +* Support for AWS LaunchConfiguration has been deprecated and will be removed in kOps 1.21. + # Full change list since 1.18.0 release ## v1.18.0-alpha.3 to v1.19.0-alpha.1 From d03df30c3acf195570ae437ee5286bb64461dacb Mon Sep 17 00:00:00 2001 From: Bharath Vedartham Date: Sat, 13 Feb 2021 01:29:15 +0530 Subject: [PATCH 2/2] Add deprecation statement for launch configuration in 1.20 release notes --- docs/releases/1.20-NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/releases/1.20-NOTES.md b/docs/releases/1.20-NOTES.md index ad5f03c1df765..2c1af6ef40ec5 100644 --- a/docs/releases/1.20-NOTES.md +++ b/docs/releases/1.20-NOTES.md @@ -50,6 +50,8 @@ * Due to lack of maintainers, the Aliyun/Alibaba Cloud support has been deprecated. The current implementation will be left as-is until the implementation needs updates or otherwise becomes incompatible. At that point, it will be removed. We very much welcome anyone willing to contribute to this cloud provider. +* Support for AWS LaunchConfiguration has been deprecated and will be removed in kOps 1.21. + # Full change list since 1.19.0 release ## 1.19.0-beta.3 to 1.20.0-alpha.1