Skip to content

Commit 866131b

Browse files
authored
Update main branch for 1.6.2 release (#3206)
1 parent 955fe1e commit 866131b

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

Diff for: CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ This document includes a curated changelog for each release. We also publish a c
44
a [GitHub release](https://github.com/nginx/nginx-gateway-fabric/releases), which, by contrast, is auto-generated
55
and includes links to all PRs that went into the release.
66

7+
## Release 1.6.2
8+
9+
_March 11, 2025_
10+
11+
HELM CHART:
12+
13+
- The version of the Helm chart is now 1.6.2
14+
15+
UPGRADE:
16+
17+
- Update golang.org/x/oauth2. [3185](https://github.com/nginx/nginx-gateway-fabric/pull/3185)
18+
19+
COMPATIBILITY:
20+
21+
- Gateway API version: `1.2.1`
22+
- NGINX version: `1.27.4`
23+
- NGINX Plus version: `R33`
24+
- Kubernetes version: `1.25+`
25+
26+
CONTAINER IMAGES:
27+
28+
- Control plane: `ghcr.io/nginx/nginx-gateway-fabric:1.6.2`
29+
- Data plane: `ghcr.io/nginx/nginx-gateway-fabric/nginx:1.6.2`
30+
- Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:1.6.2`
31+
732
## Release 1.6.1
833

934
_February 6, 2025_

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can find the comprehensive NGINX Gateway Fabric user documentation on the [N
3434
We publish NGINX Gateway Fabric releases on GitHub. See
3535
our [releases page](https://github.com/nginx/nginx-gateway-fabric/releases).
3636

37-
The latest release is [1.6.1](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v1.6.1).
37+
The latest release is [1.6.2](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v1.6.2).
3838

3939
The edge version is useful for experimenting with new features that are not yet published in a release. To use, choose
4040
the _edge_ version built from the [latest commit](https://github.com/nginx/nginx-gateway-fabric/commits/main)
@@ -45,7 +45,7 @@ to the correct versions:
4545

4646
| Version | Description | Installation Manifests | Documentation and Examples |
4747
|----------------|------------------------------------------|--------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
48-
| Latest release | For production use | [Manifests](https://github.com/nginx/nginx-gateway-fabric/tree/v1.6.1/deploy). | [Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginx/nginx-gateway-fabric/tree/v1.6.0/examples). |
48+
| Latest release | For production use | [Manifests](https://github.com/nginx/nginx-gateway-fabric/tree/v1.6.2/deploy). | [Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginx/nginx-gateway-fabric/tree/v1.6.2/examples). |
4949
| 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). |
5050

5151
### Versioning
@@ -67,6 +67,7 @@ The following table lists the software versions NGINX Gateway Fabric supports.
6767
| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus |
6868
|----------------------|-------------|------------|-----------|------------|
6969
| Edge | 1.2.1 | 1.25+ | 1.27.4 | R33 |
70+
| 1.6.2 | 1.2.1 | 1.25+ | 1.27.4 | R33 |
7071
| 1.6.1 | 1.2.1 | 1.25+ | 1.27.4 | R33 |
7172
| 1.6.0 | 1.2.1 | 1.25+ | 1.27.3 | R33 |
7273
| 1.5.1 | 1.2.0 | 1.25+ | 1.27.2 | R33 |

Diff for: charts/nginx-gateway-fabric/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: nginx-gateway-fabric
33
description: NGINX Gateway Fabric
44
type: application
5-
version: 1.6.1
5+
version: 1.6.2
66
appVersion: "edge"
77
kubeVersion: ">= 1.25.0-0"
88
home: https://github.com/nginx/nginx-gateway-fabric

Diff for: charts/nginx-gateway-fabric/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# NGINX Gateway Fabric Helm Chart
33

4-
![Version: 1.6.1](https://img.shields.io/badge/Version-1.6.1-informational?style=flat-square) ![AppVersion: edge](https://img.shields.io/badge/AppVersion-edge-informational?style=flat-square)
4+
![Version: 1.6.2](https://img.shields.io/badge/Version-1.6.2-informational?style=flat-square) ![AppVersion: edge](https://img.shields.io/badge/AppVersion-edge-informational?style=flat-square)
55

66
- [NGINX Gateway Fabric Helm Chart](#nginx-gateway-fabric-helm-chart)
77
- [Introduction](#introduction)

Diff for: docs/developer/release-process.md

+1
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ To create a new release, follow these steps:
9595
4. Test the release branch for release-readiness.
9696
5. If a problem is found, return to Step 2.
9797
6. Follow Steps 5-7 from the [Major or Minor Release](#major-or-minor-release) section.
98+
7. Prepare and merge a PR into the main branch of the [documentation repository](https://github.com/nginx/documentation) to update the NGF version in `layouts/shortcodes/version-ngf.html`.

0 commit comments

Comments
 (0)