Skip to content
Open
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
6 changes: 6 additions & 0 deletions content/nginx-one-console/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ f5-docs: DOCS-1394

Stay up-to-date with what's new and improved in the F5 NGINX One Console.

## June 15, 2026

### F5 WAF for NGINX: Updated policy version names

Policy versions are now numbered sequentially (v1, v2, v3, etc.) instead of using the creation date as the version name. You can also add an optional comment to each version for reference. Existing policy versions now use the new naming scheme.

## April 7, 2026

### Observability: F5 WAF for NGINX security dashboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ View the F5 WAF for NGINX ["General Configuration"]({{< ref "/waf/policies/confi

NGINX One Console includes a Policy JSON section which displays your policy in JSON format. What you configure here is written to your instance of F5 WAF for NGINX.

From NGINX One Console, you can review the policies that you've saved, along with their versions. Select **WAF** > **Policies**. Select the policy that you want to review or modify.

With the **Edit** option, you can customize this policy. It opens the JSON file in a local editor. When you select **Save Policy**, it saves the latest version of what you've configured. You'll see your new policy under the name you used.

From NGINX One Console, you can review the policies that you've saved, along with their versions. Select **WAF** > **Policies**. Select the policy that you want to review or modify.
{{< call-out class="note" >}}
You can add an optional **version comment** (up to 150 characters) to describe what changed in that version. Each saved version is also assigned a sequential name: `v1`, `v2`, `v3`, and so on.
{{< /call-out >}}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ From NGINX One Console, select **WAF** > **Policies**. Select the name of the po
- Policy Details: Descriptions, status, enforcement type, latest version, and last deployed time.
- Deployments: List of instances and Config Sync Groups where the F5 WAF for NGINX policy is deployed.
- Policy JSON: The policy, in JSON format. With the **Edit** button, you can modify this policy.
- Versions: Policy versions that you've written. You can apply an older policy to your deployments.
- Versions: Policy versions that you've written, labeled sequentially (`v1`, `v2`, `v3`, and so on). Each version shows its name, creation date, enforcement mode, and optional version comment. Select a version to view its details or update its comment. You can also apply an older policy version to your deployments.

## Modify existing policies

Expand Down
Loading
Loading