Skip to content
Open
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 @@ -11,7 +11,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.28 - 1.35 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.29.8 / R36 P3 | - |
| {{< nic-version >}} | 1.28 - 1.35 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.31.0 / R37.0 | - |
| 5.3.4 | 1.27 - 1.35 | 2.4.4 | 3.4.4 | 1.29.5 / R36 P2 | Feb 17, 2028 |
| 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 |
Expand Down
2 changes: 1 addition & 1 deletion content/includes/nic/compatibility-tables/nic-nap.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NGINX Ingress Controller supports the following versions of [F5 WAF for NGINX](h

| NIC Version | NAP-WAF Version | Config Manager | Enforcer |
| ------------------- | --------------- | -------------- | -------- |
| {{< nic-version >}} | 36+{{< appprotect-compiler-version>}} | {{< nic-waf-release-version >}} | {{< nic-waf-release-version >}} |
| {{< nic-version >}} | 37.0+{{< appprotect-compiler-version>}} | {{< nic-waf-release-version >}} | {{< nic-waf-release-version >}} |
| 5.3.4 | 35+5.527.0 | 5.11.2 | 5.11.2 |
| 5.2.1 | 35+5.527.0 | 5.9.0 | 5.9.0 |
| 5.1.1 | 35+5.498 | 5.8.0 | 5.8.0 |
Expand Down
21 changes: 21 additions & 0 deletions content/nic/changelog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,27 @@ For older releases, check the changelogs for previous years: [2025]({{< ref "/ni



## 5.4.3

15 May 2026

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

- [9870](https://github.com/nginx/kubernetes-ingress/pull/9870) Update NGINX OSS to 1.31.0, NGINX Plus to R37.0, WAF to 5.13.0 & NGINX Agent to latest 3.x
- [9851](https://github.com/nginx/kubernetes-ingress/pull/9851) Update Go version to 1.26.3
- [9841](https://github.com/nginx/kubernetes-ingress/pull/9841), [9833](https://github.com/nginx/kubernetes-ingress/pull/9833), [9818](https://github.com/nginx/kubernetes-ingress/pull/9818), [9831](https://github.com/nginx/kubernetes-ingress/pull/9831) & [9813](https://github.com/nginx/kubernetes-ingress/pull/9813) Bump Go dependencies
- [9867](https://github.com/nginx/kubernetes-ingress/pull/9867), [9809](https://github.com/nginx/kubernetes-ingress/pull/9809), [9814](https://github.com/nginx/kubernetes-ingress/pull/9814), [9823](https://github.com/nginx/kubernetes-ingress/pull/9823), [9868](https://github.com/nginx/kubernetes-ingress/pull/9868), [9810](https://github.com/nginx/kubernetes-ingress/pull/9810) & [9832](https://github.com/nginx/kubernetes-ingress/pull/9832) Bump Docker dependencies

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

- For NGINX, use the 5.4.3 images from our [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name=5.4.3), [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.4.3 images from the F5 Container registry or build your own image using the 5.4.3 source code.
- For Helm, use version 2.5.3 of the chart.

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

We will 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 was fully tested on the following Kubernetes versions: 1.28 - 1.35.

## 5.4.2

07 May 2026
Expand Down
8 changes: 4 additions & 4 deletions content/nic/technical-specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ We provide the following Docker images, which include NGINX or NGINX Plus bundle

### Images with NGINX

_All images include NGINX 1.29.8._
_All images include NGINX 1.31.0._

|<div style="width:200px">Name</div> | <div style="width:100px">Base image</div> | DockerHub image | Architectures |
| ---| --- | --- | --- |
|Alpine-based image | ``nginx:1.29.8-alpine``,<br>based on on ``alpine:3.23`` | ``nginx/nginx-ingress:{{< nic-version >}}-alpine`` | arm64<br>amd64 |
|Debian-based image | ``nginx:1.29.8``,<br>based on on ``debian:13-slim`` | ``nginx/nginx-ingress:{{< nic-version >}}`` | arm64<br>amd64 |
|Alpine-based image | ``nginx:1.31.0-alpine``,<br>based on on ``alpine:3.23`` | ``nginx/nginx-ingress:{{< nic-version >}}-alpine`` | arm64<br>amd64 |
|Debian-based image | ``nginx:1.31.0``,<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

NGINX Plus images include NGINX Plus R36 P3.
NGINX Plus images include NGINX Plus R37.0

#### F5 Container registry

Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/appprotect-compiler-version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.607.0
5.635.0
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.5.2
2.5.3
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.5.3
3.5.4
2 changes: 1 addition & 1 deletion layouts/shortcodes/nic-version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.2
5.4.3
2 changes: 1 addition & 1 deletion layouts/shortcodes/nic-waf-release-version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.12.1
5.13.0
Loading