Skip to content

Commit 549681f

Browse files
authored
docs: Add "support for F5 WAF for NGINX" to NIC release page (#1439)
* docs: add matrix to changelog
1 parent e34bab8 commit 549681f

File tree

4 files changed

+41
-18
lines changed

4 files changed

+41
-18
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
NGINX Ingress Controller supports the following versions of [NGINX Plus]({{< ref "/nginx/" >}}) and [Kubernetes](https://kubernetes.io/):
2+
3+
{{< table >}}
4+
5+
| NIC version | Kubernetes versions tested | NIC Helm Chart version | NIC Operator version | NGINX / NGINX Plus version | End of Technical Support |
6+
| --- | --- | --- | --- | --- | --- |
7+
| {{< nic-version >}} | 1.27 - 1.34 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.29.1 / R35 | - |
8+
| 5.1.1 | 1.25 - 1.33 | 2.2.2 | 3.2.3 | 1.29.1 / R35 | Aug 15, 2027 |
9+
| 5.0.0 | 1.25 - 1.32 | 2.1.0 | 3.1.0 | 1.27.4 / R34 | Apr 16, 2027 |
10+
| 4.0.1 | 1.25 - 1.32 | 2.0.1 | 3.0.1 | 1.27.4 / R33 P2 | Feb 7, 2027 |
11+
| 3.7.2 | 1.25 - 1.31 | 1.4.2 | 2.4.2 | 1.27.2 / R32 P1 | Nov 25, 2026 |
12+
| 3.6.2 | 1.25 - 1.31 | 1.3.2 | 2.3.2 | 1.27.1 / R32 P1 | Aug 19, 2026 |
13+
| 3.5.2 | 1.23 - 1.30 | 1.2.2 | 2.2.2 | 1.27.0 / R32 | May 31, 2026 |
14+
| 3.4.3 | 1.23 - 1.29 | 1.1.3 | 2.1.2 | 1.25.4 / R31 P1 | Feb 19, 2026 |
15+
| 3.3.2 | 1.22 - 1.28 | 1.0.2 | 2.0.2 | 1.25.3 / R30 | Nov 1, 2025 |
16+
17+
{{< /table >}}
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
The following table shows compatibility between NGINX Ingress Controller (NIC) and F5 WAF for NGINX (NAP-WAF) versions:
1+
NGINX Ingress Controller supports the following versions of [F5 WAF for NGINX](https://docs.nginx.com/waf/):
2+
3+
{{< table >}}
24

3-
{{< bootstrap-table "table table-striped table-responsive" >}}
45
| NIC Version | NAP-WAF Version | Config Manager | Enforcer |
56
| ------------------- | --------------- | -------------- | -------- |
67
| {{< nic-version >}} | 35+{{< appprotect-compiler-version>}} | {{< nic-waf-release-version >}} | {{< nic-waf-release-version >}} |
@@ -9,4 +10,5 @@ The following table shows compatibility between NGINX Ingress Controller (NIC) a
910
| 4.0.1 | 33+5.264 | 5.5.0 | 5.5.0 |
1011
| 3.7.2 | 32+5.1 | 5.3.0 | 5.3.0 |
1112
| 3.6.2 | 32+5.48 | 5.2.0 | 5.2.0 |
12-
{{% /bootstrap-table %}}
13+
14+
{{< /table >}}

content/nic/changelog/_index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ This changelog lists all of the information for F5 NGINX Ingress Controller rele
1212

1313
For older releases, check the changelogs for previous years: [2024]({{< ref "/nic/changelog/2024.md" >}}), [2023]({{< ref "/nic/changelog/2023.md" >}}), [2022]({{< ref "/nic/changelog/2022.md" >}}), [2021]({{< ref "/nic/changelog/2021.md" >}}), [2020]({{< ref "/nic/changelog/2020.md" >}}), [2019]({{< ref "/nic/changelog/2019.md" >}}).
1414

15+
{{< details summary="NGINX Ingress Controller compatibility matrix" open=false >}}
16+
17+
{{< include "/nic/compatibility-tables/nic-k8s.md" >}}
18+
19+
### Supported F5 WAF for NGINX versions
20+
21+
{{<call-out "note" "Note">}}To use F5 WAF for NGINX with NGINX Ingress Controller, you must have NGINX Plus.{{< /call-out >}}
22+
23+
{{< include "/nic/compatibility-tables/nic-nap.md" >}}
24+
25+
{{< /details >}}
26+
1527
## 5.2.1
1628

1729
10 Oct 2025

content/nic/technical-specifications.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,7 @@ We provide technical support for NGINX Ingress Controller on any Kubernetes plat
1919

2020
We provide technical support for F5 customers who are using the most recent version of NGINX Ingress Controller, and any version released within two years of the current release.
2121

22-
{{< table >}}
23-
24-
| NIC version | Kubernetes versions tested | NIC Helm Chart version | NIC Operator version | NGINX / NGINX Plus version | End of Technical Support |
25-
| --- | --- | --- | --- | --- | --- |
26-
| {{< nic-version >}} | 1.27 - 1.34 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.29.1 / R35 | - |
27-
| 5.1.1 | 1.25 - 1.33 | 2.2.2 | 3.2.3 | 1.29.1 / R35 | Aug 15, 2027 |
28-
| 5.0.0 | 1.25 - 1.32 | 2.1.0 | 3.1.0 | 1.27.4 / R34 | Apr 16, 2027 |
29-
| 4.0.1 | 1.25 - 1.32 | 2.0.1 | 3.0.1 | 1.27.4 / R33 P2 | Feb 7, 2027 |
30-
| 3.7.2 | 1.25 - 1.31 | 1.4.2 | 2.4.2 | 1.27.2 / R32 P1 | Nov 25, 2026 |
31-
| 3.6.2 | 1.25 - 1.31 | 1.3.2 | 2.3.2 | 1.27.1 / R32 P1 | Aug 19, 2026 |
32-
| 3.5.2 | 1.23 - 1.30 | 1.2.2 | 2.2.2 | 1.27.0 / R32 | May 31, 2026 |
33-
| 3.4.3 | 1.23 - 1.29 | 1.1.3 | 2.1.2 | 1.25.4 / R31 P1 | Feb 19, 2026 |
34-
| 3.3.2 | 1.22 - 1.28 | 1.0.2 | 2.0.2 | 1.25.3 / R30 | Nov 1, 2025 |
35-
36-
{{< /table >}}
22+
{{< include "/nic/compatibility-tables/nic-k8s.md" >}}
3723

3824
## Supported Docker images
3925

@@ -92,3 +78,9 @@ You can customize an existing Dockerfile or use it as a reference to create a ne
9278
## Supported Helm versions
9379

9480
NGINX Ingress Controller can be [installed]({{< ref "/nic/install/helm.md" >}}) using Helm 3.0 or later.
81+
82+
## Supported F5 WAF for NGINX versions
83+
84+
{{<call-out "note" "Note">}}To use F5 WAF for NGINX with NGINX Ingress Controller, you must have NGINX Plus.{{< /call-out >}}
85+
86+
{{< include "/nic/compatibility-tables/nic-nap.md" >}}

0 commit comments

Comments
 (0)