Skip to content
Open
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
12 changes: 11 additions & 1 deletion OpsCenter_6.8_Release_Notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Release notes for OpsCenter

# Release Notes for OpsCenter 6.8.46
19 September 2025

## Backup Service
* Fixed backup cleanup to respect `allow_one_failure setting`, causing old backups to be removed when one node is down. (OPSC-17732)
* Fixed S3 backup location validation failing when using AWS CLI for buckets in us-east-1 region due to incorrect handling of null LocationConstraint response. (OPSC-17730)

## UI
* Introduced new configuration option `backup_tmp_dir` in `address.yaml`. This controls the directory used to temporarily stage and compress backup data before uploading to destinations like S3, Azure, or Swift. Defaults to the value of `tmp_dir`. (OPSC-17696)

# Release Notes for OpsCenter 6.8.45
17th June,2025
17 June 2025

## Core
* Added the `node_ips` option to monitor nodes for alerts. Setting this field limits alerts monitoring to the nodes specified in the list. For example: ["127.0.0.1","127.0.0.2"]. (OPSC-17644)
Expand Down