Skip to content

Commit

Permalink
chore: Add 3.7 support tabs/pages and fix typo (#7333)
Browse files Browse the repository at this point in the history
* add 3.7 support tabs/pages and fix typo

* fix missed version

Co-authored-by: Michael Heap <[email protected]>

---------

Co-authored-by: Michael Heap <[email protected]>
  • Loading branch information
lena-larionova and mheap authored May 3, 2024
1 parent 47b6e71 commit 093da17
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/_data/tables/support/gateway/third-party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ _third_party:
openai: &openai
name: OpenAI
cohere: &cohere
name: Coheres
name: Cohere
azureai: &azure_ai
name: Microsoft Azure AI
anthropic: &anthropic
Expand Down
1 change: 1 addition & 0 deletions app/_data/tables/support/gateway/versions/37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ distributions:
arm: true
fips: true
- <<: *ubuntu2004
eol: April 2025
arm: false
docker: false
fips: true
Expand Down
5 changes: 5 additions & 0 deletions app/_src/gateway/support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ After the product hits the end of the support period, Kong will provide limited
Kong supports the following versions of {{site.ee_product_name}}:

{% navtabs %}
{% if_version gte: 3.7.x %}
{% navtab 3.7 %}
{% include_cached gateway-support.html version="3.7" data=site.data.tables.support.gateway.versions.37 eol="May 2025" %}
{% endnavtab %}
{% endif_version %}
{% if_version gte: 3.6.x %}
{% navtab 3.6 %}
{% include_cached gateway-support.html version="3.6" data=site.data.tables.support.gateway.versions.36 eol="Feb 2025" %}
Expand Down
5 changes: 5 additions & 0 deletions app/_src/gateway/support/third-party.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Unless otherwise noted, Kong supports the last 2 versions any third party tool,
> Some third party tools below do not have a version number. These tools are managed services and Kong provides compatibility with the currently released version
{% navtabs %}
{% if_version gte: 3.7.x %}
{% navtab 3.7 %}
{% include_cached gateway-support-third-party.html data=site.data.tables.support.gateway.versions.37 %}
{% endnavtab %}
{% endif_version %}
{% if_version gte: 3.6.x %}
{% navtab 3.6 %}
{% include_cached gateway-support-third-party.html data=site.data.tables.support.gateway.versions.36 %}
Expand Down

0 comments on commit 093da17

Please sign in to comment.