Skip to content

Commit 9672246

Browse files
vvnginxaknot242
andauthored
docs: Add NAP v5.10.0 version info (#1532)
* Update nim-app-protect-support.md * update NAP compiler to latest v5.550.0 * Update install-disconnected.md * Update waf-nim-compiler-support.md * Update troubleshooting.md * Update report-usage-disconnected-deployment.md * Update nim-app-protect-support.md * Update nim-app-protect-support.md * fix table fence spacing --------- Co-authored-by: Daniel Edgar <d.edgar@f5.com>
1 parent 42745f4 commit 9672246

File tree

6 files changed

+22
-21
lines changed

6 files changed

+22
-21
lines changed

content/includes/nim/tech-specs/nim-app-protect-support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ NGINX Instance Manager supports the following versions of [F5 WAF for NGINX](htt
1111

1212
| NGINX Instance Manager | F5 WAF for NGINX |
1313
| ---------------------- | --------------------------------- |
14-
| 2.17.0–2.21.0 | Release 4.8.0–4.16.0, 5.1.0–5.9.0 |
14+
| 2.21.0 | Release 5.9.0–5.10.0 |
15+
| 2.17.0–2.20.0 | Release 4.8.0–4.16.0, 5.1.0–5.8.0 |
1516
| 2.15.1–2.16.0 | Release 4.8.0–4.10.0 |
1617
| 2.14.1–2.15.0 | Release 4.4.0–4.7.0 |
1718
| 2.13.0–2.14.0 | Release 4.3.0–4.5.0 |

content/includes/waf/waf-nim-compiler-support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ nd-files:
55
- content/nim/waf-integration/configuration/install-waf-compiler/install.md
66
---
77

8-
| F5 WAF for NGINX version | WAF compiler version |
8+
| F5 WAF for NGINX version | WAF compiler version |
99
|---------------------------|----------------------------|
10+
| 5.10.0 | nms-nap-compiler-v5.550.0 |
1011
| 5.9.0 | nms-nap-compiler-v5.527.0 |
1112
| 5.8.0 | nms-nap-compiler-v5.498.0 |
1213
| 5.7.0 | nms-nap-compiler-v5.442.0 |

content/nim/disconnected/report-usage-disconnected-deployment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ To submit a usage report in a disconnected environment, use the provided `licens
6262
-i <NIM-IP-address> \
6363
-u admin \
6464
-p <password> \
65-
-o report.zip \
6665
-s telemetry
6766
```
6867

content/nim/waf-integration/configuration/install-waf-compiler/install-disconnected.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0
5858
mkdir -p compiler && cd compiler
5959
sudo apt-get update
6060

61-
sudo apt-get download nms-nap-compiler-v5.527.0
61+
sudo apt-get download nms-nap-compiler-v5.550.0
6262
cd ../
6363
mkdir -p compiler/compiler.deps
6464
sudo apt-get install --download-only --reinstall --yes --print-uris \
65-
nms-nap-compiler-v5.527.0 \
65+
nms-nap-compiler-v5.550.0 \
6666
| grep ^\' \
6767
| cut -d\' -f2 \
6868
| xargs -n 1 wget -P ./compiler/compiler.deps
@@ -106,11 +106,11 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0
106106
mkdir -p compiler && cd compiler
107107
sudo apt-get update
108108

109-
sudo apt-get download nms-nap-compiler-v5.527.0
109+
sudo apt-get download nms-nap-compiler-v5.550.0
110110
cd ../
111111
mkdir -p compiler/compiler.deps
112112
sudo apt-get install --download-only --reinstall --yes --print-uris \
113-
nms-nap-compiler-v5.527.0 \
113+
nms-nap-compiler-v5.550.0 \
114114
| grep ^\' \
115115
| cut -d\' -f2 \
116116
| xargs -n 1 wget -P ./compiler/compiler.deps
@@ -155,7 +155,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0
155155
sudo yum update -y
156156
sudo mkdir -p nms-nap-compiler
157157
158-
sudo yumdownloader --resolve --destdir=nms-nap-compiler nms-nap-compiler-v5.527.0
158+
sudo yumdownloader --resolve --destdir=nms-nap-compiler nms-nap-compiler-v5.550.0
159159
tar -czvf compiler.tar.gz nms-nap-compiler/
160160
```
161161
@@ -189,7 +189,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0
189189
sudo yum update -y
190190
sudo mkdir -p nms-nap-compiler
191191
192-
sudo yumdownloader --resolve --destdir=nms-nap-compiler nms-nap-compiler-v5.527.0
192+
sudo yumdownloader --resolve --destdir=nms-nap-compiler nms-nap-compiler-v5.550.0
193193
tar -czvf compiler.tar.gz nms-nap-compiler/
194194
```
195195

content/nim/waf-integration/configuration/install-waf-compiler/install.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0
4848
1. Install the WAF compiler:
4949

5050
```shell
51-
sudo apt-get install nms-nap-compiler-v5.527.0
51+
sudo apt-get install nms-nap-compiler-v5.550.0
5252
```
5353

5454
1. To install multiple compiler versions on the same system, append the `--force-overwrite` option after the first installation:
5555

5656
```shell
57-
sudo apt-get install nms-nap-compiler-v5.527.0 -o Dpkg::Options::="--force-overwrite"
57+
sudo apt-get install nms-nap-compiler-v5.550.0 -o Dpkg::Options::="--force-overwrite"
5858
```
5959

6060
1. {{< include "nim/waf/restart-nms-integrations.md" >}}
@@ -78,7 +78,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0
7878
1. Install the WAF compiler:
7979

8080
```shell
81-
sudo yum install nms-nap-compiler-v5.527.0
81+
sudo yum install nms-nap-compiler-v5.550.0
8282
```
8383

8484
1. {{< include "nim/waf/restart-nms-integrations.md" >}}
@@ -102,7 +102,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0
102102
1. Install the WAF compiler:
103103

104104
```shell
105-
sudo yum install nms-nap-compiler-v5.527.0
105+
sudo yum install nms-nap-compiler-v5.550.0
106106
```
107107

108108
1. {{< include "nim/waf/restart-nms-integrations.md" >}}
@@ -126,7 +126,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0
126126
1. Install the WAF compiler:
127127

128128
```shell
129-
sudo yum install nms-nap-compiler-v5.527.0
129+
sudo yum install nms-nap-compiler-v5.550.0
130130
```
131131

132132
1. {{< include "nim/waf/restart-nms-integrations.md" >}}

content/nim/waf-integration/configuration/troubleshooting.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ sudo /opt/nms-nap-compiler/app_protect-<version>/bin/apcompile -h
6060
**Example:**
6161

6262
```shell
63-
sudo /opt/nms-nap-compiler/app_protect-5.527.0/bin/apcompile -h
63+
sudo /opt/nms-nap-compiler/app_protect-5.550.0/bin/apcompile -h
6464
```
6565

6666
**Expected output:**
6767

6868
```text
6969
USAGE:
70-
/opt/nms-nap-compiler/app_protect-5.527.0/bin/apcompile <options>
70+
/opt/nms-nap-compiler/app_protect-5.550.0/bin/apcompile <options>
7171
7272
Examples:
73-
/opt/nms-nap-compiler/app_protect-5.527.0/bin/apcompile -p /path/to/policy.json -o mypolicy.tgz
74-
/opt/nms-nap-compiler/app_protect-5.527.0/bin/apcompile -p policyA.json -g myglobal.json -o /path/to/policyA_bundle.tgz
75-
/opt/nms-nap-compiler/app_protect-5.527.0/bin/apcompile -g myglobalsettings.json --global-state-outfile /path/to/myglobalstate.tgz
76-
/opt/nms-nap-compiler/app_protect-5.527.0/bin/apcompile -b /path/to/policy_bundle.tgz --dump
77-
/opt/nms-nap-compiler/app_protect-5.527.0/bin/apcompile -l logprofA.json -o /path/to/logprofA_bundle.tgz
73+
/opt/nms-nap-compiler/app_protect-5.550.0/bin/apcompile -p /path/to/policy.json -o mypolicy.tgz
74+
/opt/nms-nap-compiler/app_protect-5.550.0/bin/apcompile -p policyA.json -g myglobal.json -o /path/to/policyA_bundle.tgz
75+
/opt/nms-nap-compiler/app_protect-5.550.0/bin/apcompile -g myglobalsettings.json --global-state-outfile /path/to/myglobalstate.tgz
76+
/opt/nms-nap-compiler/app_protect-5.550.0/bin/apcompile -b /path/to/policy_bundle.tgz --dump
77+
/opt/nms-nap-compiler/app_protect-5.550.0/bin/apcompile -l logprofA.json -o /path/to/logprofA_bundle.tgz
7878
```
7979

8080
---

0 commit comments

Comments
 (0)