Skip to content

Commit 4948e3f

Browse files
lucacomeKate Osborn
authored andcommitted
Update docs
1 parent 5bd0fa9 commit 4948e3f

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

CHANGELOG.md

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

77
## Release 1.3.0
88

9-
* Update minimum k8s version to 1.25 by @lucacome in https://github.com/nginxinc/nginx-gateway-fabric/pull/1885
10-
* Support NginxProxy CRD and global tracing settings by @sjberman in https://github.com/nginxinc/nginx-gateway-fabric/pull/1870
11-
* Remove zone size for invalid backend ref by @bjee19 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1931
12-
* Add directive for SSL Server block by @salonichf5 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1934
13-
* Add support for ResponseHeaderModifier for HTTPRouteRule objects by @salonichf5 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1880
14-
* Fix rbac ServiceAccount imagePullSecrets template by @bjee19 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1953
15-
* Add request header filter support for gRPC by @ciarams87 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1909
16-
* Add field to NginxProxy to allow disabling HTTP2 by @ciarams87 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1925
17-
* Support response header filter for GRPCRoute by @ciarams87 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1983
18-
* Upgrade Gateway API to v1.1.0 by @ciarams87 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1975
19-
* Collect backendTLSPolicy and GRPCRoute Count by @salonichf5 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1954
20-
* Implement ClientSettingsPolicy by @kate-osborn in https://github.com/nginxinc/nginx-gateway-fabric/pull/1940
21-
* Allow NGF to run on Openshift by @bjee19 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1976
22-
* Bump NGINX Plus to R32 by @lucacome in https://github.com/nginxinc/nginx-gateway-fabric/pull/2057
23-
* Support tracing via the ObservabilityPolicy by @sjberman in https://github.com/nginxinc/nginx-gateway-fabric/pull/2004
24-
25-
%%DATE%%
9+
- Remove zone size for invalid backend ref by @bjee19 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1931
10+
- Add directive for SSL Server block by @salonichf5 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1934
11+
- Add support for ResponseHeaderModifier for HTTPRouteRule objects by @salonichf5 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1880
12+
- Fix rbac ServiceAccount imagePullSecrets template by @bjee19 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1953
13+
- Add request header filter support for gRPC by @ciarams87 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1909
14+
- Add field to NginxProxy to allow disabling HTTP2 by @ciarams87 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1925
15+
- Support response header filter for GRPCRoute by @ciarams87 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1983
16+
- Upgrade Gateway API to v1.1.0 by @ciarams87 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1975
17+
- Collect backendTLSPolicy and GRPCRoute Count by @salonichf5 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1954
18+
- Implement ClientSettingsPolicy by @kate-osborn in https://github.com/nginxinc/nginx-gateway-fabric/pull/1940
19+
- Allow NGF to run on Openshift by @bjee19 in https://github.com/nginxinc/nginx-gateway-fabric/pull/1976
20+
- Bump NGINX Plus to R32 by @lucacome in https://github.com/nginxinc/nginx-gateway-fabric/pull/2057
21+
- Support tracing via the ObservabilityPolicy by @sjberman in https://github.com/nginxinc/nginx-gateway-fabric/pull/2004
22+
23+
_June 11, 2024_
2624

2725
FEATURES:
2826

29-
-
27+
- Update minimum k8s version to 1.25 [1885](https://github.com/nginxinc/nginx-gateway-fabric/pull/1885)
28+
- Support NginxProxy CRD and global tracing settings [1870](https://github.com/nginxinc/nginx-gateway-fabric/pull/1870)
3029

3130
BUG FIXES:
3231

@@ -47,7 +46,8 @@ UPGRADE:
4746

4847
KNOWN ISSUES:
4948

50-
-
49+
- Tracing does not work on HTTPRoutes with matching conditions. [2105](https://github.com/nginxinc/nginx-gateway-fabric/issues/2105)
50+
- ClientSettingsPolicy does not work on HTTPRoutes with matching conditions. [2079](https://github.com/nginxinc/nginx-gateway-fabric/issues/2079)
5151

5252
COMPATIBILITY:
5353

@@ -61,9 +61,10 @@ CONTAINER IMAGES:
6161
- Control plane: `ghcr.io/nginxinc/nginx-gateway-fabric:1.3.0`
6262
- Data plane: `ghcr.io/nginxinc/nginx-gateway-fabric/nginx:1.3.0`
6363
- Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:1.3.0`
64+
6465
## Release 1.2.0
6566

66-
*March 21, 2024*
67+
_March 21, 2024_
6768

6869
FEATURES:
6970

@@ -116,7 +117,7 @@ CONTAINER IMAGES:
116117

117118
## Release 1.1.0
118119

119-
*December 14, 2023*
120+
_December 14, 2023_
120121

121122
This release updates NGINX Gateway Fabric to support version 1.0.0 of the Gateway API in addition to bug fixes and documentation updates. Our docs are now available at https://docs.nginx.com/nginx-gateway-fabric.
122123

@@ -163,7 +164,7 @@ CONTAINER IMAGES:
163164

164165
## Release 1.0.0
165166

166-
*October 24, 2023*
167+
_October 24, 2023_
167168

168169
This is the official v1.0.0 release of NGINX Gateway Fabric.
169170

@@ -204,7 +205,7 @@ CONTAINER IMAGES:
204205

205206
## Release 0.6.0
206207

207-
*August 31, 2023*
208+
_August 31, 2023_
208209

209210
This release adds a Helm chart, dynamic control plane logging, Prometheus metrics, and in-depth guides for various use cases.
210211

@@ -237,7 +238,7 @@ CONTAINER IMAGES:
237238

238239
## Release 0.5.0
239240

240-
*July 17, 2023*
241+
_July 17, 2023_
241242

242243
This release completes all v1beta1 Core features of the Gateway API resources. See the [Gateway Compatibility doc](https://github.com/nginxinc/nginx-gateway-fabric/blob/v0.5.0/docs/gateway-api-compatibility.md)
243244

@@ -256,7 +257,7 @@ BUG FIXES:
256257
COMPATIBILITY:
257258

258259
- The Gateway API version: `0.7.1`
259-
- NGINX version: `1.25.x` *
260+
- NGINX version: `1.25.x` \*
260261
- Kubernetes version: `1.21+`
261262

262263
\*the installation manifests use the `nginx:1.25` image, which always points to the latest version of 1.25.x releases.
@@ -267,7 +268,7 @@ CONTAINER IMAGES:
267268

268269
## Release 0.4.0
269270

270-
*July 6, 2023*
271+
_July 6, 2023_
271272

272273
This release brings:
273274

@@ -315,7 +316,7 @@ DEPENDENCIES:
315316
COMPATIBILITY:
316317

317318
- The Gateway API version: `0.7.1`
318-
- NGINX version: `1.25.x` *
319+
- NGINX version: `1.25.x` \*
319320
- Kubernetes version: `1.21+`
320321

321322
\*the installation manifests use the `nginx:1.25` image, which always points to the latest version of 1.25.x releases.
@@ -326,12 +327,12 @@ CONTAINER IMAGES:
326327

327328
## Release 0.3.0
328329

329-
*April 24, 2023*
330+
_April 24, 2023_
330331

331332
This release brings:
332333

333334
- Extensive validation of Gateway API resources for robustness, security and correctness. See the [validation doc](https://github.com/nginxinc/nginx-gateway-fabric/blob/v0.3.0/docs/resource-validation.md)
334-
for more details.
335+
for more details.
335336
- Defined open-source development process for NGINX Kubernetes Gateway project. See the [Issue lifecycle doc](https://github.com/nginxinc/nginx-gateway-fabric/blob/v0.3.0/ISSUE_LIFECYCLE.md).
336337
- Miscellaneous enhancements and bug fixes.
337338

@@ -361,7 +362,7 @@ DEPENDENCIES:
361362
COMPATIBILITY:
362363

363364
- The Gateway API version: `0.6.2`
364-
- NGINX version: `1.23.x` *
365+
- NGINX version: `1.23.x` \*
365366
- Kubernetes version: `1.21+`
366367

367368
\*the installation manifests use the `nginx:1.23` image, which always points to the latest version of 1.23.x releases.
@@ -372,7 +373,7 @@ CONTAINER IMAGES:
372373

373374
## Release 0.2.0
374375

375-
*October 25, 2022*
376+
_October 25, 2022_
376377

377378
This release extends the support of the features of the Gateway API resources.
378379

@@ -396,11 +397,10 @@ DEPENDENCIES:
396397
- Use the latest NGINX 1.23 image. [PR-275](https://github.com/nginxinc/nginx-gateway-fabric/pull/275)
397398
- Bump sigs.k8s.io/gateway-api from 0.5.0 to 0.5.1 [PR-251](https://github.com/nginxinc/nginx-gateway-fabric/pull/251)
398399

399-
400400
COMPATIBILITY:
401401

402402
- The Gateway API version: `0.5.1`
403-
- NGINX version: `1.21.x` *
403+
- NGINX version: `1.21.x` \*
404404
- Kubernetes version: `1.21+`
405405

406406
\*the installation manifests use the `nginx:1.21` image, which always points to the latest version of 1.21.x releases.
@@ -411,7 +411,7 @@ CONTAINER IMAGES:
411411

412412
## Release 0.1.0
413413

414-
*August 22, 2022*
414+
_August 22, 2022_
415415

416416
This is an initial release of NGINX Kubernetes Gateway project.
417417

0 commit comments

Comments
 (0)