Skip to content

Commit bc35539

Browse files
committed
update based on reviews
1 parent fc92b9c commit bc35539

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,36 @@ _November 20, 2024_
1010

1111
BREAKING CHANGES:
1212

13-
- NGINX Plus R33 support added by @sjberman in [2760](https://github.com/nginxinc/nginx-gateway-fabric/pull/2760). This release of NGINX Plus requires a valid JSON Web Token (JWT) in order to run. Users of NGINX Plus _must_ have this JWT added to a Secret before installing NGINX Gateway Fabric v1.5.0. See the [NGINX Plus JWT](https://docs.nginx.com/nginx-gateway-fabric/installation/nginx-plus-jwt/) guide for information on setting this up in [2760](https://github.com/nginxinc/nginx-gateway-fabric/pull/2760)
13+
- NGINX Plus R33 support added. This release of NGINX Plus requires a valid JSON Web Token (JWT) in order to run. Users of NGINX Plus _must_ have this JWT added to a Secret before installing NGINX Gateway Fabric v1.5.0. See the [NGINX Plus JWT](https://docs.nginx.com/nginx-gateway-fabric/installation/nginx-plus-jwt/) guide for information on setting this up in [2760](https://github.com/nginxinc/nginx-gateway-fabric/pull/2760)
1414

1515
FEATURES:
1616

17-
- Add support to retain client IP information by @salonichf5 in [2284](https://github.com/nginxinc/nginx-gateway-fabric/pull/2284)
18-
- Add ability to assign a log level for the data plane by @bjee19 in [2603](https://github.com/nginxinc/nginx-gateway-fabric/pull/2603)
19-
- Add support to apply SnippetsFilter in NGINX configuration by @kate-osborn in [2604](https://github.com/nginxinc/nginx-gateway-fabric/pull/2604)
20-
- Reduced logging verbosity of default Info log level by @sjberman in [2455](https://github.com/nginxinc/nginx-gateway-fabric/pull/2455)
17+
- Add support to retain client IP information in [2284](https://github.com/nginxinc/nginx-gateway-fabric/pull/2284)
18+
- Add ability to configure data plane log level in [2603](https://github.com/nginxinc/nginx-gateway-fabric/pull/2603)
19+
- Add support to apply SnippetsFilter in NGINX configuration in [2604](https://github.com/nginxinc/nginx-gateway-fabric/pull/2604)
20+
- Reduced logging verbosity of default Info log level in [2455](https://github.com/nginxinc/nginx-gateway-fabric/pull/2455)
2121

2222
BUG FIXES:
2323

24-
- Only set stream status zone if hostname exists by @sjberman in [2684](https://github.com/nginxinc/nginx-gateway-fabric/pull/2684)
24+
- Only set stream status zone if hostname exists in [2684](https://github.com/nginxinc/nginx-gateway-fabric/pull/2684)
2525
- Use correct indentation in lifecycle examples in [2588](https://github.com/nginxinc/nginx-gateway-fabric/pull/2588). Thanks to [Derek F](https://github.com/defrank).
26-
- Fix an issue with upstream names when split clients are used with a namespace name that starts with a number by @salonichf5 in [2730](https://github.com/nginxinc/nginx-gateway-fabric/pull/2730)
27-
- Return 503 when service has no ready endpoints by @bjee19 in [2696](https://github.com/nginxinc/nginx-gateway-fabric/pull/2696)
26+
- Fix an issue with upstream names when split clients are used with a namespace name that starts with a number in [2730](https://github.com/nginxinc/nginx-gateway-fabric/pull/2730)
27+
- Return 503 when service has no ready endpoints in [2696](https://github.com/nginxinc/nginx-gateway-fabric/pull/2696)
2828

2929
DOCUMENTATION:
3030

31-
- Add guide for SnippetsFilter by @bjee19 in [2721](https://github.com/nginxinc/nginx-gateway-fabric/pull/2721)
32-
- Consolidate how-to guide for request and response header modifiers @salonichf5 in [2715](https://github.com/nginxinc/nginx-gateway-fabric/pull/2715)
33-
- Add a new "Get started" document by @ADubhlaoich in [2717](https://github.com/nginxinc/nginx-gateway-fabric/pull/2717)
34-
- Add documentation for rewrite client IP settings by @salonichf5 by [2701](https://github.com/nginxinc/nginx-gateway-fabric/pull/2701)
35-
- Add description for enabling experimental features by @bjee19 in [2546](https://github.com/nginxinc/nginx-gateway-fabric/pull/2546)
36-
- Add documentation explaining how to do CRD versioning by @sjberman in [2404](https://github.com/nginxinc/nginx-gateway-fabric/pull/2404)
31+
- Add guide for SnippetsFilter in [2721](https://github.com/nginxinc/nginx-gateway-fabric/pull/2721)
32+
- Consolidate how-to guide for request and response header modifiers in [2715](https://github.com/nginxinc/nginx-gateway-fabric/pull/2715)
33+
- Add a new "Get started" document in [2717](https://github.com/nginxinc/nginx-gateway-fabric/pull/2717)
34+
- Add documentation for rewrite client IP settings by [2701](https://github.com/nginxinc/nginx-gateway-fabric/pull/2701)
35+
- Add description for enabling experimental features in [2546](https://github.com/nginxinc/nginx-gateway-fabric/pull/2546)
36+
- Add documentation explaining how to do CRD versioning in [2404](https://github.com/nginxinc/nginx-gateway-fabric/pull/2404)
3737

3838
HELM CHART:
3939

4040
- The version of the Helm chart is now 1.5.0
41-
- Add `loadBalancerSourceRanges` to helm parameters to use during install/upgrade by @salonichf5 in [2773](https://github.com/nginxinc/nginx-gateway-fabric/pull/2773)
42-
- Add `loadBalancerIP` as a helm parameter to use during install/upgrade by @salonichf5 in [2766](https://github.com/nginxinc/nginx-gateway-fabric/pull/2766)
41+
- Add `loadBalancerSourceRanges` to helm parameters to use during install/upgrade in [2773](https://github.com/nginxinc/nginx-gateway-fabric/pull/2773)
42+
- Add `loadBalancerIP` as a helm parameter to use during install/upgrade in [2766](https://github.com/nginxinc/nginx-gateway-fabric/pull/2766)
4343
- Add Helm schema by @lucacome in [2492](https://github.com/nginxinc/nginx-gateway-fabric/pull/2492)
4444
- Add capability to configure `topologySpreadConstraints` in [2703](https://github.com/nginxinc/nginx-gateway-fabric/pull/2703). Thanks to [Robsta86](https://github.com/Robsta86)
4545

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following table lists the software versions NGINX Gateway Fabric supports.
6666

6767
| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus |
6868
|----------------------|-------------|------------|-----------|------------|
69-
| Edge | 1.2.0 | 1.25+ | 1.27.2 | R32 |
69+
| Edge | 1.2.0 | 1.25+ | 1.27.2 | R33 |
7070
| 1.5.0 | 1.2.0 | 1.25+ | 1.27.2 | R33 |
7171
| 1.4.0 | 1.1.0 | 1.25+ | 1.27.1 | R32 |
7272
| 1.3.0 | 1.1.0 | 1.25+ | 1.27.0 | R32 |

0 commit comments

Comments
 (0)