Skip to content

Commit b05d30a

Browse files
committed
Manual updates
1 parent f6cf1f8 commit b05d30a

File tree

3 files changed

+21
-26
lines changed

3 files changed

+21
-26
lines changed

CHANGELOG.md

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,52 +6,42 @@ and includes links to all PRs that went into the release.
66

77
## Release 2.2.1
88

9-
* Make EPP flags configurable by @salonichf5 in https://github.com/nginx/nginx-gateway-fabric/pull/4189
10-
* Fix HPA race condition by reading deployment replicas instead of HPA … by @ciarams87 in https://github.com/nginx/nginx-gateway-fabric/pull/4239
11-
* Preserve external controller annotations on Services (#4182) by @ciarams87 in https://github.com/nginx/nginx-gateway-fabric/pull/4238
12-
* Fix bug where user mounted files were being removed by agent (#4178) by @bjee19 in https://github.com/nginx/nginx-gateway-fabric/pull/4246
13-
* Allow HPA to work when Inference is enabled (#4247) by @sjberman in https://github.com/nginx/nginx-gateway-fabric/pull/4248
14-
15-
%%DATE%%
9+
_November 12, 2025_
1610

1711
FEATURES:
1812

19-
-
13+
- Add support to make endpoint picker communication settings configurable. [4105](https://github.com/nginx/nginx-gateway-fabric/pull/4105)
2014

2115
BUG FIXES:
2216

23-
-
24-
25-
DOCUMENTATION:
26-
27-
-
17+
- Support mixed externalname and local services in single route. [4188](https://github.com/nginx/nginx-gateway-fabric/pull/4188)
18+
- Preserve HPA replicas on deployment. [4214](https://github.com/nginx/nginx-gateway-fabric/pull/4214)
19+
- Preserve external controller annotations. [4182](https://github.com/nginx/nginx-gateway-fabric/pull/4182)
20+
- 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)
2822

2923
HELM CHART:
3024

3125
- The version of the Helm chart is now 2.2.1
32-
-
33-
34-
UPGRADE:
35-
36-
-
3726

3827
KNOWN ISSUES:
3928

40-
-
29+
- Data plane sometimes does not sync upstream server IPs. [3626](https://github.com/nginx/nginx-gateway-fabric/issues/3626)
4130

4231
COMPATIBILITY:
4332

44-
- Gateway API version: ``
45-
- NGINX version: ``
46-
- NGINX Plus version: ``
47-
- NGINX Agent version: ``
48-
- Kubernetes version: ``
33+
- Gateway API version: `1.3.0`
34+
- NGINX version: `1.29.2`
35+
- NGINX Plus version: `R35`
36+
- NGINX Agent version: `v3.5.0`
37+
- Kubernetes version: `1.25+`
4938

5039
CONTAINER IMAGES:
5140

5241
- Control plane: `ghcr.io/nginx/nginx-gateway-fabric:2.2.1`
5342
- Data plane: `ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.1`
5443
- Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:2.2.1`
44+
5545
## Release 2.2.0
5646

5747
_October 21, 2025_
@@ -75,6 +65,10 @@ HELM CHART:
7565
- The version of the Helm chart is now 2.2.0
7666
- Set NGINX Plus default image. [3919](https://github.com/nginx/nginx-gateway-fabric/pull/3919)
7767

68+
KNOWN ISSUES:
69+
70+
- Data plane sometimes does not sync upstream server IPs. [3626](https://github.com/nginx/nginx-gateway-fabric/issues/3626)
71+
7872
COMPATIBILITY:
7973

8074
- Gateway API version: `1.3.0`

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ The following table lists the software versions NGINX Gateway Fabric supports.
6868

6969
| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus | NGINX Agent |
7070
|----------------------|-------------|------------|-----------|------------|-------------|
71-
| Edge | 1.4.0 | 1.25+ | 1.29.2 | R35 | v3.5.0 |
71+
| Edge | 1.4.0 | 1.25+ | 1.29.3 | R35 | v3.5.0 |
72+
| 2.2.1 | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.5.0 |
7273
| 2.2.0 | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.3.2 |
7374
| 2.1.4 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 |
7475
| 2.1.3 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 |

operators/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY LICENSE /licenses/LICENSE
1010
LABEL name="nginx-gateway-fabric-operator" \
1111
maintainer="[email protected]" \
1212
vendor="F5 NGINX" \
13-
version="1.0.0" \
13+
version="1.0.1" \
1414
release="1" \
1515
summary="NGINX Gateway Fabric Operator" \
1616
description="Helm-based operator for NGINX Gateway Fabric"

0 commit comments

Comments
 (0)