Skip to content
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

Release: Gateway 3.7.0.0 #7412

Merged
merged 2 commits into from
May 29, 2024
Merged
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
89 changes: 46 additions & 43 deletions app/_data/docs_nav_gateway_3.7.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,52 @@ items:
url: /get-started/key-authentication
- text: Load-Balancing
url: /get-started/load-balancing

- title: Install Kong
icon: /assets/images/icons/documentation/icn-deployment-color.svg
items:
- text: Overview
url: /install/
- text: Kubernetes
items:
- text: Overview
url: /install/kubernetes/
- text: Install Kong Gateway
url: /install/kubernetes/proxy/
- text: Configure the Admin API
url: /install/kubernetes/admin/
- text: Install Kong Manager
url: /install/kubernetes/manager/
- text: Docker
items:
- text: Using docker run
url: /install/docker
- text: Build your own Docker images
url: /install/docker/build-custom-images/
- text: Linux
items:
- text: Amazon Linux
url: /install/linux/amazon-linux
- text: Debian
url: /install/linux/debian
- text: Red Hat
url: /install/linux/rhel
- text: Ubuntu
url: /install/linux/ubuntu
- text: Post-installation
items:
- text: Set up a data store
url: /install/post-install/set-up-data-store/
- text: Apply Enterprise license
url: /install/post-install/enterprise-license/
generate: false
- text: Enable Kong Manager (Enterprise)
url: /install/post-install/kong-manager/
generate: false
- text: Enable Kong Manager (OSS)
url: /install/post-install/kong-manager-oss/
generate: false

- title: Kong in Production
icon: /assets/images/icons/documentation/icn-deployment-color.svg
items:
Expand All @@ -106,49 +152,6 @@ items:
url: /production/deployment-topologies/db-less-and-declarative-config
- text: Traditional
url: /production/deployment-topologies/traditional
- text: Installation Options
items:
- text: Overview
url: /install/
- text: Kubernetes
items:
- text: Overview
url: /install/kubernetes/
- text: Install Kong Gateway
url: /install/kubernetes/proxy/
- text: Configure the Admin API
url: /install/kubernetes/admin/
- text: Install Kong Manager
url: /install/kubernetes/manager/
- text: Docker
items:
- text: Using docker run
url: /install/docker
- text: Build your own Docker images
url: /install/docker/build-custom-images/
- text: Linux
items:
- text: Amazon Linux
url: /install/linux/amazon-linux
- text: Debian
url: /install/linux/debian
- text: Red Hat
url: /install/linux/rhel
- text: Ubuntu
url: /install/linux/ubuntu
- text: Post-installation
items:
- text: Set up a data store
url: /install/post-install/set-up-data-store/
- text: Apply Enterprise license
url: /install/post-install/enterprise-license/
generate: false
- text: Enable Kong Manager (Enterprise)
url: /install/post-install/kong-manager/
generate: false
- text: Enable Kong Manager (OSS)
url: /install/post-install/kong-manager-oss/
generate: false
- text: Running Kong
items:
- text: Running Kong as a non-root user
Expand Down
3 changes: 1 addition & 2 deletions app/_data/kong_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
libyaml: "0.2.5"
pcre: 8.45
lua_doc: true
latest: true
- release: "3.7.x"
ee-version: "3.7.0.0"
ce-version: "3.7.0"
Expand All @@ -158,7 +157,7 @@
libyaml: "0.2.5"
pcre: 8.45
lua_doc: true
label: unreleased
latest: true
- release: "pre-1.7"
version: "1.6.0"
edition: "deck"
Expand Down
Loading