From 093da1769d68518c76a087470b319152d0242168 Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Fri, 3 May 2024 12:41:26 -0700 Subject: [PATCH] chore: Add 3.7 support tabs/pages and fix typo (#7333) * add 3.7 support tabs/pages and fix typo * fix missed version Co-authored-by: Michael Heap --------- Co-authored-by: Michael Heap --- app/_data/tables/support/gateway/third-party.yml | 2 +- app/_data/tables/support/gateway/versions/37.yml | 1 + app/_src/gateway/support/index.md | 5 +++++ app/_src/gateway/support/third-party.md | 5 +++++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/_data/tables/support/gateway/third-party.yml b/app/_data/tables/support/gateway/third-party.yml index ce01f7a7cc5c..f35fa359c5a6 100644 --- a/app/_data/tables/support/gateway/third-party.yml +++ b/app/_data/tables/support/gateway/third-party.yml @@ -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 diff --git a/app/_data/tables/support/gateway/versions/37.yml b/app/_data/tables/support/gateway/versions/37.yml index 554ad7142bc7..5e34c2c0e596 100644 --- a/app/_data/tables/support/gateway/versions/37.yml +++ b/app/_data/tables/support/gateway/versions/37.yml @@ -31,6 +31,7 @@ distributions: arm: true fips: true - <<: *ubuntu2004 + eol: April 2025 arm: false docker: false fips: true diff --git a/app/_src/gateway/support/index.md b/app/_src/gateway/support/index.md index 77a9c8b2fc28..548d86a6f2d1 100644 --- a/app/_src/gateway/support/index.md +++ b/app/_src/gateway/support/index.md @@ -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" %} diff --git a/app/_src/gateway/support/third-party.md b/app/_src/gateway/support/third-party.md index 6598651737fc..785a04c826ea 100644 --- a/app/_src/gateway/support/third-party.md +++ b/app/_src/gateway/support/third-party.md @@ -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 %}