From ac9bda351dd84ae38e7e5436f0bdfad1dc17d0f5 Mon Sep 17 00:00:00 2001 From: Orion Moore Date: Fri, 19 Sep 2025 17:04:56 -0600 Subject: [PATCH] OpsCenter 6.8.46 Release Notes --- OpsCenter_6.8_Release_Notes.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/OpsCenter_6.8_Release_Notes.md b/OpsCenter_6.8_Release_Notes.md index fc481d6..4ccc55f 100644 --- a/OpsCenter_6.8_Release_Notes.md +++ b/OpsCenter_6.8_Release_Notes.md @@ -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)