|
| 1 | +--- |
| 2 | +title: 2024 Archive |
| 3 | +image: https://help.sumologic.com/img/sumo-square.png |
| 4 | +--- |
| 5 | + |
| 6 | +import useBaseUrl from '@docusaurus/useBaseUrl'; |
| 7 | + |
| 8 | +<a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a> |
| 9 | + |
| 10 | +This is an archive of 2024 Collector Release Notes. To view the full archive, [click here](/release-notes-collector/archive). |
| 11 | + |
| 12 | +<!--truncate--> |
| 13 | + |
| 14 | +--- |
| 15 | + |
| 16 | +### November 26, 2024 - Version 19.516-1 |
| 17 | + |
| 18 | +In this release, we've enhanced the security and stability of the Collector with added support for security patches. |
| 19 | + |
| 20 | +#### Security Fixes |
| 21 | + |
| 22 | +- Upgraded `Tanuki version` to version 3.5.60 to fix the collector intermittently crashing issue. |
| 23 | +- Upgraded collector JRE to **Amazon Corretto Version 8.432.06.1**. |
| 24 | + |
| 25 | +#### Troubleshooting |
| 26 | + |
| 27 | +When upgrading this collector version, the collector running as a non-root user (run as mode) or on a Mac operating system cannot be upgraded through the API/Web UI. To resolve these issue, follow the respective steps below: |
| 28 | + - **Collector running as a non-root user.** An error message will be displayed indicating that the upgrade is not possible. The upgrade must be performed manually on your machine. Refer to [Upgrade Collectors in Sumo Logic](/docs/send-data/collection/upgrade-collectors/#upgrade-collectors-using-the-command-line) to upgrade the collector manually. |
| 29 | + - **Collector running on Mac.** The process will stop while upgrading, and the collector will need to be restarted manually on your machine. Use the code below to restart manually. |
| 30 | + ``` |
| 31 | + sudo ./collector start |
| 32 | + ``` |
| 33 | + |
| 34 | +### October 31, 2024 - Version 19.514-1 |
| 35 | + |
| 36 | +In this release, we've enhanced the security and stability of the Collector with added support for security patches and bug fixes. |
| 37 | + |
| 38 | +#### Security Fixes |
| 39 | + |
| 40 | +- Upgraded `com.fasterxml.jackson.core` to version 2.15.4 to address jackson-core vulnerability (CVE-2023-0067). |
| 41 | +- Upgraded `org.apache.avro:avro` to version 1.11.4 to address ion-java vulnerability (CVE-2024-47561). |
| 42 | + |
| 43 | +#### Bug Fix |
| 44 | + |
| 45 | +- Fixed the intermittent collector crash issue for AD source. |
| 46 | + |
| 47 | +### August 23, 2024 - Version 19.506-1 |
| 48 | + |
| 49 | +In this release, we've enhanced the security and stability of the Collector with added support for security patches and bug fixes. |
| 50 | + |
| 51 | +#### Security Fixes |
| 52 | + |
| 53 | +- Upgraded collector JRE to **Amazon Corretto Version 8.422.05.1**. |
| 54 | +- Upgraded `com.amazonaws:aws-java-sdk-s3` to version 1.12.767 to address ion-java vulnerability (CVE-2024-21634). |
| 55 | + |
| 56 | +#### Bug Fix |
| 57 | + |
| 58 | +- Fixed the Docker duplication data re-ingestion issue. |
| 59 | + |
| 60 | +### July 03, 2024 - Version 19.500-2 |
| 61 | + |
| 62 | +In this release, we've enhanced the security and stability of the Collector with added support for security patches and bug fixes. |
| 63 | + |
| 64 | +#### Security Fixes |
| 65 | + |
| 66 | +- Upgraded collector JRE to **Amazon Corretto Version 8.412.08.1**. |
| 67 | +- Upgraded `Install4j` to version 10 for macOS. |
| 68 | +- Upgraded `com.tanuki:wrapper` to version 3.5.56. |
| 69 | +- Upgraded `org.apache.commons:commons-configuration2` to version 2.11.0 to address known security vulnerabilities (CVE-2024-29133 and CVE-2024-29131). |
| 70 | +- Upgraded `org.bouncycastle:bc-fips` to version 1.2.5.0 to address known security vulnerabilities (CVE-2024-29857). |
| 71 | +- Upgraded `org.apache.commons:commons-compress` to version 1.26.1 to address known security vulnerabilities (CVE-2024-26308 and CVE-2024-25710). |
| 72 | +- Upgraded `org.bouncycastle:bctls-fips` to version 1.0.19 to address known security vulnerabilities (CVE-2024-30171). |
| 73 | +- Upgraded `org.bouncycastle:bcpkix-jdk18on` to version 1.78 to address known security vulnerabilities (CVE-2024-30172, CVE-2024-30171, and CVE-2024-29857). |
| 74 | +- Known issues when upgrading to this version: |
| 75 | + - **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). |
| 76 | + - **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. |
| 77 | + ``` |
| 78 | + sudo ./collector start |
| 79 | + ``` |
| 80 | +
|
| 81 | +#### Bug Fix |
| 82 | +
|
| 83 | +- Fixed the collector start issue by cleaning the temporary files on Windows. |
| 84 | +- Fixed the issue with starting the collector on Linux RHEL OS (version 8.3 and above) with OS-level FIPS mode enabled. |
| 85 | +
|
| 86 | +### March 18, 2024 - Version 19.484-2 |
| 87 | +
|
| 88 | +In this release, we've upgraded the collector JRE to **Amazon Corretto Version 8.402.08.1** to enhance stability and optimize performance for faster execution. |
| 89 | +
|
| 90 | +### March 07, 2024 - Version 19.484-1 |
| 91 | +
|
| 92 | +In this release, we've enhanced the **Amazon Corretto** back-end support for minor version updates. |
| 93 | +
|
| 94 | +### January 25, 2024 - Version 19.478-2 |
| 95 | +
|
| 96 | +In this release, we've enhanced the security and stability of the Collector with added support for security patches and bug fixes. |
| 97 | +
|
| 98 | +#### Security Fixes |
| 99 | +
|
| 100 | +- Upgraded collector JRE to **Amazon Corretto Version 8.402.06.1**. |
| 101 | +- Upgraded `Install4j` to version 10.0.6 for Linux arch. |
| 102 | +- Upgraded `org.json:json` to version 20231013 to address known security vulnerabilities (CVE-2023-5072). |
| 103 | +- Upgraded `org.apache.avro:avro` to 1.11.3 to address known security vulnerabilities (CVE-2023-39410). |
| 104 | +- Upgraded `bcprov-jdk15on` to `bcprov-jdk18on` to address known security vulnerabilities (CVE-2023-33201). |
| 105 | +
|
| 106 | +#### Bug Fix |
| 107 | +
|
| 108 | +- Fixed the issue with Docker Stats Source that was causing metrics to be missing in particular cases. |
0 commit comments