Releases: open-telemetry/opentelemetry-collector-releases
v0.107.0
Check the v0.107.0 contrib changelog and the v0.107.0 core changelog for changelogs on specific components.
This release fixes CVE-2024-42368 on the bearerauthtokenextension (open-telemetry/opentelemetry-collector-contrib#34516).
Changelog
- 6bb8682 Prepare 0.107.0 release (#636)
- 9fe2ba4 Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#634)
- b7cb307 Bump actions/upload-artifact from 4.3.4 to 4.3.6 (#635)
- cd2dacc Migrate ocb binary release to opentelemetry-collector-releases (#608)
- 73a756f fix linux package dependencies (#620)
- 5342205 Add /bin/sh dependency to linux packages (#617)
- efc0813 [chore] move package tests from contrib repo to this repo (#604)
cmd/builder/v0.107.0
Images and binaries for collector distributions here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.107.0
v0.106.1
Check the v0.106.1 contrib changelog and the v0.106.1 core changelog for changelogs on specific components.
Changelog
v0.106.0
Check the v0.106.0 contrib changelog and the v0.106.0 core changelog for changelogs on specific components.
Changelog
- 1e67d14 Prepare release v0.106.0 (#615)
- a13cff5 fix some broken conditionals in pipelines (#610)
- 34bc10d Bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#612)
- c75880c Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#613)
- 10e46e7 Bump docker/login-action from 3.2.0 to 3.3.0 (#614)
- 3148572 update remaining goreleaser usages to v2 (#609)
- 4d6e084 Bump anchore/sbom-action from 0.16.1 to 0.17.0 (#605)
- 19d291d Update go to 1.22 (#600)
v0.105.0
Check the v0.105.0 contrib changelog and the v0.105.0 core changelog for changelogs on specific components.
Changelog
- de3ee0e [chore] Prepare release v0.105.0 (#599)
- f3a1a81 feat: add Sumo Logic extension (#557)
- b143cad Bump actions/setup-go from 5.0.1 to 5.0.2 (#597)
- a2b1243 Bump anchore/sbom-action from 0.16.0 to 0.16.1 (#598)
- 2dd46ba Add otel-arrow components to the contrib and k8s distribution (#595)
- 5042a2f Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#590)
- 8ffab0b Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#591)
- c9063cc Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#592)
- aefeda4 Bump actions/download-artifact from 4.1.7 to 4.1.8 (#593)
- 13992df remove skywalking exporter (#589)
v0.104.0
Check the v0.104.0 contrib changelog and the v0.104.0 core changelog for changelogs on specific components.
- The
otlpreceiver
now useslocalhost
by default instead of0.0.0.0
. This may break the receiver in containerized environments like Kubernetes. If you depend on0.0.0.0
disable thecomponent.UseLocalHostAsDefaultHost
feature gate or explicitly set the endpoint to0.0.0.0
. - Expansion of BASH-style environment variables, such as
$FOO
is no longer supported by default. If you depend on this syntax, disable theconfmap.unifyEnvVarExpansion
feature gate, but know that the feature will be removed in the future in favor of${env:FOO}
.
Changelog
v0.103.1
Check the v0.103.0 contrib changelog and the v0.103.0 core changelog for changelogs on specific components.
Changelog
v0.103.0
Check the v0.103.0 contrib changelog and the v0.103.0 core changelog for changelogs on specific components.
Changelog
v0.102.1
Check the v0.102.1 core changelog for changelogs on specific components.
This release addresses CVE-2024-36129 (GHSA-c74f-6mfw-mm4v) fully.
Changelog
v0.102.0
Check the v0.102.0 contrib changelog and the v0.102.0 core changelog for changelogs on specific components.
This release addresses GHSA-c74f-6mfw-mm4v for confighttp
only. Use v0.102.1 instead to get the fix on configgrpc
as well.