Skip to content

[ENGEN-450] chore(debian) add version 8 "jessie" deprecation notice #3942

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions app/_includes/md/deb.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ You can install Kong by downloading an installation package or using our apt rep

{% if include.distribution == "debian" %}

{% if_version lte:2.8.x %}
- [8 Jessie]({{ site.links.download }}/gateway-2.x-debian-jessie/pool/all/k/kong/kong_{{site.data.kong_latest.version}}_amd64.deb)
{% endif_version %}
- [9 Stretch]({{ site.links.download }}/gateway-2.x-debian-stretch/pool/all/k/kong/kong_{{site.data.kong_latest.version}}_amd64.deb)
- [10 Buster]({{ site.links.download }}/gateway-2.x-debian-buster/pool/all/k/kong/kong_{{site.data.kong_latest.version}}_amd64.deb)
- [11 Bullseye]({{ site.links.download }}/gateway-2.x-debian-bullseye/pool/all/k/kong/kong_{{site.data.kong_latest.version}}_amd64.deb)
Expand All @@ -37,12 +39,12 @@ $ sudo dpkg -i kong.{{site.data.kong_latest.version}}.amd64.deb
To install from the command line

```bash
$ echo "deb [trusted=yes] {{ site.links.download }}/gateway-2.x-{{ include.distribution }}-$(lsb_release -sc)/ default all" | sudo tee /etc/apt/sources.list.d/kong.list
$ echo "deb [trusted=yes] {{ site.links.download }}/gateway-2.x-{{ include.distribution }}-$(lsb_release -sc)/ default all" | sudo tee /etc/apt/sources.list.d/kong.list
$ sudo apt-get update
$ sudo apt install -y kong
```

{% endnavtab %}
{% endnavtabs %}

{% include_cached /md/installation.md kong_version=page.kong_version %}
{% include_cached /md/installation.md kong_version=page.kong_version %}
6 changes: 4 additions & 2 deletions src/gateway/install-and-run/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: Install Kong Gateway on Debian
> Download the latest {{page.kong_version}} package for Debian:
>
> * **Kong Gateway**:
> [**8 Jessie**]({{ site.links.download }}/gateway-2.x-debian-jessie/pool/all/k/kong-enterprise-edition/kong-enterprise-edition_{{page.kong_versions[page.version-index].ee-version}}_all.deb){:.install-link},
> [**9 Stretch**]({{ site.links.download }}/gateway-2.x-debian-stretch/pool/all/k/kong-enterprise-edition/kong-enterprise-edition_{{page.kong_versions[page.version-index].ee-version}}_all.deb){:.install-link},
> [**10 Buster**]({{ site.links.download }}/gateway-2.x-debian-buster/pool/all/k/kong-enterprise-edition/kong-enterprise-edition_{{page.kong_versions[page.version-index].ee-version}}_all.deb){:.install-link},
> or [**11 Bullseye**]({{ site.links.download }}/gateway-2.x-debian-bullseye/pool/all/k/kong-enterprise-edition/kong-enterprise-edition_{{page.kong_versions[page.version-index].ee-version}}_all.deb){:.install-link}
Expand All @@ -18,7 +17,6 @@ title: Install Kong Gateway on Debian
>
> <br>
> <span class="install-subtitle">View the list of all 2.x packages for
> [8 Jessie]({{ site.links.download }}/gateway-2.x-debian-jessie/pool/all/k/){:.install-listing-link},
> [9 Stretch]({{ site.links.download }}/gateway-2.x-debian-stretch/pool/all/k/){:.install-listing-link},
> [10 Buster]({{ site.links.download }}/gateway-2.x-debian-buster/pool/all/k/){:.install-listing-link}, or
> [11 Bullseye]({{ site.links.download }}/gateway-2.x-debian-bullseye/pool/all/k/){:.install-listing-link}
Expand All @@ -29,6 +27,10 @@ The {{site.base_gateway}} software is governed by the
{{site.ce_product_name}} is licensed under an
[Apache 2.0 license](https://github.com/Kong/kong/blob/master/LICENSE).

## Deprecation Notices

* Debian 8 ("Jessie") is EOL and containers based-on, packages targetting, and packages tested on it *will not be produced* for Kong Gateway _3.0 and later_.

## Prerequisites

* A supported system with root or [root-equivalent](/gateway/{{page.kong_version}}/plan-and-deploy/kong-user) access.
Expand Down
4 changes: 4 additions & 0 deletions src/gateway/install-and-run/upgrade-enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ to {{site.ee_product_name}}. See
If you experience any issues when running migrations, contact
[Kong Support](https://support.konghq.com/support/s/) for assistance.

## Deprecation Notices

* Debian 8 ("Jessie") is EOL and containers based-on, packages targetting, and packages tested on it *will not be produced* for Kong Gateway _3.0 and later_.

## Upgrade path for Kong Gateway releases

Kong adheres to [semantic versioning](https://semver.org/), which makes a
Expand Down
4 changes: 4 additions & 0 deletions src/gateway/install-and-run/upgrade-oss.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ starts new workers, which take over from old workers before those old workers
are terminated. In this way, Kong will serve new requests via the new
configuration, without dropping existing in-flight connections.

## Deprecation Notices

* Debian 8 ("Jessie") is EOL and containers based-on, packages targetting, and packages tested on it *will not be produced* for Kong Gateway _3.0 and later_.

## Upgrade to 2.8.x

Kong adheres to [semantic versioning](https://semver.org/), which makes a
Expand Down
4 changes: 2 additions & 2 deletions src/gateway/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2345,7 +2345,7 @@ Supported preset rules:
- `min_20`: minimum length of 20

To write your own rules, see
https://manpages.debian.org/jessie/passwdqc/passwdqc.conf.5.en.html.
https://manpages.debian.org/stretch/passwdqc/passwdqc.conf.5.en.html.

NOTE: Only keywords "min", "max" and "passphrase" are supported.

Expand Down Expand Up @@ -2961,7 +2961,7 @@ Supported preset rules:
- `min_20`: minimum length of 20

To write your own rules, see
https://manpages.debian.org/jessie/passwdqc/passwdqc.conf.5.en.html.
https://manpages.debian.org/stretch/passwdqc/passwdqc.conf.5.en.html.

NOTE: Only keywords "min", "max" and "passphrase" are supported.

Expand Down