Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/includes/nic/compatibility-tables/nic-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NGINX Ingress Controller supports the following versions of [NGINX Plus]({{< ref

| NIC version | Kubernetes versions tested | NIC Helm Chart version | NIC Operator version | NGINX / NGINX Plus version | End of Technical Support |
| --- | --- | --- | --- | --- | --- |
| {{< nic-version >}} | 1.27 - 1.34 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.29.3 / R36 | - |
| {{< nic-version >}} | 1.27 - 1.34 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.29.4 / R36 | - |
| 5.2.1 | 1.27 - 1.34 | 2.3.1 | 3.3.1 | 1.29.1 / R35 | Oct 10, 2027 |
| 5.1.1 | 1.25 - 1.33 | 2.2.2 | 3.2.3 | 1.29.1 / R35 | Aug 15, 2027 |
| 5.0.0 | 1.25 - 1.32 | 2.1.0 | 3.1.0 | 1.27.4 / R34 | Apr 16, 2027 |
Expand Down
28 changes: 28 additions & 0 deletions content/nic/changelog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,34 @@ For older releases, check the changelogs for previous years: [2024]({{< ref "/ni

{{< /details >}}

## 5.3.1

17 Dec 2025

### {{% icon bug %}} Fixes

- [8690](https://github.com/nginx/kubernetes-ingress/pull/8690) Update stub_status client path
- [8731](https://github.com/nginx/kubernetes-ingress/pull/8731) Update service template for ipfamilies
- [8743](https://github.com/nginx/kubernetes-ingress/pull/8743) Add more validation on rewrite-target

### {{% icon arrow-up %}} Dependencies

- [8633](https://github.com/nginx/kubernetes-ingress/pull/8633), [8665](https://github.com/nginx/kubernetes-ingress/pull/8665), [8701](https://github.com/nginx/kubernetes-ingress/pull/8701) , [8635](https://github.com/nginx/kubernetes-ingress/pull/8635), &amp; [8664](https://github.com/nginx/kubernetes-ingress/pull/8664) Bump Go dependencies
- [8636](https://github.com/nginx/kubernetes-ingress/pull/8636), [8663](https://github.com/nginx/kubernetes-ingress/pull/8663), [8682](https://github.com/nginx/kubernetes-ingress/pull/8682), [8637](https://github.com/nginx/kubernetes-ingress/pull/8637), [8702](https://github.com/nginx/kubernetes-ingress/pull/8702), [8699](https://github.com/nginx/kubernetes-ingress/pull/8699), [8639](https://github.com/nginx/kubernetes-ingress/pull/8639), [8681](https://github.com/nginx/kubernetes-ingress/pull/8681), [8683](https://github.com/nginx/kubernetes-ingress/pull/8683), [8700](https://github.com/nginx/kubernetes-ingress/pull/8700), [8662](https://github.com/nginx/kubernetes-ingress/pull/8662), [8727](https://github.com/nginx/kubernetes-ingress/pull/8727), [8698](https://github.com/nginx/kubernetes-ingress/pull/8698), &amp; [8718](https://github.com/nginx/kubernetes-ingress/pull/8718) Bump Docker dependencies
- [8736](https://github.com/nginx/kubernetes-ingress/pull/8736) Update nginx oss and alpine base
- [8703](https://github.com/nginx/kubernetes-ingress/pull/8703) Update nginx agent to 3.6.0

### {{% icon download %}} Upgrade

- For NGINX, use the 5.3.1 images from our [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name=5.3.1), [GitHub Container](https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress).
- For NGINX Plus, use the 5.3.1 images from the F5 Container registry or build your own image using the 5.3.1 source code.
- For Helm, use version 2.4.1 of the chart.
- For users making use of a custom `oidc.conf` by following this [guide]({{< ref "/nic/tutorials/oidc-custom-configuration.md" >}}), in this release this behaviour has changed from a static file (`oidc.conf`) to a dynamic template (`oidc.tmpl`). The [guide]({{< ref "/nic/tutorials/oidc-custom-configuration.md" >}}) has been updated to reflect the recent changes. If you still require a custom OIDC configuration, you should copy all the modifications you have made prior to 5.3.0 to the `oidc.tmpl` in the `ConfigMap`.

### {{% icon life-buoy %}} Supported Platforms

We provide technical support for NGINX Ingress Controller on any Kubernetes platform that is currently supported by its provider and that passes the Kubernetes conformance tests. This release has been fully tested on the following Kubernetes versions: 1.27-1.34.

## 5.3.0

09 Dec 2025
Expand Down
6 changes: 3 additions & 3 deletions content/nic/technical-specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ We provide the following Docker images, which include NGINX or NGINX Plus bundle

### Images with NGINX

_All images include NGINX 1.29.3._
_All images include NGINX 1.29.4._

|<div style="width:200px">Name</div> | <div style="width:100px">Base image</div> | DockerHub image | Architectures |
| ---| --- | --- | --- |
|Alpine-based image | ``nginx:1.29.3-alpine``,<br>based on on ``alpine:3.22`` | ``nginx/nginx-ingress:{{< nic-version >}}-alpine`` | arm64<br>amd64 |
|Debian-based image | ``nginx:1.29.3``,<br>based on on ``debian:12-slim`` | ``nginx/nginx-ingress:{{< nic-version >}}`` | arm64<br>amd64 |
|Alpine-based image | ``nginx:1.29.4-alpine``,<br>based on on ``alpine:3.23`` | ``nginx/nginx-ingress:{{< nic-version >}}-alpine`` | arm64<br>amd64 |
|Debian-based image | ``nginx:1.29.4``,<br>based on on ``debian:13-slim`` | ``nginx/nginx-ingress:{{< nic-version >}}`` | arm64<br>amd64 |
|Ubi-based image | ``redhat/ubi9-minimal`` | ``nginx/nginx-ingress:{{< nic-version >}}-ubi`` | arm64<br>amd64 |

### Images with NGINX Plus
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/nic-helm-version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.4.1
2 changes: 1 addition & 1 deletion layouts/shortcodes/nic-operator-version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0
3.4.1
2 changes: 1 addition & 1 deletion layouts/shortcodes/nic-version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.0
5.3.1