From 3a7ebda8233be9914713cdd7c6e1c5b3bdf2d52b Mon Sep 17 00:00:00 2001 From: Lena Date: Fri, 19 Apr 2024 09:46:15 -0700 Subject: [PATCH] label lts versions to make them easier to identity; fix nesting on support page --- app/_includes/docs-sidebar.html | 5 ++++- app/_layouts/docs-v2.html | 3 +++ app/_src/gateway/support/index.md | 5 +++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/_includes/docs-sidebar.html b/app/_includes/docs-sidebar.html index 78214276f19e..d966244e15c9 100644 --- a/app/_includes/docs-sidebar.html +++ b/app/_includes/docs-sidebar.html @@ -63,6 +63,9 @@ {% if include.release.latest? %} (latest) {% endif %} + {% if include.release == '2.8.x' or include.release == '3.4.x' %} + (LTS) + {% endif %} @@ -70,7 +73,7 @@ {% for option in include.releases_dropdown.options reversed %}
  • - {{ option.value }} + {{ option.value }}{% if option.value == '2.8.x' or option.value == '3.4.x' %} (LTS){% endif %}
  • {% endfor %} diff --git a/app/_layouts/docs-v2.html b/app/_layouts/docs-v2.html index 31b79c9478f4..2c706c605c59 100644 --- a/app/_layouts/docs-v2.html +++ b/app/_layouts/docs-v2.html @@ -27,6 +27,9 @@ {% if page.release.latest? %} (latest) {% endif %} + {% if page.release == '2.8.x' or page.release == '3.4.x' %} + LTS + {% endif %} {% endunless %} diff --git a/app/_src/gateway/support/index.md b/app/_src/gateway/support/index.md index 8dd3896ed274..5b98e6f70728 100644 --- a/app/_src/gateway/support/index.md +++ b/app/_src/gateway/support/index.md @@ -31,10 +31,11 @@ Due to backports, new features and breaking changes are possible at any version To avoid issues, do not upgrade to any new version automatically, and make sure to review all relevant [changelog entries](/gateway/changelog/) before manually upgrading your deployments. -Kong may designate a specific minor version as a Long-Term Support (LTS) version. Kong provides technical support for the LTS version on a given distribution for the duration of the distribution’s lifecycle, or for 3 years from LTS version release, whichever comes sooner. An LTS version is backwards compatible within its major version sequence. An LTS version receives all security fixes. Additionally, an LTS version may receive certain non-security patches at Kong's discretion. At any time, there will be at least 1 active LTS {{site.ee_product_name}} version. +### Long-term support +Kong may designate a specific minor version as a **Long-Term Support (LTS)** version. Kong provides technical support for the LTS version on a given distribution for the duration of the distribution’s lifecycle, or for 3 years from LTS version release, whichever comes sooner. An LTS version is backwards compatible within its major version sequence. An LTS version receives all security fixes. Additionally, an LTS version may receive certain non-security patches at Kong's discretion. At any time, there will be at least 1 active LTS {{site.ee_product_name}} version. -## Sunset support +### Sunset support After the product hits the end of the support period, Kong will provide limited support to help the customer upgrade to a fully supported version of {{site.ee_product_name}} for up to an additional 12 month sunset period. Kong will not provide patches for software covered by this sunset period. If there is an issue that requires a patch during this period, the customer will need to upgrade to a newer {{site.ee_product_name}} version covered by active support. {% include_cached /md/support-policy.md %}