Skip to content

Commit 2c76725

Browse files
committed
update CHANGELOG.md
1 parent 26ae6c7 commit 2c76725

File tree

1 file changed

+31
-24
lines changed

1 file changed

+31
-24
lines changed

CHANGELOG.md

+31-24
Original file line numberDiff line numberDiff line change
@@ -6,54 +6,61 @@ and includes links to all PRs that went into the release.
66

77
## Release 1.5.0
88

9-
* Add guide for TLS Route in site by @sarthyparty in https://github.com./nginxinc/nginx-gateway-fabric/pull/2363
10-
* Adds configuration to retain client IP information by @salonichf5 in https://github.com./nginxinc/nginx-gateway-fabric/pull/2284
11-
* Change validation in Duration type in CRDs and NGF by @bjee19 in https://github.com./nginxinc/nginx-gateway-fabric/pull/2525
12-
* Use correct indentation in lifecyce examples by @defrank in https://github.com./nginxinc/nginx-gateway-fabric/pull/2588
13-
* Add Helm schema by @lucacome in https://github.com./nginxinc/nginx-gateway-fabric/pull/2492
14-
* Add SnippetsFilter API by @sjberman in https://github.com./nginxinc/nginx-gateway-fabric/pull/2667
15-
* Only set stream status zone if hostname exists by @sjberman in https://github.com./nginxinc/nginx-gateway-fabric/pull/2684
16-
* Add loadBalancerSourceRanges to helm parameters by @salonichf5 in https://github.com./nginxinc/nginx-gateway-fabric/pull/2773
17-
18-
%%DATE%%
9+
_November 20, 2024_
1910

2011
FEATURES:
2112

22-
-
13+
- Add support to retain client IP information by @salonichf5 in https://github.com./nginxinc/nginx-gateway-fabric/pull/2284
14+
- 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)
15+
- Add ability to assign a log level for the data plane by @bjee19 in [2603](https://github.com./nginxinc/nginx-gateway-fabric/pull/2603)
16+
- Add support to apply SnippetsFilter in NGINX configuration by @kate-osborn in [2604](https://github.com./nginxinc/nginx-gateway-fabric/pull/2604)
17+
- Reduced logging verbosity of default Info log level by @sjberman in [2455](https://github.com./nginxinc/nginx-gateway-fabric/pull/2455)
2318

2419
BUG FIXES:
2520

26-
-
21+
- Only set stream status zone if hostname exists by @sjberman in [2684](https://github.com./nginxinc/nginx-gateway-fabric/pull/2684)
22+
- Use correct indentation in lifecyce examples in [2588](https://github.com./nginxinc/nginx-gateway-fabric/pull/2588). Thanks to [Derek F](https://github.com./defrank).
23+
- Update backend group name with a prefix when splitting traffic weights by @salonichf5 in [2730](https://github.com./nginxinc/nginx-gateway-fabric/pull/2730)
24+
- Return 503 when service has no ready endpoints by @bjee19 in [2696](https://github.com./nginxinc/nginx-gateway-fabric/pull/2696)
25+
- Define main includes config only once by @@sjberman in [2666](https://github.com./nginxinc/nginx-gateway-fabric/pull/2666)
26+
2727

2828
DOCUMENTATION:
2929

30-
-
30+
- Add guide for TLS Route in site by @sarthyparty in [2363](https://github.com./nginxinc/nginx-gateway-fabric/pull/2363)
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)
3137

3238
HELM CHART:
3339

3440
- The version of the Helm chart is now 1.5.0
35-
-
36-
37-
UPGRADE:
38-
39-
-
41+
- Add `loadBalancerSourceRanges` to helm parameters 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)
43+
- Add Helm schema by @lucacome in [2492](https://github.com./nginxinc/nginx-gateway-fabric/pull/2492)
44+
- Add capability to configure `topologySpreadConstraints` in [2703](https://github.com./nginxinc/nginx-gateway-fabric/pull/2703). Thanks to [Robsta86](https://github.com./Robsta86)
4045

41-
KNOWN ISSUES:
46+
DEPENDENCIES:
4247

43-
-
48+
- NGINX Plus was updated to R33. [2760](https://github.com./nginxinc/nginx-gateway-fabric/pull/2760)
49+
- Update to v1.2.0 of the Gateway API. [2694](https://github.com./nginxinc/nginx-gateway-fabric/pull/2694)
4450

4551
COMPATIBILITY:
4652

47-
- Gateway API version: ``
48-
- NGINX version: ``
49-
- NGINX Plus version: ``
50-
- Kubernetes version: ``
53+
- Gateway API version: `1.2.0`
54+
- NGINX version: `1.27.2`
55+
- NGINX Plus version: `R33`
56+
- Kubernetes version: `1.25+`
5157

5258
CONTAINER IMAGES:
5359

5460
- Control plane: `ghcr.io/nginxinc/nginx-gateway-fabric:1.5.0`
5561
- Data plane: `ghcr.io/nginxinc/nginx-gateway-fabric/nginx:1.5.0`
5662
- Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:1.5.0`
63+
5764
## Release 1.4.0
5865

5966
_August 20, 2024_

0 commit comments

Comments
 (0)