Update otel/opentelemetry-collector-contrib Docker tag to v0.132.2 #460
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.129.1
->0.132.2
Release Notes
open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)
v0.132.2
Compare Source
Images and binaries for collector distributions here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.132.2
v0.132.2
v0.132.2 is a patch release attempting to fix a misfire in the build. Please see v0.132.0 for release notes.
v0.132.1
Compare Source
v0.132.0
Compare Source
🛑 Breaking changes 🛑
releases
: Fix artifact checksum files being incomplete and split between Linux/Darwin and Windows. (#1002, #1086)This fixes a bug that occurred because releases for Windows and other Platforms are split.
The Windows release always overwrote the checksum files already created for Linux and Darwin and so, only
the Windows checksums were accessible in the end.
This change is breaking because checksum files for Linux/Darwin and Windows are now split.
otelcol
: Remove deprecated opencensus exporter and receiver (#1056)otelcol-contrib
: Remove deprecated opencensus exporter and receiver (#1056)otelcol-k8s
: Remove deprecated opencensus exporter and receiver (#1056)💡 Enhancements 💡
contrib
: Add skywalkingencodingextension in otelcol-contrib distribution (#1078)releases
: Introduce nightly releases (#1016)platforms
: Add Tier 3 support for riscv64 (#968, #969)New Tier 3 platform: riscv64 architecture is now included,
allowing the collector to be built and distributed for this platform.
🧰 Bug fixes 🧰
service/telemetry
: Pins go.opentelemetry.io/otel/exporters/prometheus to v0.58.0 (#1067)go.opentelemetry.io/otel/exporters/prometheus v0.59.x has a bug leading to unexpected suffix in metric names, we want to stay with v0.58.0 in the artifacts.
v0.131.1
Compare Source
Check the v0.131.0 contrib changelog and the v0.131.0 core changelog for changelogs on specific components.
Changelog
🧰 Bug fixes 🧰
service/telemetry
: Pins go.opentelemetry.io/otel/exporters/prometheus to v0.58.0 (#1067)go.opentelemetry.io/otel/exporters/prometheus v0.59.x has a bug leading to unexpected suffix in metric names, we want to stay with v0.58.0 in the artifacts.
v0.131.0
Compare Source
🛑 Breaking changes 🛑
exporter/loki
: TheLoki Exporter
component has been removed from the repo and is no longer being published as it has been deprecated since 9th July 2024. (#1044)Users of the
lokiexporter
can migrate to using an OTLP exporter. See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33916🚀 New components 🚀
prometheusremotewritereceiver
: Add the prometheusremotewritereceiver component to the contrib collector (#1020)tinybirdexporter
: Add tinybird exporter to contrib distribution (#1045)💡 Enhancements 💡
contrib
: add thetext_encoding
encoding extension to the contrib distribution (#1025)all
: Removes usages of golang.org/x/net/trace which uses html/template and text/template in gRPC. These usages disable golang DCE. (#1018)v0.130.1
Compare Source
Check the v0.130.1 core changelog for changelogs on specific components. There is no opentelemetry-collector-contrib repository v0.130.1 release, only a contrib binary release.
This bugfix release fixes an issue with the internal telemetry Prometheus exporter. See more details here: https://github.com/open-telemetry/opentelemetry-go/issues/7039
Changelog
e4540e7
[chore] Prepare release 0.130.1 (#1028)v0.130.0
Compare Source
🚀 New components 🚀
coralogixprocessor
: Add Coralogix processor to the OpenTelemetry Collector Contrib. (#1008)awslogsencodingextension
: Add the awslogsencodingextension component to the contrib collector (#996)🧰 Bug fixes 🧰
release
: Revert to old docker token (#995)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.