Skip to content

Commit 84f15a5

Browse files
committed
Update CHANGELOG and README
1 parent 840c580 commit 84f15a5

File tree

2 files changed

+16
-38
lines changed

2 files changed

+16
-38
lines changed

CHANGELOG.md

Lines changed: 15 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -6,63 +6,40 @@ and includes links to all PRs that went into the release.
66

77
## Release 2.2.0
88

9-
* fix: remove patch label/ annotation cross contamination by @ciarams87 in https://github.com/nginx/nginx-gateway-fabric/pull/3754
10-
* fix: host readiness probe on ipv6 in addition to ipv4 by @lucasl0st in https://github.com/nginx/nginx-gateway-fabric/pull/3765
11-
* feat: Support ExternalName Services by @ciarams87 in https://github.com/nginx/nginx-gateway-fabric/pull/3759
12-
* Add patches to helm chart spec by @salonichf5 in https://github.com/nginx/nginx-gateway-fabric/pull/3773
13-
* Prevent policy duplication in advanced routing configuration by @shaun-nx in https://github.com/nginx/nginx-gateway-fabric/pull/3799
14-
* Handle duplicate kinds in listener allowed kinds by @fabian4 in https://github.com/nginx/nginx-gateway-fabric/pull/3810
15-
* Align with BackendTLSPolicy validation by @ciarams87 in https://github.com/nginx/nginx-gateway-fabric/pull/3871
16-
* Set NGINX Plus default image by @sjberman in https://github.com/nginx/nginx-gateway-fabric/pull/3919
17-
* Improve connection reset handling during ServiceAccountToken rotation by @ciarams87 in https://github.com/nginx/nginx-gateway-fabric/pull/3905
18-
* Add support for gateway addresses field by @bjee19 in https://github.com/nginx/nginx-gateway-fabric/pull/3896
19-
* Remove false condition on Routes when nginx reload fails by @salonichf5 in https://github.com/nginx/nginx-gateway-fabric/pull/3936
20-
* add nginx image version validation during agent connections by @ciarams87 in https://github.com/nginx/nginx-gateway-fabric/pull/3928
21-
* Add First Class OpenShift support by @ciarams87 in https://github.com/nginx/nginx-gateway-fabric/pull/4001
22-
* Add regex for path matching by @fabian4 in https://github.com/nginx/nginx-gateway-fabric/pull/3874
23-
* Implement Inference Extension by @ciarams87 in https://github.com/nginx/nginx-gateway-fabric/pull/4091
24-
* OpenShift Support: Product Telemetry by @shaun-nx in https://github.com/nginx/nginx-gateway-fabric/pull/4038
25-
26-
%%DATE%%
9+
_October 21, 2025_
2710

2811
FEATURES:
2912

30-
-
13+
- Add first class OpenShift support. [4001](https://github.com/nginx/nginx-gateway-fabric/pull/4001)
14+
- Add regex for path matching. [3874](https://github.com/nginx/nginx-gateway-fabric/pull/3874). Thanks to [fabian4](https://github.com/fabian4)
15+
- Add support for Inference Extension. [4091](https://github.com/nginx/nginx-gateway-fabric/pull/4091)
16+
- Support ExternalName Services. [3759](https://github.com/nginx/nginx-gateway-fabric/pull/3759)
17+
- Add support for Gateway addresses field. [3896](https://github.com/nginx/nginx-gateway-fabric/pull/3896)
3118

3219
BUG FIXES:
3320

34-
-
35-
36-
DOCUMENTATION:
37-
38-
-
21+
- Handle duplicate kinds in listener allowed kinds. [3810](https://github.com/nginx/nginx-gateway-fabric/pull/3810)
22+
- Align with BackendTLSPolicy validation. [3871](https://github.com/nginx/nginx-gateway-fabric/pull/3871)
3923

4024
HELM CHART:
4125

4226
- The version of the Helm chart is now 2.2.0
43-
-
44-
45-
UPGRADE:
46-
47-
-
48-
49-
KNOWN ISSUES:
50-
51-
-
27+
- Set NGINX Plus default image. [3919](https://github.com/nginx/nginx-gateway-fabric/pull/3919)
5228

5329
COMPATIBILITY:
5430

55-
- Gateway API version: ``
56-
- NGINX version: ``
57-
- NGINX Plus version: ``
58-
- NGINX Agent version: ``
59-
- Kubernetes version: ``
31+
- Gateway API version: `1.3.0`
32+
- NGINX version: `1.29.2`
33+
- NGINX Plus version: `R35`
34+
- NGINX Agent version: `v3.3.2`
35+
- Kubernetes version: `1.25+`
6036

6137
CONTAINER IMAGES:
6238

6339
- Control plane: `ghcr.io/nginx/nginx-gateway-fabric:2.2.0`
6440
- Data plane: `ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0`
6541
- Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:2.2.0`
42+
6643
## Release 2.1.4
6744

6845
_October 1, 2025_

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ The following table lists the software versions NGINX Gateway Fabric supports.
6969
| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus | NGINX Agent |
7070
|----------------------|-------------|------------|-----------|------------|-------------|
7171
| Edge | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.3.2 |
72+
| 2.2.0 | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.3.2 |
7273
| 2.1.4 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 |
7374
| 2.1.3 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 |
7475
| 2.1.2 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 |

0 commit comments

Comments
 (0)