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
- Fix bug where user mounted files were being removed by NGINX. [4178](https://github.com/nginx/nginx-gateway-fabric/pull/4178)
21
+
- Fix bug that prevented HPA from working when Inference Extension was enabled. [4247](https://github.com/nginx/nginx-gateway-fabric/pull/4247)
22
+
23
+
HELM CHART:
24
+
25
+
- Allow disabling cert-generator with a Helm value. [4186](https://github.com/nginx/nginx-gateway-fabric/pull/4186). Thanks to [fabian4](https://github.com/fabian4)
26
+
- The version of the Helm chart is now 2.2.1
27
+
28
+
29
+
KNOWN ISSUES:
30
+
31
+
- Data plane sometimes does not sync upstream server IPs. [3626](https://github.com/nginx/nginx-gateway-fabric/issues/3626)
32
+
33
+
COMPATIBILITY:
34
+
35
+
- Gateway API version: `1.3.0`
36
+
- Gateway API Inference Extension version: `1.0.1`
37
+
- NGINX version: `1.29.2`
38
+
- NGINX Plus version: `R35`
39
+
- NGINX Agent version: `v3.5.0`
40
+
- Kubernetes version: `1.25+`
41
+
42
+
CONTAINER IMAGES:
43
+
44
+
- Control plane: `ghcr.io/nginx/nginx-gateway-fabric:2.2.1`
45
+
- Data plane: `ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.1`
46
+
- Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:2.2.1`
47
+
7
48
## Release 2.2.0
8
49
9
50
_October 22, 2025_
@@ -27,6 +68,10 @@ HELM CHART:
27
68
- The version of the Helm chart is now 2.2.0
28
69
- Set NGINX Plus default image. [3919](https://github.com/nginx/nginx-gateway-fabric/pull/3919)
29
70
71
+
KNOWN ISSUES:
72
+
73
+
- Data plane sometimes does not sync upstream server IPs. [3626](https://github.com/nginx/nginx-gateway-fabric/issues/3626)
| Latest release | For production use |[Manifests](https://github.com/nginx/nginx-gateway-fabric/tree/v2.2.0/deploy). |[Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginx/nginx-gateway-fabric/tree/v2.2.0/examples). |
50
+
| Latest release | For production use |[Manifests](https://github.com/nginx/nginx-gateway-fabric/tree/v2.2.1/deploy). |[Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginx/nginx-gateway-fabric/tree/v2.2.1/examples). |
51
51
| Edge | For experimental use and latest features |[Manifests](https://github.com/nginx/nginx-gateway-fabric/tree/main/deploy). |[Examples](https://github.com/nginx/nginx-gateway-fabric/tree/main/examples). |
52
52
53
53
### Versioning
@@ -68,7 +68,8 @@ The following table lists the software versions NGINX Gateway Fabric supports.
68
68
69
69
| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus | NGINX Agent |
0 commit comments