Skip to content

Commit 0998e06

Browse files
authored
add 1.25 to regression (#6402)
1 parent 4d99680 commit 0998e06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
| grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$' \
5959
| sort -rV \
6060
| awk -F. '!seen[$1"."$2]++' \
61-
| head -n 5 \
61+
| head -n 7 \
6262
| sort -V \
6363
| sed 's/v//g' \
6464
| sed 's/$//' \

docs/content/technical-specifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We test NGINX Ingress Controller on a range of Kubernetes platforms for each rel
2828
{{< bootstrap-table "table table-bordered table-striped table-responsive" >}}
2929
| NIC Version | Supported Kubernetes Version | NIC Helm Chart Version | NIC Operator Version | NGINX / NGINX Plus version |
3030
| --- | --- | --- | --- | --- |
31-
| {{< nic-version >}} | 1.26 - 1.31 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.27.1 / R32 |
31+
| {{< nic-version >}} | 1.25 - 1.31 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.27.1 / R32 |
3232
| 3.5.2 | 1.23 - 1.30 | 1.2.2 | 2.2.2 | 1.27.0 / R32 |
3333
| 3.4.3 | 1.23 - 1.29 | 1.1.3 | 2.1.2 | 1.25.4 / R31 P1 |
3434
| 3.3.2 | 1.22 - 1.28 | 1.0.2 | 2.0.2 | 1.25.3 / R30 |

0 commit comments

Comments
 (0)