Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion static/scripts/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading