Skip to content

Commit

Permalink
label lts versions to make them easier to identity; fix nesting on su…
Browse files Browse the repository at this point in the history
…pport page
  • Loading branch information
lena-larionova committed Apr 19, 2024
1 parent 47767db commit 3a7ebda
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion app/_includes/docs-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,17 @@
{% if include.release.latest? %}
<span>(latest)</span>
{% endif %}
{% if include.release == '2.8.x' or include.release == '3.4.x' %}
<span>(LTS)</span>
{% endif %}
</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-right" id="version-list" role="menu" aria-labelledby="version-dropdown" aria-hidden="true">
{% for option in include.releases_dropdown.options reversed %}
<li {% if option.active? %}class="active" {% endif %} role="menuitem" tabindex="-1">
<a href="{{ option.url }}" {% if option.active? %} class="active" {% endif %} data-version-id="{{ option.data_id }}">
{{ option.value }}
{{ option.value }}{% if option.value == '2.8.x' or option.value == '3.4.x' %} (LTS){% endif %}
</a>
</li>
{% endfor %}
Expand Down
3 changes: 3 additions & 0 deletions app/_layouts/docs-v2.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
{% if page.release.latest? %}
<span>(latest)</span>
{% endif %}
{% if page.release == '2.8.x' or page.release == '3.4.x' %}
<span>LTS</span>
{% endif %}
</div>
{% endunless %}
</div>
Expand Down
5 changes: 3 additions & 2 deletions app/_src/gateway/support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 3a7ebda

Please sign in to comment.