From c2af2d6aa029ba38a9d3a29559564e0f381e460b Mon Sep 17 00:00:00 2001 From: Qamar254 Date: Wed, 16 Sep 2026 13:29:57 +0530 Subject: [PATCH] docs: update NGINX Instance Manager to v2.23.1 --- .../nim/kubernetes/nms-chart-supported-module-versions.md | 1 + content/includes/nim/tech-specs/nim-app-protect-support.md | 2 +- content/includes/nim/tech-specs/supported-nginx-versions.md | 2 +- static/scripts/docker-compose/docker-compose-lightweight.yaml | 2 +- static/scripts/docker-compose/docker-compose.yaml | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/content/includes/nim/kubernetes/nms-chart-supported-module-versions.md b/content/includes/nim/kubernetes/nms-chart-supported-module-versions.md index 4c9e7cf9c..337d6f3bc 100644 --- a/content/includes/nim/kubernetes/nms-chart-supported-module-versions.md +++ b/content/includes/nim/kubernetes/nms-chart-supported-module-versions.md @@ -9,6 +9,7 @@ f5-files: | NGINX Instance Manager chart | Chart | Instance Manager | |------------------------------|----------------------------|------------------| +| 2.3.1 | nginx-stable/nim | 2.23.1 | | 2.3.0 | nginx-stable/nim | 2.23.0 | | 2.2.2 | nginx-stable/nim | 2.22.2 | | 2.2.1 | nginx-stable/nim | 2.22.1 | diff --git a/content/includes/nim/tech-specs/nim-app-protect-support.md b/content/includes/nim/tech-specs/nim-app-protect-support.md index 06e181cc3..5a45c43bf 100644 --- a/content/includes/nim/tech-specs/nim-app-protect-support.md +++ b/content/includes/nim/tech-specs/nim-app-protect-support.md @@ -12,7 +12,7 @@ NGINX Instance Manager supports the following versions of [F5 WAF for NGINX](htt | NGINX Instance Manager | F5 WAF for NGINX | | ---------------------- | ----------------------------------------------- | -| 2.21.0–2.23.0 | Release 4.8.0–4.16.0, 5.1.0–5.15.0 | +| 2.21.0–2.23.1 | Release 4.8.0–4.16.0, 5.1.0–5.15.0 | | 2.17.0–2.20.1 | Release 4.8.0–4.16.0, 5.1.0–5.8.0 | | 2.15.1–2.16.0 | Release 4.8.0–4.10.0 | | 2.14.1–2.15.0 | Release 4.4.0–4.7.0 | diff --git a/content/includes/nim/tech-specs/supported-nginx-versions.md b/content/includes/nim/tech-specs/supported-nginx-versions.md index 3ca674c5d..34ee63234 100644 --- a/content/includes/nim/tech-specs/supported-nginx-versions.md +++ b/content/includes/nim/tech-specs/supported-nginx-versions.md @@ -12,7 +12,7 @@ NGINX Instance Manager supports the following NGINX Open Source and NGINX Plus v | NGINX Instance Manager | NGINX OSS | NGINX Plus | | ---------------------- | ----------- | ---------- | -| 2.18.0 and later | 1.18–1.31.4 | R31–R37 | +| 2.18.0 and later | 1.18–1.31.6 | R31–R37 | | 2.16.0–2.17.x | 1.18–1.25.1 | R31–R32 | | 2.7.0–2.15.x | 1.18–1.25.1 | R21–R30 | | 2.0.0–2.6.0 | 1.18–1.21.6 | R21–R27 | diff --git a/static/scripts/docker-compose/docker-compose-lightweight.yaml b/static/scripts/docker-compose/docker-compose-lightweight.yaml index 927198a13..9e3726105 100644 --- a/static/scripts/docker-compose/docker-compose-lightweight.yaml +++ b/static/scripts/docker-compose/docker-compose-lightweight.yaml @@ -14,7 +14,7 @@ secrets: # file: ./certs/nim_ca.pem services: nim: - image: private-registry.nginx.com/nms/nim-standalone-compose:2.23.0 + image: private-registry.nginx.com/nms/nim-standalone-compose:2.23.1 hostname: nim ports: - 443:443 diff --git a/static/scripts/docker-compose/docker-compose.yaml b/static/scripts/docker-compose/docker-compose.yaml index c61d99334..28d3a8a63 100644 --- a/static/scripts/docker-compose/docker-compose.yaml +++ b/static/scripts/docker-compose/docker-compose.yaml @@ -14,7 +14,7 @@ secrets: # file: ./certs/nim_ca.pem services: nim: - image: private-registry.nginx.com/nms/nim-standalone-compose:2.23.0 + image: private-registry.nginx.com/nms/nim-standalone-compose:2.23.1 depends_on: clickhouse: condition: service_healthy