-
Notifications
You must be signed in to change notification settings - Fork 150
Release 2.2.2 #4417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-2.2
Are you sure you want to change the base?
Release 2.2.2 #4417
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,36 @@ This document includes a curated changelog for each release. We also publish a c | |
| a [GitHub release](https://github.com/nginx/nginx-gateway-fabric/releases), which, by contrast, is auto-generated | ||
| and includes links to all PRs that went into the release. | ||
|
|
||
| ## Release 2.2.2 | ||
|
|
||
| _December 8, 2025_ | ||
|
|
||
| BUG FIXES: | ||
|
|
||
| - Fix permission issue with nginx-gateway container for UBI. [4404](https://github.com/nginx/nginx-gateway-fabric/pull/4404) | ||
|
|
||
| HELM CHART: | ||
|
|
||
| - The version of the Helm chart is now 2.2.2 | ||
|
|
||
| KNOWN ISSUES: | ||
|
|
||
| - Data plane sometimes does not sync upstream server IPs. [3626](https://github.com/nginx/nginx-gateway-fabric/issues/3626) | ||
|
||
|
|
||
| COMPATIBILITY: | ||
|
|
||
| - Gateway API version: `1.3.0` | ||
| - NGINX version: `1.29.2` | ||
| - NGINX Plus version: `R35` | ||
| - NGINX Agent version: `v3.5.0` | ||
| - Kubernetes version: `1.25+` | ||
|
Comment on lines
22
to
26
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we also add version for Gateway Inference extension being supported?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That's probably a good idea going forward now that we integrate with it.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure, and we'll need to add it to the CHANGELOG template so that it gets rendered here.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sounds good. Would it be okay to just add the template change to this PR?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Made these changes. I'll make a separate PR to add these changes to main |
||
|
|
||
| CONTAINER IMAGES: | ||
|
|
||
| - Control plane: `ghcr.io/nginx/nginx-gateway-fabric:2.2.2` | ||
| - Data plane: `ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.2` | ||
| - Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:2.2.2` | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we add the operator version as well, its also missing for release 2.2.1
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm wondering if we really need to, to me it doesn't seem as relevant for users to know that version.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am okay with skipping it. Maybe Ciara mentioned it cause it was part of that release. |
||
| ## Release 2.2.1 | ||
|
|
||
| _November 12, 2025_ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,7 +36,7 @@ You can find the comprehensive NGINX Gateway Fabric user documentation on the [N | |
| We publish NGINX Gateway Fabric releases on GitHub. See | ||
| our [releases page](https://github.com/nginx/nginx-gateway-fabric/releases). | ||
|
|
||
| The latest release is [2.2.1](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v2.2.1). | ||
| The latest release is [2.2.2](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v2.2.2). | ||
|
|
||
| The edge version is useful for experimenting with new features that are not yet published in a release. To use, choose | ||
| the _edge_ version built from the [latest commit](https://github.com/nginx/nginx-gateway-fabric/commits/main) | ||
|
|
@@ -47,7 +47,7 @@ to the correct versions: | |
|
|
||
| | Version | Description | Installation Manifests | Documentation and Examples | | ||
| |----------------|------------------------------------------|--------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| | 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). | | ||
| | Latest release | For production use | [Manifests](https://github.com/nginx/nginx-gateway-fabric/tree/v2.2.2/deploy). | [Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginx/nginx-gateway-fabric/tree/v2.2.2/examples). | | ||
| | 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). | | ||
|
|
||
| ### Versioning | ||
|
|
@@ -69,6 +69,7 @@ The following table lists the software versions NGINX Gateway Fabric supports. | |
| | NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus | NGINX Agent | | ||
| |----------------------|-------------|------------|-----------|------------|-------------| | ||
| | Edge | 1.4.0 | 1.25+ | 1.29.3 | R35 | v3.5.0 | | ||
| | 2.2.2 | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.5.0 | | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This will be 3.6.0, so let's wait to merge this PR until we've pulled in the agent release.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should be updated now. |
||
| | 2.2.1 | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.5.0 | | ||
| | 2.2.0 | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.3.2 | | ||
| | 2.1.4 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 | | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will probably be updated.