From 9c3044c7cdfcb1eae574f36f1b5f179b753e3027 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Thu, 9 Jun 2022 12:14:42 -0400 Subject: [PATCH] Updating deprecation page --- .../en/faq/deprecated-features-25x/_index.md | 16 ------------ .../v2.6/en/faq/deprecated-features/_index.md | 26 +++++++++++++++++++ 2 files changed, 26 insertions(+), 16 deletions(-) delete mode 100644 content/rancher/v2.6/en/faq/deprecated-features-25x/_index.md create mode 100644 content/rancher/v2.6/en/faq/deprecated-features/_index.md diff --git a/content/rancher/v2.6/en/faq/deprecated-features-25x/_index.md b/content/rancher/v2.6/en/faq/deprecated-features-25x/_index.md deleted file mode 100644 index a30b421224b..00000000000 --- a/content/rancher/v2.6/en/faq/deprecated-features-25x/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Deprecated Features in Rancher v2.5 -weight: 100 ---- - -### What is Rancher's Deprecation policy? - -Starting in Rancher 2.5 we have published our official deprecation policy in the support [terms of service](https://rancher.com/support-maintenance-terms). - -### Where can I find out which features have been deprecated in Rancher 2.5? - -Rancher will publish deprecated features as part of the [release notes](https://github.com/rancher/rancher/releases/tag/v2.5.0) for Rancher found on GitHub. - -### What can I expect when a feature is marked for deprecation? - -In the release where functionality is marked as Deprecated it will still be available and supported allowing upgrades to follow the usual procedure. Once upgraded, users/admins should start planning to move away from the deprecated functionality before upgrading to the release it marked as removed. The recommendation for new deployments is to not use the deprecated feature. \ No newline at end of file diff --git a/content/rancher/v2.6/en/faq/deprecated-features/_index.md b/content/rancher/v2.6/en/faq/deprecated-features/_index.md new file mode 100644 index 00000000000..b0eb76250a4 --- /dev/null +++ b/content/rancher/v2.6/en/faq/deprecated-features/_index.md @@ -0,0 +1,26 @@ +--- +title: Deprecated Features in Rancher +weight: 100 +--- + +### What is Rancher's Deprecation policy? + +We have published our official deprecation policy in the support [terms of service](https://rancher.com/support-maintenance-terms). + +### Where can I find out which features have been deprecated in Rancher? + +Rancher will publish deprecated features as part of the [release notes](https://github.com/rancher/rancher/releases) for Rancher found on GitHub. Please consult the following patch releases for deprecated features: + +| Patch Version | Release Date | +|---------------|---------------| +| [2.6.0](https://github.com/rancher/rancher/releases/tag/v2.6.0) | Aug 31, 2021 | +| [2.6.1](https://github.com/rancher/rancher/releases/tag/v2.6.1) | Oct 11, 2021 | +| [2.6.2](https://github.com/rancher/rancher/releases/tag/v2.6.2) | Oct 19, 2021 | +| [2.6.3](https://github.com/rancher/rancher/releases/tag/v2.6.3) | Dec 21, 2021 | +| [2.6.4](https://github.com/rancher/rancher/releases/tag/v2.6.4) | Mar 31, 2022 | +| [2.6.5](https://github.com/rancher/rancher/releases/tag/v2.6.5) | May 12, 2022 | + + +### What can I expect when a feature is marked for deprecation? + +In the release where functionality is marked as "Deprecated", it will still be available and supported allowing upgrades to follow the usual procedure. Once upgraded, users/admins should start planning to move away from the deprecated functionality before upgrading to the release it marked as removed. The recommendation for new deployments is to not use the deprecated feature. \ No newline at end of file