-
Notifications
You must be signed in to change notification settings - Fork 605
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Ubuntu 24.04 (Noble Numbat) (#7471)
* Restructure Gateway Ubuntu install version logic * Copy 3.8 -> 3.9 version table * Add Ubuntu 24.04 (Noble Numbat) to Gateway docs
- Loading branch information
1 parent
51f4ac1
commit d1c5439
Showing
3 changed files
with
150 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
{% include_relative_once _data/tables/support/gateway/packages.yml %} | ||
{% include_relative_once _data/tables/support/gateway/third-party.yml %} | ||
|
||
lts: false | ||
distributions: | ||
- <<: *amazonlinux2 | ||
docker: true | ||
arm: true | ||
graviton: true | ||
- <<: *amazonlinux2023 | ||
docker: true | ||
arm: true | ||
graviton: true | ||
- <<: *debian11 | ||
docker: true | ||
arm: true | ||
graviton: true | ||
- <<: *debian12 | ||
docker: true | ||
arm: true | ||
graviton: true | ||
- <<: *rhel8 | ||
docker: false | ||
fips: true | ||
- <<: *rhel9 | ||
docker: true | ||
arm: true | ||
fips: true | ||
- <<: *ubuntu2004 | ||
eol: April 2025 | ||
arm: false | ||
docker: false | ||
fips: true | ||
- <<: *ubuntu2204 | ||
arm: true | ||
graviton: true | ||
docker: true | ||
fips: true | ||
- <<: *ubuntu2404 | ||
arm: true | ||
graviton: true | ||
docker: true | ||
fips: true | ||
|
||
third-party: | ||
datastore: | ||
- <<: *postgres | ||
versions: | ||
- 16 | ||
- 15 | ||
- 14 | ||
- 13 | ||
- 12 | ||
- Amazon RDS | ||
- Amazon Aurora | ||
- *redis | ||
- *kafka | ||
|
||
metrics: | ||
- *prometheus | ||
- *statsd | ||
- *opentelemetry | ||
- *zipkin | ||
|
||
vault: | ||
- *vaultproject | ||
- *aws-sm | ||
- *azure-key-vaults | ||
- *gcp-sm | ||
|
||
identity_provider: | ||
- *auth0 | ||
- *cognito | ||
- *connect2id | ||
- *curity | ||
- *dex | ||
- *gluu | ||
- *identityserver | ||
- *keycloak | ||
- *azure-ad | ||
- *microsoft-adfs | ||
- *microsoft-live-connect | ||
- *okta | ||
- *onelogin | ||
- *openam | ||
- *paypal | ||
- *pingfederate | ||
- *salesforce | ||
- *wso2 | ||
- *yahoo | ||
|
||
service_mesh: | ||
- *kongmesh | ||
- *istio | ||
|
||
log_provider: | ||
- *splunk | ||
- *datadog | ||
- *loggly | ||
|
||
s3_api: | ||
- *s3 | ||
- *minio | ||
|
||
ai_providers: | ||
- *openai | ||
- *cohere | ||
- *azure_ai | ||
- *anthropic | ||
- *mistral | ||
- *llama2 | ||
- *bedrock | ||
- *gemini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters