From 8f731248b809c823428b4b6325ef96722c3d3e2d Mon Sep 17 00:00:00 2001 From: Jagadisha V Date: Thu, 27 Nov 2025 13:27:52 +0530 Subject: [PATCH 1/4] Installed Collector v19.534-1 - RN --- blog-collector/2025-12-27-installed.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 blog-collector/2025-12-27-installed.md diff --git a/blog-collector/2025-12-27-installed.md b/blog-collector/2025-12-27-installed.md new file mode 100644 index 0000000000..fccab54972 --- /dev/null +++ b/blog-collector/2025-12-27-installed.md @@ -0,0 +1,19 @@ +--- +title: Version 19.534-1 (Installed Collector) +hide_table_of_contents: true +image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082 +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + +In this release, we've enhanced the security and stability of the Collector with added support for security patches. + +- Upgraded collector JRE to **Amazon Corretto Version 17.0.17.10.11**. +- Upgraded `com.tanuki:wrapper` to version 3.6.3. +- Upgraded `org.bouncycastle:bc-fips` to version 1.0.2.6 to address known security vulnerabilities (CVE-2025-8885). +- Known issues when upgrading to this version: + - **Collector running as non-root user**. Collector running as non-root user (run as mode) cannot be upgraded through the API/Web UI. It display an error message indicating that the upgrade is not possible. The upgrade must be performed manually on your machine. Follow the [steps to upgrade manually](/docs/send-data/collection/upgrade-collectors/#upgrade-collectors-using-the-command-line). + - **Collector running on Mac**. Collector running on a Mac operating system cannot be upgraded through the API/Web UI. The process will stop, and the collector will need to be restarted manually on your machine if upgraded using API or Web UI. Use the below code to manually restart. + ``` + sudo ./collector start + ``` \ No newline at end of file From 9f5f6c9264c9fdcb762a27a48247d99e05ac13c5 Mon Sep 17 00:00:00 2001 From: Jagadisha V Date: Thu, 27 Nov 2025 13:34:26 +0530 Subject: [PATCH 2/4] minor fix --- blog-collector/2025-12-27-installed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-collector/2025-12-27-installed.md b/blog-collector/2025-12-27-installed.md index fccab54972..4f3846dc5f 100644 --- a/blog-collector/2025-12-27-installed.md +++ b/blog-collector/2025-12-27-installed.md @@ -8,7 +8,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; In this release, we've enhanced the security and stability of the Collector with added support for security patches. -- Upgraded collector JRE to **Amazon Corretto Version 17.0.17.10.11**. +- Upgraded collector JRE to **Amazon Corretto Version 17.0.17.10.1**. - Upgraded `com.tanuki:wrapper` to version 3.6.3. - Upgraded `org.bouncycastle:bc-fips` to version 1.0.2.6 to address known security vulnerabilities (CVE-2025-8885). - Known issues when upgrading to this version: From 10e2cbb9b09526635183927d9fc9a467d5a51457 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:49:34 +0530 Subject: [PATCH 3/4] Update blog-collector/2025-12-27-installed.md Co-authored-by: Kim (Sumo Logic) <56411016+kimsauce@users.noreply.github.com> --- blog-collector/2025-12-27-installed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-collector/2025-12-27-installed.md b/blog-collector/2025-12-27-installed.md index 4f3846dc5f..591af6db08 100644 --- a/blog-collector/2025-12-27-installed.md +++ b/blog-collector/2025-12-27-installed.md @@ -12,7 +12,7 @@ In this release, we've enhanced the security and stability of the Collector with - Upgraded `com.tanuki:wrapper` to version 3.6.3. - Upgraded `org.bouncycastle:bc-fips` to version 1.0.2.6 to address known security vulnerabilities (CVE-2025-8885). - Known issues when upgrading to this version: - - **Collector running as non-root user**. Collector running as non-root user (run as mode) cannot be upgraded through the API/Web UI. It display an error message indicating that the upgrade is not possible. The upgrade must be performed manually on your machine. Follow the [steps to upgrade manually](/docs/send-data/collection/upgrade-collectors/#upgrade-collectors-using-the-command-line). + - **Collector running as non-root user**. Collector running as non-root user (run as mode) cannot be upgraded through the API/Web UI. It displays an error message indicating that the upgrade is not possible. The upgrade must be performed manually on your machine. Follow the [steps to upgrade manually](/docs/send-data/collection/upgrade-collectors/#upgrade-collectors-using-the-command-line). - **Collector running on Mac**. Collector running on a Mac operating system cannot be upgraded through the API/Web UI. The process will stop, and the collector will need to be restarted manually on your machine if upgraded using API or Web UI. Use the below code to manually restart. ``` sudo ./collector start From 43255a49ce5eac3d3b8f11d7cca4ac002930ff61 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Thu, 11 Dec 2025 20:23:26 +0530 Subject: [PATCH 4/4] Update and rename 2025-12-27-installed.md to 2025-12-11-installed.md --- .../{2025-12-27-installed.md => 2025-12-11-installed.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename blog-collector/{2025-12-27-installed.md => 2025-12-11-installed.md} (96%) diff --git a/blog-collector/2025-12-27-installed.md b/blog-collector/2025-12-11-installed.md similarity index 96% rename from blog-collector/2025-12-27-installed.md rename to blog-collector/2025-12-11-installed.md index 591af6db08..c7bcc96e33 100644 --- a/blog-collector/2025-12-27-installed.md +++ b/blog-collector/2025-12-11-installed.md @@ -1,5 +1,5 @@ --- -title: Version 19.534-1 (Installed Collector) +title: Version 19.534-2 (Installed Collector) hide_table_of_contents: true image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082 --- @@ -16,4 +16,4 @@ In this release, we've enhanced the security and stability of the Collector with - **Collector running on Mac**. Collector running on a Mac operating system cannot be upgraded through the API/Web UI. The process will stop, and the collector will need to be restarted manually on your machine if upgraded using API or Web UI. Use the below code to manually restart. ``` sudo ./collector start - ``` \ No newline at end of file + ```