You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Latest release | For experimental use |[Manifests](https://github.com/nginxinc/nginx-gateway-fabric/tree/v0.6.0/deploy). |[Documentation](https://github.com/nginxinc/nginx-gateway-fabric/tree/v0.6.0/docs). [Examples](https://github.com/nginxinc/nginx-gateway-fabric/tree/v0.6.0/examples). |
43
+
| Latest release | For production use |[Manifests](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.0.0/deploy). |[Documentation](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.0.0/docs). [Examples](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.0.0/examples). |
47
44
| Edge | For experimental use and latest features |[Manifests](https://github.com/nginxinc/nginx-gateway-fabric/tree/main/deploy). |[Documentation](https://github.com/nginxinc/nginx-gateway-fabric/tree/main/docs). [Examples](https://github.com/nginxinc/nginx-gateway-fabric/tree/main/examples). |
48
45
49
46
### Versioning
@@ -66,6 +63,7 @@ The following table lists the software versions NGINX Gateway Fabric supports.
Copy file name to clipboardExpand all lines: docs/developer/release-process.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,13 @@ To create a new release, follow these steps:
57
57
8. Prepare and merge a PR into the main branch to update the [README](/README.md) to include the information about the
58
58
latest release and also the [changelog](/CHANGELOG.md).
59
59
9. Close the issue created in Step 1.
60
-
10. Submit the `conformance-profile.yaml` artifact from the release to the [Gateway API repo](https://github.com/kubernetes-sigs/gateway-api/tree/main/conformance/reports).
60
+
10. Ensure that the [associated milestone](https://github.com/nginxinc/nginx-gateway-fabric/milestones) is closed.
61
+
11. Verify that published artifacts in the release can be installed properly.
62
+
12. Submit the `conformance-profile.yaml` artifact from the release to the [Gateway API repo](https://github.com/kubernetes-sigs/gateway-api/tree/main/conformance/reports).
61
63
- Create a fork of the repository
62
64
- Name the file `nginxinc-nginx-gateway-fabric.yaml` and set `gatewayAPIVersion` in the file to the
63
65
supported version by NGF. Also update the site source if necessary (see following example).
64
-
- Open a PR. [Example](https://github.com/kubernetes-sigs/gateway-api/pull/2368)
66
+
- Open a PR. [Example](https://github.com/kubernetes-sigs/gateway-api/pull/2514)
65
67
If it's your first time submitting a PR, you will need to sign a CLA using F5, Inc. as the organization.
0 commit comments