From 16ec5f2687a424f881ba1672e62ea1e64f838c3c Mon Sep 17 00:00:00 2001 From: Orion Moore Date: Tue, 11 Aug 2026 18:39:30 -0600 Subject: [PATCH 1/2] OPSC-18015 OpsCenter 6.8.53 release notes --- OpsCenter_6.8_Release_Notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/OpsCenter_6.8_Release_Notes.md b/OpsCenter_6.8_Release_Notes.md index de5ac50..bbbc403 100644 --- a/OpsCenter_6.8_Release_Notes.md +++ b/OpsCenter_6.8_Release_Notes.md @@ -8,6 +8,16 @@ 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.53 +13 Aug 2026 + +## Security +* Updated version of mchange to address CVE-2026-55153. (OPSC-17985) +* Updated version of org.apache.commons:commons-configuration2 to address CVE-2026-45205. (OPSC-17986) +* Upgraded commons-compress from 1.10 to 1.27.1 (bundled inside jython-standalone). Upgraded Go from 1.24.2 to 1.26.5 to resolve 33 Go stdlib CVEs. (OPSC-17995) +* Upgraded jackson to 2.21.5 to address CVE-2026-54515. (OPSC-17998) +* Upgraded Netty from 4.1.135 to 4.1.136 to address CVEs. (OPSC-18009) + # Release Notes for OpsCenter 6.8.52 30 June 2026 From 541361e1e8dc3cc54802f83edc901566bda053c4 Mon Sep 17 00:00:00 2001 From: Orion Moore Date: Thu, 13 Aug 2026 11:40:36 -0600 Subject: [PATCH 2/2] OPSC-18015 Apply review feedback on 6.8.53 release notes - Use exact artifact IDs with backtick formatting - Include specific target versions - Include specific CVE identifiers where applicable --- 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 bbbc403..3c501b9 100644 --- a/OpsCenter_6.8_Release_Notes.md +++ b/OpsCenter_6.8_Release_Notes.md @@ -12,11 +12,11 @@ Significant QA process improvements are in process to avoid similar future issue 13 Aug 2026 ## Security -* Updated version of mchange to address CVE-2026-55153. (OPSC-17985) -* Updated version of org.apache.commons:commons-configuration2 to address CVE-2026-45205. (OPSC-17986) -* Upgraded commons-compress from 1.10 to 1.27.1 (bundled inside jython-standalone). Upgraded Go from 1.24.2 to 1.26.5 to resolve 33 Go stdlib CVEs. (OPSC-17995) -* Upgraded jackson to 2.21.5 to address CVE-2026-54515. (OPSC-17998) -* Upgraded Netty from 4.1.135 to 4.1.136 to address CVEs. (OPSC-18009) +* Updated to `mchange-commons-java` version 0.6.0 to address CVE-2026-55153. (OPSC-17985) +* Updated to `org.apache.commons:commons-configuration2` version 2.15.0 to address CVE-2026-45205. (OPSC-17986) +* Upgraded `commons-compress` version from 1.10 to 1.27.1 (bundled inside `jython-standalone`). Upgraded `Go` version from 1.24.2 to 1.26.5 to resolve 33 Go `stdlib` CVEs. (OPSC-17995) +* Upgraded `jackson` to version 2.21.5 to address CVE-2026-54515. (OPSC-17998) +* Upgraded `Netty` version from 4.1.135 to 4.1.136 to address CVEs. (OPSC-18009) # Release Notes for OpsCenter 6.8.52 30 June 2026