From 7a46ab0a6c74904ffb3b3ad3df8ca4a7739c825b Mon Sep 17 00:00:00 2001 From: Isa Farnik Date: Mon, 14 Oct 2024 13:04:29 -0700 Subject: [PATCH] Add Ubuntu 24.04 (Noble Numbat) to Gateway docs --- app/_data/tables/support/gateway/versions/39.yml | 5 +++++ app/_src/gateway/install/linux/ubuntu.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/app/_data/tables/support/gateway/versions/39.yml b/app/_data/tables/support/gateway/versions/39.yml index dcf7f3f45276..76712528d9cb 100644 --- a/app/_data/tables/support/gateway/versions/39.yml +++ b/app/_data/tables/support/gateway/versions/39.yml @@ -36,6 +36,11 @@ distributions: graviton: true docker: true fips: true + - <<: *ubuntu2404 + arm: true + graviton: true + docker: true + fips: true third-party: datastore: diff --git a/app/_src/gateway/install/linux/ubuntu.md b/app/_src/gateway/install/linux/ubuntu.md index 11310c0c856d..0afa1f07fbb3 100644 --- a/app/_src/gateway/install/linux/ubuntu.md +++ b/app/_src/gateway/install/linux/ubuntu.md @@ -96,6 +96,10 @@ Install {{site.base_gateway}} on Ubuntu from the command line. 1. Download the Kong package. + {% if_version gte:3.9.x %} + {% assign default_flavor = "noble" %} + {% assign available_flavors = "Focal, Jammy, and Noble" %} + {% endif_version %} {% if_version gte:3.4.x %} {% assign default_flavor = "jammy" %} {% assign available_flavors = "Focal, and Jammy" %}