Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tech specs and regression k8s matrix #6316

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
| grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$' \
| sort -rV \
| awk -F. '!seen[$1"."$2]++' \
| head -n 7 \
| head -n 5 \
| sort -V \
| sed 's/v//g' \
| sed 's/$//' \
Expand Down
7 changes: 0 additions & 7 deletions docs/content/technical-specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ We test NGINX Ingress Controller on a range of Kubernetes platforms for each rel
| 3.0.2 | 1.21 - 1.26 | 0.16.2 | 1.3.1 | 1.23.3 / R28 |
| 2.4.2 | 1.19 - 1.25 | 0.15.2 | 1.2.1 | 1.23.2 / R28 |
| 2.3.1 | 1.19 - 1.24 | 0.14.1 | 1.1.0 | 1.23.1 / R27 |
| 2.2.2 | 1.19 - 1.23 | 0.13.2 | 1.0.0 | 1.21.6 / R26 |
| 2.1.2 | 1.19 - 1.23 | 0.12.1 | 0.5.1 | 1.21.6 / R26 |
| 2.0.3 | 1.19 - 1.22 | 0.11.3 | 0.4.0 | 1.21.3 / R25 |
| 1.12.4 | 1.16 - 1.21 | 0.10.4 | 0.3.0 | 1.21.6 / R26 |
| 1.11.3 | 1.16 - 1.20 | 0.9.0 | 0.2.0 | 1.21.0 / R23 P1 |
| 1.10.1 | 1.16 - 1.19 | 0.8.0 | 0.1.0 | 1.19.8 / R23 |
| 1.9.1 | 1.16 - 1.18 | 0.7.1 | 0.0.7 | 1.19.3 / R22 |
{{% /bootstrap-table %}}

---
Expand Down
Loading