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)
0 commit comments