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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,47 @@ This document includes a curated changelog for each release. We also publish a c
4
4
a [GitHub release](https://github.com/nginxinc/nginx-gateway-fabric/releases), which, by contrast, is auto-generated
5
5
and includes links to all PRs that went into the release.
6
6
7
+
## Release 1.0.0
8
+
9
+
*October 24, 2023*
10
+
11
+
This is the official v1.0.0 release of NGINX Gateway Fabric.
12
+
13
+
BREAKING CHANGES:
14
+
15
+
- Rename the product from NGINX Kubernetes Gateway to NGINX Gateway Fabric. [PR-1070](https://github.com/nginxinc/nginx-gateway-fabric/pull/1070)
| 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