From fc66e2c5fa06ad204bfff90f3e21be0a4b504203 Mon Sep 17 00:00:00 2001 From: nginx-bot <68849795+nginx-bot@users.noreply.github.com> Date: Thu, 12 Sep 2024 03:28:10 -0700 Subject: [PATCH] [cherry-pick] add 1.25 to regression (#6403) --- .github/workflows/regression.yml | 2 +- docs/content/technical-specifications.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 966e1e3b83..9f295a26fc 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -58,7 +58,7 @@ jobs: | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$' \ | sort -rV \ | awk -F. '!seen[$1"."$2]++' \ - | head -n 5 \ + | head -n 7 \ | sort -V \ | sed 's/v//g' \ | sed 's/$//' \ diff --git a/docs/content/technical-specifications.md b/docs/content/technical-specifications.md index 45403f412c..3601a62cfa 100644 --- a/docs/content/technical-specifications.md +++ b/docs/content/technical-specifications.md @@ -28,7 +28,7 @@ We test NGINX Ingress Controller on a range of Kubernetes platforms for each rel {{< bootstrap-table "table table-bordered table-striped table-responsive" >}} | NIC Version | Supported Kubernetes Version | NIC Helm Chart Version | NIC Operator Version | NGINX / NGINX Plus version | | --- | --- | --- | --- | --- | -| {{< nic-version >}} | 1.26 - 1.31 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.27.1 / R32 | +| {{< nic-version >}} | 1.25 - 1.31 | {{< nic-helm-version >}} | {{< nic-operator-version >}} | 1.27.1 / R32 | | 3.5.2 | 1.23 - 1.30 | 1.2.2 | 2.2.2 | 1.27.0 / R32 | | 3.4.3 | 1.23 - 1.29 | 1.1.3 | 2.1.2 | 1.25.4 / R31 P1 | | 3.3.2 | 1.22 - 1.28 | 1.0.2 | 2.0.2 | 1.25.3 / R30 |