Skip to content

Commit

Permalink
Revert "[DOCU-3167] Add Amazon Linux 2023 to support page (#5536)"
Browse files Browse the repository at this point in the history
This reverts commit 9c64603.
  • Loading branch information
lena-larionova authored May 12, 2023
1 parent 9c64603 commit 02c7297
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 193 deletions.
6 changes: 0 additions & 6 deletions app/_data/tables/support/gateway/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ _packages:
package: true
arm: false
fips: false
amazonlinux2023: &amazonlinux2023
os: Amazon Linux
version: 2023
package: true
arm: false
fips: false
centos7: &centos7
os: CentOS
version: 7
Expand Down
103 changes: 0 additions & 103 deletions app/_data/tables/support/gateway/versions/33.yml

This file was deleted.

77 changes: 3 additions & 74 deletions app/_src/gateway/install/linux/amazon-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,51 +17,9 @@ Kong is licensed under an
You can install {{site.base_gateway}} by downloading an installation package or using our yum repository.

{% navtabs %}
{% navtab Package (AL2023) %}
Install {{site.base_gateway}} on Amazon Linux 2023 from the command line.
{% navtab Package %}

1. Download the Kong package:

{% capture download_package %}
{% navtabs_ee codeblock %}
{% navtab Kong Gateway %}
```bash
curl -Lo kong-enterprise-edition-{{page.versions.ee}}.aws.amd64.rpm "{{ site.links.download }}/gateway-3.x-amazonlinux-2023/Packages/k/kong-enterprise-edition-{{page.versions.ee}}.aws.amd64.rpm"
```
{% endnavtab %}
{% navtab Kong Gateway (OSS) %}
```bash
curl -Lo kong-{{page.versions.ce}}.aws.amd64.rpm "{{ site.links.download }}/gateway-3.x-amazonlinux-2023/Packages/k/kong-{{page.versions.ce}}.aws.amd64.rpm"
```
{% endnavtab %}
{% endnavtabs_ee %}
{% endcapture %}

{{ download_package | indent | replace: " </code>", "</code>" }}

2. Install the package:

{% capture install_package %}
{% navtabs_ee codeblock %}
{% navtab Kong Gateway %}
```bash
sudo yum install kong-enterprise-edition-{{page.versions.ee}}.aws.amd64.rpm
```
{% endnavtab %}
{% navtab Kong Gateway (OSS) %}
```bash
sudo yum install kong-{{page.versions.ce}}.aws.amd64.rpm
```
{% endnavtab %}
{% endnavtabs_ee %}
{% endcapture %}

{{ install_package | indent | replace: " </code>", "</code>" }}

{% endnavtab %}
{% navtab Package (Amazon Linux 2) %}

Install {{site.base_gateway}} on Amazon Linux 2 from the command line.
Install {{site.base_gateway}} on Amazon Linux from the command line.

1. Download the Kong package:

Expand Down Expand Up @@ -102,36 +60,7 @@ sudo yum install kong-{{page.versions.ce}}.aws.amd64.rpm
{{ install_package | indent | replace: " </code>", "</code>" }}

{% endnavtab %}
{% navtab YUM repository (AL2023) %}

Install the YUM repository from the command line.

1. Download the Kong APT repository:
```bash
curl https://download.konghq.com/gateway-3.x-amazonlinux-2023/config.repo | sudo tee /etc/yum.repos.d/kong.repo
```

2. Install Kong:

{% capture install_from_repo %}
{% navtabs_ee codeblock %}
{% navtab Kong Gateway %}
```bash
sudo yum install kong-enterprise-edition-{{page.versions.ee}}
```
{% endnavtab %}
{% navtab Kong Gateway (OSS) %}
```bash
sudo yum install kong-{{page.versions.ce}}
```
{% endnavtab %}
{% endnavtabs_ee %}
{% endcapture %}

{{ install_from_repo | indent | replace: " </code>", "</code>" }}

{% endnavtab %}
{% navtab YUM repository (Amazon Linux 2) %}
{% navtab YUM repository %}

Install the YUM repository from the command line.

Expand Down
5 changes: 4 additions & 1 deletion app/_src/gateway/install/linux/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ Once {{ site.base_gateway }} is running, you may want to do the following:
You can install {{site.base_gateway}} by downloading an installation package or using our APT repository.

{:.note .no-icon}
> We currently package {{ site.base_gateway }} for Ubuntu Bionic and Focal. If you are using a different release, replace `$(lsb_release -sc)` with `focal` in the commands below. To check your release name run `lsb_release -sc`.
> We currently package {{ site.base_gateway }} for Ubuntu Bionic and Focal.
> If you are using a different release, replace `$(lsb_release -sc)` with `focal` in the commands below.
> <br /><br />
> To check your release name run `lsb_release -sc`.
{% navtabs %}
{% navtab Package %}
Expand Down
3 changes: 0 additions & 3 deletions app/_src/gateway/support/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ breadcrumb: Browser
Kong supports N-1 versions of Edge, Chrome, Firefox and Safari on desktop plus any extended support versions.

{% navtabs %}
{% navtab 3.3 %}
{% include_cached gateway-support-browsers.html data=site.data.tables.support.gateway.versions.33 %}
{% endnavtab %}
{% navtab 3.2 %}
{% include_cached gateway-support-browsers.html data=site.data.tables.support.gateway.versions.32 %}
{% endnavtab %}
Expand Down
3 changes: 0 additions & 3 deletions app/_src/gateway/support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ 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.3 %}
{% include_cached gateway-support.html version="3.3" data=site.data.tables.support.gateway.versions.33 eol="May 2024" %}
{% endnavtab %}
{% navtab 3.2 %}
{% include_cached gateway-support.html version="3.2" data=site.data.tables.support.gateway.versions.32 eol="February 2024" %}
{% endnavtab %}
Expand Down
3 changes: 0 additions & 3 deletions app/_src/gateway/support/third-party.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ Kong aims to support the last 2 versions of any third party tool, plus the curre
> 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 %}
{% navtab 3.3 %}
{% include_cached gateway-support-third-party.html data=site.data.tables.support.gateway.versions.33 %}
{% endnavtab %}
{% navtab 3.2 %}
{% include_cached gateway-support-third-party.html data=site.data.tables.support.gateway.versions.32 %}
{% endnavtab %}
Expand Down

0 comments on commit 02c7297

Please sign in to comment.