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 786e6d91d..690e39c3b 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.22.2 | Release 4.8.0–4.16.0, 5.1.0–5.13.4 | +| 2.21.0-2.22.2 | Release 4.8.0–4.16.0, 5.1.0–5.14.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-distros.md b/content/includes/nim/tech-specs/supported-distros.md index 1132db74c..400a70702 100644 --- a/content/includes/nim/tech-specs/supported-distros.md +++ b/content/includes/nim/tech-specs/supported-distros.md @@ -14,7 +14,7 @@ The following table lists the Linux distributions supported by NGINX Instance Ma |-----------------|----------------------------------------|------------------|-----------------------------------------------------|----------------------------------------------------| | Debian | 11
12
13 | x86_64
x86_64
x86_64 | Supported
Supported
Supported | Supported
Supported
Supported | | Oracle Linux | 8.0 and later in the 8.x family | x86_64 | Supported | Supported | -| RHEL ( Redhat/ Rocky) | 8.0 and later in the 8.x family
9.0 and later in the 9.x family
10.0 and later in the 10.x family | x86_64
x86_64
x86_64 | Supported
Supported
Supported | Supported
Supported
Supported | +| RHEL and Rocky | 8.0 and later in the 8.x family
9.0 and later in the 9.x family
10.0 and later in the 10.x family | x86_64
x86_64
x86_64 | Supported
Supported
Supported | Supported
Supported
Supported | | Ubuntu | 22.04
24.04 | x86_64
x86_64 | Supported
Supported on 2.18.0+ | Supported
Supported | {{}} diff --git a/content/includes/waf/waf-nim-compiler-support.md b/content/includes/waf/waf-nim-compiler-support.md index 502371d26..6fcca1498 100644 --- a/content/includes/waf/waf-nim-compiler-support.md +++ b/content/includes/waf/waf-nim-compiler-support.md @@ -7,6 +7,7 @@ f5-files: | F5 WAF for NGINX version | WAF compiler version | |---------------------------|----------------------------| +| 5.14.0 | nms-nap-compiler-v5.690.0 | | 5.13.4 | nms-nap-compiler-v5.635.4 | | 5.13.3 | nms-nap-compiler-v5.635.3 | | 5.13.2 | nms-nap-compiler-v5.635.2 | diff --git a/content/nim/waf-integration/configuration/install-waf-compiler/install-disconnected.md b/content/nim/waf-integration/configuration/install-waf-compiler/install-disconnected.md index e87f0d762..d22fcd0bd 100644 --- a/content/nim/waf-integration/configuration/install-waf-compiler/install-disconnected.md +++ b/content/nim/waf-integration/configuration/install-waf-compiler/install-disconnected.md @@ -60,11 +60,11 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 mkdir -p compiler && cd compiler sudo apt-get update - sudo apt-get download nms-nap-compiler-v5.635.4 + sudo apt-get download nms-nap-compiler-v5.690.0 cd ../ mkdir -p compiler/compiler.deps sudo apt-get install --download-only --reinstall --yes --print-uris \ - nms-nap-compiler-v5.635.4 \ + nms-nap-compiler-v5.690.0 \ | grep ^\' \ | cut -d\' -f2 \ | xargs -n 1 wget -P ./compiler/compiler.deps @@ -108,11 +108,11 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 mkdir -p compiler && cd compiler sudo apt-get update - sudo apt-get download nms-nap-compiler-v5.635.4 + sudo apt-get download nms-nap-compiler-v5.690.0 cd ../ mkdir -p compiler/compiler.deps sudo apt-get install --download-only --reinstall --yes --print-uris \ - nms-nap-compiler-v5.635.4 \ + nms-nap-compiler-v5.690.0 \ | grep ^\' \ | cut -d\' -f2 \ | xargs -n 1 wget -P ./compiler/compiler.deps @@ -157,7 +157,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 sudo yum update -y sudo mkdir -p nms-nap-compiler - sudo yumdownloader --resolve --destdir=nms-nap-compiler nms-nap-compiler-v5.635.4 + sudo yumdownloader --resolve --destdir=nms-nap-compiler nms-nap-compiler-v5.690.0 tar -czvf compiler.tar.gz nms-nap-compiler/ ``` @@ -192,7 +192,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 sudo yum update -y sudo mkdir -p nms-nap-compiler - sudo yumdownloader --resolve --destdir=nms-nap-compiler nms-nap-compiler-v5.635.4 + sudo yumdownloader --resolve --destdir=nms-nap-compiler nms-nap-compiler-v5.690.0 tar -czvf compiler.tar.gz nms-nap-compiler/ ``` diff --git a/content/nim/waf-integration/configuration/install-waf-compiler/install.md b/content/nim/waf-integration/configuration/install-waf-compiler/install.md index a35a2a5f0..5a8b1171d 100644 --- a/content/nim/waf-integration/configuration/install-waf-compiler/install.md +++ b/content/nim/waf-integration/configuration/install-waf-compiler/install.md @@ -50,13 +50,13 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 1. Install the WAF compiler: ```shell - sudo apt-get install nms-nap-compiler-v5.635.4 + sudo apt-get install nms-nap-compiler-v5.690.0 ``` 1. To install multiple compiler versions on the same system, append the `--force-overwrite` option after the first installation: ```shell - sudo apt-get install nms-nap-compiler-v5.635.4 -o Dpkg::Options::="--force-overwrite" + sudo apt-get install nms-nap-compiler-v5.690.0 -o Dpkg::Options::="--force-overwrite" ``` 1. {{< include "nim/waf/restart-nms-integrations.md" >}} @@ -80,7 +80,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 1. Install the WAF compiler: ```shell - sudo yum install nms-nap-compiler-v5.635.4 + sudo yum install nms-nap-compiler-v5.690.0 ``` 1. {{< include "nim/waf/restart-nms-integrations.md" >}} @@ -104,7 +104,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 1. Install the WAF compiler: ```shell - sudo yum install nms-nap-compiler-v5.635.4 + sudo yum install nms-nap-compiler-v5.690.0 ``` 1. {{< include "nim/waf/restart-nms-integrations.md" >}} @@ -128,7 +128,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 1. Install the WAF compiler: ```shell - sudo yum install nms-nap-compiler-v5.635.4 + sudo yum install nms-nap-compiler-v5.690.0 ``` 1. {{< include "nim/waf/restart-nms-integrations.md" >}} diff --git a/content/nim/waf-integration/configuration/troubleshooting.md b/content/nim/waf-integration/configuration/troubleshooting.md index aab2bd613..fd2978fef 100644 --- a/content/nim/waf-integration/configuration/troubleshooting.md +++ b/content/nim/waf-integration/configuration/troubleshooting.md @@ -62,21 +62,21 @@ sudo /opt/nms-nap-compiler/app_protect-/bin/apcompile -h **Example:** ```shell -sudo /opt/nms-nap-compiler/app_protect-5.635.4/bin/apcompile -h +sudo /opt/nms-nap-compiler/app_protect-5.690.0/bin/apcompile -h ``` **Expected output:** ```text USAGE: - /opt/nms-nap-compiler/app_protect-5.635.4/bin/apcompile + /opt/nms-nap-compiler/app_protect-5.690.0/bin/apcompile Examples: - /opt/nms-nap-compiler/app_protect-5.635.4/bin/apcompile -p /path/to/policy.json -o mypolicy.tgz - /opt/nms-nap-compiler/app_protect-5.635.4/bin/apcompile -p policyA.json -g myglobal.json -o /path/to/policyA_bundle.tgz - /opt/nms-nap-compiler/app_protect-5.635.4/bin/apcompile -g myglobalsettings.json --global-state-outfile /path/to/myglobalstate.tgz - /opt/nms-nap-compiler/app_protect-5.635.4/bin/apcompile -b /path/to/policy_bundle.tgz --dump - /opt/nms-nap-compiler/app_protect-5.635.4/bin/apcompile -l logprofA.json -o /path/to/logprofA_bundle.tgz + /opt/nms-nap-compiler/app_protect-5.690.0/bin/apcompile -p /path/to/policy.json -o mypolicy.tgz + /opt/nms-nap-compiler/app_protect-5.690.0/bin/apcompile -p policyA.json -g myglobal.json -o /path/to/policyA_bundle.tgz + /opt/nms-nap-compiler/app_protect-5.690.0/bin/apcompile -g myglobalsettings.json --global-state-outfile /path/to/myglobalstate.tgz + /opt/nms-nap-compiler/app_protect-5.690.0/bin/apcompile -b /path/to/policy_bundle.tgz --dump + /opt/nms-nap-compiler/app_protect-5.690.0/bin/apcompile -l logprofA.json -o /path/to/logprofA_bundle.tgz ``` ---