Skip to content

Commit 2691f1f

Browse files
JV0812kimsaucejagan2221
authored
Installed Collector v19.534-1 - RN (#6060)
* Installed Collector v19.534-1 - RN * minor fix * Update blog-collector/2025-12-27-installed.md Co-authored-by: Kim (Sumo Logic) <[email protected]> * Update and rename 2025-12-27-installed.md to 2025-12-11-installed.md --------- Co-authored-by: Kim (Sumo Logic) <[email protected]> Co-authored-by: Jaganathan P <[email protected]>
1 parent 90b1f2c commit 2691f1f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Version 19.534-2 (Installed Collector)
3+
hide_table_of_contents: true
4+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
5+
---
6+
7+
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
9+
In this release, we've enhanced the security and stability of the Collector with added support for security patches.
10+
11+
- Upgraded collector JRE to **Amazon Corretto Version 17.0.17.10.1**.
12+
- Upgraded `com.tanuki:wrapper` to version 3.6.3.
13+
- Upgraded `org.bouncycastle:bc-fips` to version 1.0.2.6 to address known security vulnerabilities (CVE-2025-8885).
14+
- Known issues when upgrading to this version:
15+
- **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).
16+
- **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.
17+
```
18+
sudo ./collector start
19+
```

0 commit comments

Comments
 (0)