Skip to content

add changelog entry for config revert #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 3, 2025
Merged
22 changes: 15 additions & 7 deletions content/nginx-one/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
description: ''
description: ""
docs: DOCS-1394
doctypes:
- reference
- reference
tags:
- docs
- docs
title: Changelog
toc: true
weight: 99999
Expand Down Expand Up @@ -34,6 +34,14 @@ Stay up-to-date with what's new and improved in the F5 NGINX One Console.

## January 20, 2025

### Revert a configuration

Using the NGINX One Console you can now:

- See a history of changes to the configuration on an instance or a Config Sync Group, as well as the content of the previous five configs published to that object
- Review the differences between the current and other saved configurations
- Revert to older configurations as needed

### AI Assistant

In the F5 NGINX One Console, you can now select lines from your configuration files, and then select **Explain with AI**. The NGINX One AI Assistant explains those lines based on the official NGINX documentation.
Expand Down Expand Up @@ -62,7 +70,7 @@ For more information, see the full documentation on [Managing Config Sync Groups

### Instance object cleanup

NGINX Instance objects that have been `unavailable` for a set period will be automatically cleaned up (deleted). By default, this period is 24 hours from the time the NGINX Instance object was last updated. An administrator can change or disable the cleanup process in the "Instance Settings" under Settings. Events will be generated for NGINX Instances that have been automatically cleaned up. See "Events" for a list of NGINX Instances that have been deleted automatically.
NGINX Instance objects that have been `unavailable` for a set period will be automatically cleaned up (deleted). By default, this period is 24 hours from the time the NGINX Instance object was last updated. An administrator can change or disable the cleanup process in the "Instance Settings" under Settings. Events will be generated for NGINX Instances that have been automatically cleaned up. See "Events" for a list of NGINX Instances that have been deleted automatically.

## June 11, 2024

Expand Down Expand Up @@ -92,9 +100,9 @@ We've updated the **Instance Details** and **Data Plane Keys** pages to make it
### Breaking change

- API responses now use "object_id" instead of "uuid". For example, **key_1mp6W5pqRxSZJugJN-yA8g**. We've introduced specific prefixes for different types of objects:
- Use **key_** for data-plane keys.
- Use **inst_** for NGINX instances.
- Use **nc_** for NGINX configurations.
- Use **key\_** for data-plane keys.
- Use **inst\_** for NGINX instances.
- Use **nc\_** for NGINX configurations.
- Likewise, we've updated the JSON key from **uuid** to **object_id** in response objects.

## February 6, 2024
Expand Down
Loading