diff --git a/content/includes/nic/compatibility-tables/nic-k8s.md b/content/includes/nic/compatibility-tables/nic-k8s.md index e32df58d0..5a04b624b 100644 --- a/content/includes/nic/compatibility-tables/nic-k8s.md +++ b/content/includes/nic/compatibility-tables/nic-k8s.md @@ -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 | diff --git a/content/includes/nic/compatibility-tables/nic-nap.md b/content/includes/nic/compatibility-tables/nic-nap.md index 3651912b0..df08604a6 100644 --- a/content/includes/nic/compatibility-tables/nic-nap.md +++ b/content/includes/nic/compatibility-tables/nic-nap.md @@ -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 | diff --git a/content/nic/changelog/_index.md b/content/nic/changelog/_index.md index 118905431..e85eebb51 100644 --- a/content/nic/changelog/_index.md +++ b/content/nic/changelog/_index.md @@ -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 diff --git a/content/nic/technical-specifications.md b/content/nic/technical-specifications.md index 242fde078..55bcbd45e 100644 --- a/content/nic/technical-specifications.md +++ b/content/nic/technical-specifications.md @@ -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._ |
Name
|
Base image
| DockerHub image | Architectures | | ---| --- | --- | --- | -|Alpine-based image | ``nginx:1.29.8-alpine``,
based on on ``alpine:3.23`` | ``nginx/nginx-ingress:{{< nic-version >}}-alpine`` | arm64
amd64 | -|Debian-based image | ``nginx:1.29.8``,
based on on ``debian:13-slim`` | ``nginx/nginx-ingress:{{< nic-version >}}`` | arm64
amd64 | +|Alpine-based image | ``nginx:1.31.0-alpine``,
based on on ``alpine:3.23`` | ``nginx/nginx-ingress:{{< nic-version >}}-alpine`` | arm64
amd64 | +|Debian-based image | ``nginx:1.31.0``,
based on on ``debian:13-slim`` | ``nginx/nginx-ingress:{{< nic-version >}}`` | arm64
amd64 | |Ubi-based image | ``redhat/ubi9-minimal`` | ``nginx/nginx-ingress:{{< nic-version >}}-ubi`` | arm64
amd64 | ### Images with NGINX Plus -NGINX Plus images include NGINX Plus R36 P3. +NGINX Plus images include NGINX Plus R37.0 #### F5 Container registry diff --git a/layouts/shortcodes/appprotect-compiler-version.html b/layouts/shortcodes/appprotect-compiler-version.html index f2beedeea..79dffc99f 100644 --- a/layouts/shortcodes/appprotect-compiler-version.html +++ b/layouts/shortcodes/appprotect-compiler-version.html @@ -1 +1 @@ -5.607.0 +5.635.0 \ No newline at end of file diff --git a/layouts/shortcodes/nic-helm-version.html b/layouts/shortcodes/nic-helm-version.html index 21b159dc8..a4db534a2 100644 --- a/layouts/shortcodes/nic-helm-version.html +++ b/layouts/shortcodes/nic-helm-version.html @@ -1 +1 @@ -2.5.2 \ No newline at end of file +2.5.3 \ No newline at end of file diff --git a/layouts/shortcodes/nic-operator-version.html b/layouts/shortcodes/nic-operator-version.html index 678fd88a3..e5b8a844d 100644 --- a/layouts/shortcodes/nic-operator-version.html +++ b/layouts/shortcodes/nic-operator-version.html @@ -1 +1 @@ -3.5.3 \ No newline at end of file +3.5.4 \ No newline at end of file diff --git a/layouts/shortcodes/nic-version.html b/layouts/shortcodes/nic-version.html index f43058770..b5db1702f 100644 --- a/layouts/shortcodes/nic-version.html +++ b/layouts/shortcodes/nic-version.html @@ -1 +1 @@ -5.4.2 \ No newline at end of file +5.4.3 \ No newline at end of file diff --git a/layouts/shortcodes/nic-waf-release-version.html b/layouts/shortcodes/nic-waf-release-version.html index 156383a5d..22f097e28 100644 --- a/layouts/shortcodes/nic-waf-release-version.html +++ b/layouts/shortcodes/nic-waf-release-version.html @@ -1 +1 @@ -5.12.1 \ No newline at end of file +5.13.0 \ No newline at end of file