-
Notifications
You must be signed in to change notification settings - Fork 599
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add Amazon Linux 2023 to support page Signed-off-by: Diana <[email protected]> * Add Amazon Linux 2023 tab to install instructions Signed-off-by: Diana <[email protected]> * Apply suggestions from code review Co-authored-by: lena-larionova <[email protected]> * Add 3.3 to browser and third-party support, add AL2023 Yum repo tab Signed-off-by: Diana <[email protected]> * Update app/_data/tables/support/gateway/versions/33.yml Co-authored-by: lena-larionova <[email protected]> * Add Amazon Graviton note to install pages Signed-off-by: Diana <[email protected]> * Remove mentions of Graviton Signed-off-by: Diana <[email protected]> * Fix EOL date for 3.3 Signed-off-by: Diana <[email protected]> --------- Signed-off-by: Diana <[email protected]> Co-authored-by: lena-larionova <[email protected]>
- Loading branch information
Showing
7 changed files
with
193 additions
and
7 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,103 @@ | ||
{% include_relative_once _data/tables/support/gateway/packages.yml %} | ||
{% include_relative_once _data/tables/support/gateway/third-party.yml %} | ||
{% include_relative_once _data/tables/support/gateway/browsers.yml %} | ||
|
||
lts: false | ||
distributions: | ||
- <<: *alpine | ||
docker: true | ||
- <<: *amazonlinux2 | ||
docker: true | ||
arm: true | ||
- <<: *amazonlinux2023 | ||
docker: true | ||
arm: true | ||
- *centos7 | ||
- *debian10 | ||
- <<: *debian11 | ||
docker: true | ||
- *rhel7 | ||
- <<: *rhel8 | ||
docker: true | ||
fips: true | ||
- <<: *ubuntu1804 | ||
arm: false | ||
docker: false | ||
- <<: *ubuntu2004 | ||
arm: false | ||
docker: false | ||
fips: true | ||
- <<: *ubuntu2204 | ||
arm: true | ||
docker: true | ||
fips: true | ||
|
||
third-party: | ||
datastore: | ||
- <<: *postgres | ||
versions: | ||
- 15 | ||
- 14 | ||
- 13 | ||
- 12 | ||
- 11 | ||
- 10 | ||
- 9 | ||
- Amazon RDS | ||
- Amazon Aurora | ||
- *cassandra | ||
- *redis | ||
- *influxdb | ||
- *kafka | ||
|
||
metrics: | ||
- *prometheus | ||
- *statsd | ||
- *opentelemetry | ||
- *zipkin | ||
|
||
vault: | ||
- *vaultproject | ||
- *aws-sm | ||
- *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 | ||
|
||
browsers: | ||
- *edge | ||
- *chrome | ||
- *firefox | ||
- *safari |
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
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
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