From b6cb3491733899bdc0190f025529ccf15be6aabc Mon Sep 17 00:00:00 2001 From: Orion Moore Date: Tue, 30 Jun 2026 17:56:49 -0600 Subject: [PATCH 1/2] OPSC-17911 OpsCenter 6.8.52 release --- OpsCenter_6.8_Release_Notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/OpsCenter_6.8_Release_Notes.md b/OpsCenter_6.8_Release_Notes.md index 8822e39..3a334f1 100644 --- a/OpsCenter_6.8_Release_Notes.md +++ b/OpsCenter_6.8_Release_Notes.md @@ -8,6 +8,23 @@ valid updates since 6.8.46 that are not related to the driver upgrade will remai Significant QA process improvements are in process to avoid similar future issues. +# Release Notes for OpsCenter 6.8.52 +30 June 2026 + +## Backup Service +* Fixed a bug that made OpsCenter unable to work with tables containing vector columns. (OPSC-17965) + +## Monitoring +* Reduced the agent logging of the missing metrics from warn to trace. (OPSC-17919) +* Fixed a bug where disk alerts could be triggered when disk usage data was unavailable. (OPSC-17699) + +## Provisioning +* Fixed an issue where LCM configuration jobs (install/configure/upgrade) overwrote custom SSL settings in OpsCenter's cluster.conf. The [agents] section's ssl_truststore was incorrectly set to the keystore path. For the [cassandra] section, a new per-cluster setting, "Manage Cassandra SSL" (enabled by default), lets users opt out of LCM managing those SSL settings, preserving any values configured directly in cluster.conf. The setting appears as a checkbox in the Add/Edit Cluster dialog when client encryption is enabled, or can be set via the manage-opsc-cassandra-ssl property in the LCM API. (OPSC-17677) + +## Security +* 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) +* Updated jackson to version 2.21.4 to address CVE-2026-54512. (OPSC-17976) + # Release Notes for OpsCenter 6.8.51 28 May 2026 From 2f49eec5398114ef5eb7fca5c110e6596c3aa6d5 Mon Sep 17 00:00:00 2001 From: Timothy Orion Moore Date: Thu, 2 Jul 2026 18:17:36 -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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpsCenter_6.8_Release_Notes.md b/OpsCenter_6.8_Release_Notes.md index 3a334f1..2157591 100644 --- a/OpsCenter_6.8_Release_Notes.md +++ b/OpsCenter_6.8_Release_Notes.md @@ -19,11 +19,11 @@ Significant QA process improvements are in process to avoid similar future issue * Fixed a bug where disk alerts could be triggered when disk usage data was unavailable. (OPSC-17699) ## Provisioning -* Fixed an issue where LCM configuration jobs (install/configure/upgrade) overwrote custom SSL settings in OpsCenter's cluster.conf. The [agents] section's ssl_truststore was incorrectly set to the keystore path. For the [cassandra] section, a new per-cluster setting, "Manage Cassandra SSL" (enabled by default), lets users opt out of LCM managing those SSL settings, preserving any values configured directly in cluster.conf. The setting appears as a checkbox in the Add/Edit Cluster dialog when client encryption is enabled, or can be set via the manage-opsc-cassandra-ssl property in the LCM API. (OPSC-17677) +* Fixed an issue where LCM install, configure, and upgrade configuration jobs overwrote custom SSL settings in OpsCenter's `cluster.conf`. The `[agents]` section's `ssl_truststore` was incorrectly set to the keystore path. Created a new per-cluster setting, `Manage Cassandra SSL`, enabled by default, in the `[cassandra]` section. This setting allows users to opt out of LCM managing custom SSL settings and preserve any values configured directly in `cluster.conf`. The setting appears as a checkbox in the `Add/Edit Cluster` dialog when client encryption is enabled, or can be set via the `manage-opsc-cassandra-ssl` property in the LCM API. (OPSC-17677) ## Security -* 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) -* Updated jackson to version 2.21.4 to address CVE-2026-54512. (OPSC-17976) +* Upgraded `dojo`, `dijit`, `dojox`, and `dojo-util` to version 1.17.3, addressing CVE-2021-23450 (CWE-1321: Improperly Controlled Modification of Object Prototype Attributes Prototype Pollution). (OPSC-17877) +* Updated `jackson` to version 2.21.4 to address CVE-2026-54512. (OPSC-17976) # Release Notes for OpsCenter 6.8.51 28 May 2026