From 1f369229eff97a826d68977d22b9e0e61640562e Mon Sep 17 00:00:00 2001 From: Orion Moore Date: Wed, 27 May 2026 14:32:43 -0600 Subject: [PATCH 1/2] OPSC-17911 OpsCenter 6.8.51 release --- OpsCenter_6.8_Release_Notes.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/OpsCenter_6.8_Release_Notes.md b/OpsCenter_6.8_Release_Notes.md index 9eece69..8487629 100644 --- a/OpsCenter_6.8_Release_Notes.md +++ b/OpsCenter_6.8_Release_Notes.md @@ -1,13 +1,26 @@ # Release notes for OpsCenter Due to numerous errors and customers reporting performance problems with the versions of OpsCenter released with the updated -java driver, we are going to release OpsCenter 6.8.51 with the driver update reverted as soon as possible. We will be removing +java driver, we have released OpsCenter 6.8.51 with the driver update reverted. We removed the OpsCenter versions with the driver issue and other significant issues from FixCentral. Those are 6.8.47, 6.8.48, 6.8.49, -and 6.8.50. We recommend customers encountering issues go back to 6.8.46 until a fixed version of OpsCenter is released. All +and 6.8.50. We recommend customers encountering issues go to 6.8.51. All updates since 6.8.46 that are not related to the driver upgrade will remain in place. The OpsCenter team is making significant improvements to the QA process to avoid mistakes like this in the future. +# Release Notes for OpsCenter 6.8.51 +28 May 2026 + +## Backup Service +* Added option to select AWS SDK version for compatibility with older versions. (OPSC-17823) + +## Core +* Reverted the upgrade of the cassandra driver and associated bug fixes. This also required the revert of the guava security update. That issue will be addressed in a future release. (OPSC-17905) + +## Security +* Added Netty dependency to overwrite external dependencies addressing CVE-2026-42583 ( (OPSC-17895) +* Upgraded dojo, dijit, dojox, and dojo-util to 1.17.3, addressing CVE-2021-23450 (CWE-1321: Improperly Controlled Modification of Object Prototype Attributes Prototype Pollution). (OPSC-17877) + # (Retracted) Release Notes for OpsCenter 6.8.50 13 May 2026 From 97e9295e3a825a893a5743041aacac209f6d383f Mon Sep 17 00:00:00 2001 From: Timothy Orion Moore Date: Thu, 28 May 2026 09:59:31 -0600 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: annieden <94020405+annieden@users.noreply.github.com> --- OpsCenter_6.8_Release_Notes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OpsCenter_6.8_Release_Notes.md b/OpsCenter_6.8_Release_Notes.md index 8487629..8822e39 100644 --- a/OpsCenter_6.8_Release_Notes.md +++ b/OpsCenter_6.8_Release_Notes.md @@ -1,12 +1,12 @@ # Release notes for OpsCenter Due to numerous errors and customers reporting performance problems with the versions of OpsCenter released with the updated -java driver, we have released OpsCenter 6.8.51 with the driver update reverted. We removed -the OpsCenter versions with the driver issue and other significant issues from FixCentral. Those are 6.8.47, 6.8.48, 6.8.49, -and 6.8.50. We recommend customers encountering issues go to 6.8.51. All -updates since 6.8.46 that are not related to the driver upgrade will remain in place. +java driver, the release of OpsCenter 6.8.51 reverts the driver update. +FixCentral no longer offers the OpsCenter versions with the driver issue and other significant issues. Those are 6.8.47, 6.8.48, 6.8.49, +and 6.8.50. We recommend customers encountering issues migrate to version 6.8.51. All +valid updates since 6.8.46 that are not related to the driver upgrade will remain in place. -The OpsCenter team is making significant improvements to the QA process to avoid mistakes like this in the future. +Significant QA process improvements are in process to avoid similar future issues. # Release Notes for OpsCenter 6.8.51 28 May 2026