Skip to content

NGF release 2.0 #645

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

Merged
merged 41 commits into from
Jun 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
a4c0899
Update NGINX Gateway Fabric API Reference (#120)
kate-osborn Jan 28, 2025
17c7f2d
Remove NGF troubleshooting step (#136)
sjberman Jan 29, 2025
4577687
Update NGF documentation on how to use NginxProxy (#135)
kate-osborn Jan 29, 2025
905bb53
Nginx plus dashboard additions (#155)
bjee19 Feb 3, 2025
506075e
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Feb 6, 2025
f24cd66
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Feb 10, 2025
145c74f
Update docs for regex matching for HTTPRoutes and GRPCRoutes (#182)
salonichf5 Feb 10, 2025
831d9e0
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Feb 11, 2025
87b5de0
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Feb 12, 2025
6fe352c
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Feb 17, 2025
07c28d3
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Feb 18, 2025
a7eedaf
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Feb 18, 2025
11e8b4e
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Feb 21, 2025
91ef370
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Feb 25, 2025
eae9c35
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Mar 12, 2025
74f9d3a
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Mar 14, 2025
69746b9
NGF: Secret support for BackendTLSPolicy (#315)
sjberman Mar 28, 2025
5f5bd4c
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Apr 9, 2025
348e7c9
Add NGF request mirror doc (#429)
sjberman Apr 22, 2025
639e5d3
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Apr 23, 2025
387f02d
Merge branch 'main' into ngf-release-2.0
ADubhlaoich May 7, 2025
94f5f7d
Merge branch 'main' into ngf-release-2.0
ADubhlaoich May 8, 2025
c8ed6bd
Merge branch 'main' into ngf-release-2.0
ADubhlaoich May 26, 2025
88df8b9
NGF: control plane/data plane split docs (#590)
sjberman May 27, 2025
a8fd03e
NGF: Add allowedListeners to gateway api compatibility doc (#613)
bjee19 May 27, 2025
28db577
feat: Update NGF installation document (#614)
salonichf5 May 28, 2025
98e431d
Merge branch 'main' into ngf-release-2.0
ADubhlaoich May 29, 2025
e1b17a1
Merge branch 'main' into ngf-release-2.0
ADubhlaoich May 30, 2025
04bb346
feat: Add release banner for NGINX Gateway Fabric 2.0 (#630)
ADubhlaoich May 30, 2025
6efaafa
Merge branch 'main' into ngf-release-2.0
ADubhlaoich May 30, 2025
81c00a3
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Jun 3, 2025
b14e113
feat: Update NGINX Gateway Fabric information architecture (#600)
ADubhlaoich Jun 4, 2025
bb8e0e1
Update NGF version to 2.0.0
sjberman Jun 4, 2025
bb32b24
Merge branch 'main' into ngf-release-2.0
ADubhlaoich Jun 5, 2025
9a1d97d
Update content/ngf/how-to/scaling.md
sjberman Jun 5, 2025
1331b94
Update content/ngf/install/upgrade-version.md
sjberman Jun 5, 2025
1b97966
Update content/ngf/install/upgrade-version.md
sjberman Jun 5, 2025
1d9f196
Update content/ngf/install/upgrade-version.md
sjberman Jun 5, 2025
c9ee792
Update content/ngf/overview/product-telemetry.md
sjberman Jun 5, 2025
c4eaaf6
Update API reference
sjberman Jun 5, 2025
7aaf0d7
Merge branch 'main' into ngf-release-2.0
sjberman Jun 5, 2025
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
7 changes: 7 additions & 0 deletions _banners/ngf-2.0-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{{< banner "notice" "NGINX Gateway Fabric 2.0 is now available" >}}

NGINX Gateway Fabric 2.0 has released! Follow [these instructions]({{< ref "/ngf/install/upgrade-version.md#upgrade-from-v1x-to-v2x" >}}) to upgrade from 1.x to 2.0.

For 1.x, checkout [an older version]({{< ref "/ngf/install/upgrade-version.md#access-nginx-gateway-fabric-1x-documentation" >}}) of documentation.

{{< /banner >}}
12 changes: 5 additions & 7 deletions content/includes/ngf/installation/helm/pulling-the-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
docs: "DOCS-1439"
---

Pull the latest stable release of the NGINX Gateway Fabric chart:
```shell
helm pull oci://ghcr.io/nginx/charts/nginx-gateway-fabric --untar
cd nginx-gateway-fabric
```

```shell
helm pull oci://ghcr.io/nginx/charts/nginx-gateway-fabric --untar
cd nginx-gateway-fabric
```

If you want the latest version from the **main** branch, add `--version 0.0.0-edge` to your pull command.
For the latest version from the **main** branch, add _--version 0.0.0-edge_ to your pull command.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gate
To enable experimental features on NGINX Gateway Fabric:

Using Helm: Set `nginxGateway.gwAPIExperimentalFeatures.enable` to true. An example can be found
in the [Installation with Helm]({{< ref "/ngf/installation/installing-ngf/helm.md#custom-installation-options" >}}) guide.
in the [Installation with Helm]({{< ref "/ngf/install/helm.md#custom-installation-options" >}}) guide.

Using Kubernetes manifests: Add the `--gateway-api-experimental-features` command-line flag to the deployment manifest args.
An example can be found in the [Installation with Kubernetes manifests]({{< ref "/ngf/installation/installing-ngf/manifests.md#3-deploy-nginx-gateway-fabric" >}}) guide.
An example can be found in the [Installation with Kubernetes manifests]({{< ref "/ngf/install/manifests.md#3-deploy-nginx-gateway-fabric" >}}) guide.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
docs: "DOCS-000"
---

{{< note >}} If you would rather pull the NGINX Plus image and push to a private registry, you can skip this specific step and instead follow [this step]({{< ref "/ngf/installation/nginx-plus-jwt.md#pulling-an-image-for-local-use" >}}). {{< /note >}}
{{< note >}} If you would rather pull the NGINX Plus image and push to a private registry, you can skip this specific step and instead follow [this step]({{< ref "/ngf/install/nginx-plus.md#pulling-an-image-for-local-use" >}}). {{< /note >}}

If the `nginx-gateway` namespace does not yet exist, create it:

Expand Down
6 changes: 6 additions & 0 deletions content/ngf/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
title: "NGINX Gateway Fabric"
url: /nginx-gateway-fabric/
cascade:
banner:
enabled: true
type: deprecation
start-date: 2025-05-30
md: /_banners/ngf-2.0-release.md
---
11 changes: 5 additions & 6 deletions content/ngf/releases.md → content/ngf/changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
title: Releases
description: "NGINX Gateway Fabric releases."
weight: 700
title: Changelog
toc: true
type: reference
product: NGF
docs: "DOCS-1359"
weight: 900
nd-content-type: reference
nd-product: NGF
nd-docs: "DOCS-1359"
---

See the NGINX Gateway Fabric changelog page:
Expand Down
Loading
Loading