Skip to content

Commit c524f82

Browse files
vepatelpdabelf5
authored andcommitted
Update release notes for 5.2.1 (#1259)
1 parent b8e92ab commit c524f82

File tree

7 files changed

+30
-8
lines changed

7 files changed

+30
-8
lines changed

content/includes/nic/compatibility-tables/nic-nap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The following table shows compatibility between NGINX Ingress Controller (NIC) a
33
{{< bootstrap-table "table table-striped table-responsive" >}}
44
| NIC Version | NAP-WAF Version | Config Manager | Enforcer |
55
| ------------------- | --------------- | -------------- | -------- |
6-
| {{< nic-version >}} | 35+5.498 | 5.8.0 | 5.8.0 |
6+
| {{< nic-version >}} | 35+5.527 | 5.9.0 | 5.9.0 |
77
| 5.1.1 | 35+5.498 | 5.8.0 | 5.8.0 |
88
| 5.0.0 | 34+5.342 | 5.6.0 | 5.6.0 |
99
| 4.0.1 | 33+5.264 | 5.5.0 | 5.5.0 |

content/nic/installation/installing-nic/deploy-with-nap-using-helm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This is accomplished with the following steps:
4444
Pull the `waf-compiler` image with:
4545

4646
```shell
47-
docker pull private-registry.nginx.com/nap/waf-compiler:5.8.0
47+
docker pull private-registry.nginx.com/nap/waf-compiler:5.9.0
4848
```
4949

5050
Download the [provided WAF Policy JSON](https://raw.githubusercontent.com/nginx/kubernetes-ingress/main/tests/data/ap-waf-v5/wafv5.json):
@@ -53,13 +53,13 @@ Download the [provided WAF Policy JSON](https://raw.githubusercontent.com/nginx/
5353
curl -L https://raw.githubusercontent.com/nginx/kubernetes-ingress/main/tests/data/ap-waf-v5/wafv5.json -o /tmp/wafv5.json
5454
```
5555

56-
Use your pulled NAP Docker image (`private-registry.nginx.com/nap/waf-compiler:5.8.0`) to compile the policy bundle:
56+
Use your pulled NAP Docker image (`private-registry.nginx.com/nap/waf-compiler:5.9.0`) to compile the policy bundle:
5757

5858
```shell
5959
# Using your newly created image
6060
docker run --rm \
6161
-v /tmp:/tmp \
62-
private-registry.nginx.com/nap/waf-compiler:5.8.0 \
62+
private-registry.nginx.com/nap/waf-compiler:5.9.0 \
6363
-p /tmp/wafv5.json \
6464
-o /tmp/compiled_policy.tgz
6565
```

content/nic/releases.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ toc: true
55
nd-content-type: reference
66
nd-product: NIC
77
nd-docs: DOCS-616
8+
---
9+
## 5.2.1
10+
11+
10 Oct 2025
12+
13+
### <i class="fa-solid fa-bug-slash"></i> Fixes
14+
- [8302](https://github.com/nginx/kubernetes-ingress/pull/8302) Remove type field for objects with schema ref
15+
16+
### <i class="fa-solid fa-upload"></i> Dependencies
17+
- [8321](https://github.com/nginx/kubernetes-ingress/pull/8321), [8330](https://github.com/nginx/kubernetes-ingress/pull/8330), [8352](https://github.com/nginx/kubernetes-ingress/pull/8352), [8358](https://github.com/nginx/kubernetes-ingress/pull/8358) Bump Go dependencies
18+
- [8280](https://github.com/nginx/kubernetes-ingress/pull/8280), [8291](https://github.com/nginx/kubernetes-ingress/pull/8291), [8331](https://github.com/nginx/kubernetes-ingress/pull/8331) & [8320](https://github.com/nginx/kubernetes-ingress/pull/8320) Bump Docker dependencies
19+
- [8348](https://github.com/nginx/kubernetes-ingress/pull/8348) Update waf 5.9.0
20+
- [8273](https://github.com/nginx/kubernetes-ingress/pull/8273) Update dependencies
21+
22+
### <i class="fa-solid fa-download"></i> Upgrade
23+
- For NGINX, use the 5.2.1 images from our [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name=5.2.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).
24+
- For NGINX Plus, use the 5.2.1 images from the F5 Container registry or build your own image using the 5.2.1 source code.
25+
- For Helm, use version 2.3.1 of the chart.
26+
27+
### <i class="fa-solid fa-life-ring"></i> Supported Platforms
28+
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.27-1.34.
29+
830
---
931
## 5.2.0
1032

content/nic/technical-specifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We test NGINX Ingress Controller on a range of Kubernetes platforms for each rel
1717
{{< table >}}
1818
| NIC version | Kubernetes versions tested | NIC Helm Chart version | NIC Operator version | NGINX / NGINX Plus version | End of Technical Support |
1919
| --- | --- | --- | --- | --- | --- |
20-
| {{< nic-version >}} | 1.26 - 1.34 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.29.1 / R35 | - |
20+
| {{< nic-version >}} | 1.27 - 1.34 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.29.1 / R35 | - |
2121
| 5.1.1 | 1.25 - 1.33 | 2.2.2 | 3.2.3 | 1.29.1 / R35 | Aug 15, 2027 |
2222
| 5.0.0 | 1.25 - 1.32 | 2.1.0 | 3.1.0 | 1.27.4 / R34 | Apr 16, 2027 |
2323
| 4.0.1 | 1.25 - 1.32 | 2.0.1 | 3.0.1 | 1.27.4 / R33 P2 | Feb 7, 2027 |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.3.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.2.1

0 commit comments

Comments
 (0)