Skip to content

Commit

Permalink
Add new distros, drop End-Of-Life distributions, and rename amazonlin…
Browse files Browse the repository at this point in the history
…ux-2022 to 2023 (#5770)

* Drop End-Of-Life distributions, and rename amazonlinux-2022 to 2023

* Update distro support for 3.4

* Add rhel9 fips support in 3.4

* Add rhel9 arm64 support

* fix issue of 3.2, 3.3, and 3.4 not displaying

* re-add ubuntu 18.04 to versions prior to 3.4 with EOL date

---------

Co-authored-by: Andy Zhang <AndyZhang0707@users.noreply.github.com>
Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
  • Loading branch information
4 people authored Jul 28, 2023
1 parent 1552c2e commit 03d4f8c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion app/_data/tables/support/gateway/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _packages:
arm: false
fips: false
graviton: false
amazonlinux2022: &amazonlinux2022
amazonlinux2023: &amazonlinux2023
os: Amazon Linux
version: 2022
package: true
Expand Down
5 changes: 3 additions & 2 deletions app/_data/tables/support/gateway/versions/28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ distributions:
- <<: *debian10
eol: June 2024
- *debian11
- *ubuntu1604
- *ubuntu1804
- <<: *ubuntu1804
eol: April 2023
- *ubuntu2004
- *ubuntu2204

third-party:
datastore:
Expand Down
4 changes: 2 additions & 2 deletions app/_data/tables/support/gateway/versions/30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ distributions:
- <<: *rhel8
fips: true
- *amazonlinux2
- *amazonlinux2022
- *amazonlinux2023
- <<: *debian10
docker: true
- *debian11
- <<: *ubuntu1804
docker: true
eol: April 2023
- <<: *ubuntu2004
fips: true
- <<: *ubuntu2204
Expand Down
5 changes: 3 additions & 2 deletions app/_data/tables/support/gateway/versions/31.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ distributions:
- <<: *rhel8
fips: true
- *amazonlinux2
- *amazonlinux2022
- *amazonlinux2023
- <<: *debian10
docker: true
- *debian11
- *ubuntu1804
- <<: *ubuntu1804
eol: April 2023
- <<: *ubuntu2004
fips: true
- <<: *ubuntu2204
Expand Down
5 changes: 2 additions & 3 deletions app/_data/tables/support/gateway/versions/32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ distributions:
docker: true
arm: true
graviton: true
- <<: *amazonlinux2022
- <<: *amazonlinux2023
docker: true
arm: true
graviton: true
Expand All @@ -24,8 +24,7 @@ distributions:
docker: true
fips: true
- <<: *ubuntu1804
arm: false
docker: false
eol: April 2023
- <<: *ubuntu2004
arm: false
docker: false
Expand Down
5 changes: 2 additions & 3 deletions app/_data/tables/support/gateway/versions/33.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ distributions:
docker: true
arm: true
graviton: true
- <<: *amazonlinux2022
- <<: *amazonlinux2023
docker: true
arm: true
graviton: true
Expand All @@ -24,8 +24,7 @@ distributions:
docker: true
fips: true
- <<: *ubuntu1804
arm: false
docker: false
eol: April 2023
- <<: *ubuntu2004
arm: false
docker: false
Expand Down
15 changes: 7 additions & 8 deletions app/_data/tables/support/gateway/versions/34.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,27 @@

lts: false
distributions:
- <<: *alpine
docker: true
arm: true
graviton: true
- <<: *amazonlinux2
docker: true
arm: true
graviton: true
- <<: *amazonlinux2022
- <<: *amazonlinux2023
docker: true
arm: true
graviton: true
- *debian10
- <<: *debian11
docker: true
arm: true
graviton: true
- *rhel7
- <<: *rhel8
docker: true
fips: true
- <<: *ubuntu1804
arm: false
docker: false
- <<: *rhel9
docker: true
arm: true
fips: true
- <<: *ubuntu2004
arm: false
docker: false
Expand Down
2 changes: 1 addition & 1 deletion app/_src/gateway/support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Customers with platinum or higher subscriptions may request fixes outside of the
Kong supports the following versions of {{site.ee_product_name}}:

{% navtabs %}
{% navtab 3.4 %}
{% navtab 3.4 LTS %}
{% include_cached gateway-support.html version="3.4" data=site.data.tables.support.gateway.versions.34 eol="August 2024" %}
{% endnavtab %}
{% navtab 3.3 %}
Expand Down

0 comments on commit 03d4f8c

Please sign in to comment.