v0.102.1
版本发布时间: 2024-06-05 23:03:37
open-telemetry/opentelemetry-collector最新发布版本:v0.116.0(2024-12-17 05:52:03)
Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.102.1
This release addresses CVE-2024-36129 (GHSA-c74f-6mfw-mm4v) fully.
End User Changelog
🧰 Bug fixes 🧰
-
configrpc
: Use own compressors for zstd (#10323) Before this change, the zstd compressor we used didn't respect the max message size. This addresses CVE-2024-36129 (GHSA-c74f-6mfw-mm4v) onconfiggrpc
.