Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Update Change
otel/opentelemetry-collector minor 0.122.1 -> 0.138.0

Release Notes

open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector)

v0.138.0

Compare Source

🚀 New components 🚀
  • unrollprocessor: Adds the unroll processor to the Contrib distribution (#​1189)
💡 Enhancements 💡
  • packaging: Allow in-place upgrades for Windows MSI installations (#​1197)

v0.137.0

Compare Source

v0.136.0

Compare Source

💡 Enhancements 💡
  • service/telemetry: Stops pinning go.opentelemetry.io/otel/exporters/prometheus to v0.58.0 (#​1178)

v0.135.0

Compare Source

v0.134.1

Compare Source

Check the v0.134.1 contrib changelog and the v0.134.1 core changelog for changelogs on specific components.

Changelog

v0.133.0

Compare Source

🚩 Deprecations 🚩
  • sapmreceiver: Remove the sapmreceiver from contrib as deprecation period has passed. (#​1125)
🚀 New components 🚀
  • cgroupruntime: Add the cgroupruntime extension to the Contrib and K8s distributions (#​789)
  • contrib: This feature introduces anomaly detection using the Online Isolation Forest algorithm applied to streaming - traces, metrics, or logs (#​1124)
💡 Enhancements 💡
  • ebpf-profiler: Start producing release artifacts for the eBPF profiler distribution. (#​984)

v0.132.4

Compare Source

v0.132.4 is a patch release attempting to fix a bug in the release pipelines. Please see v0.132.0 for release notes.

v0.132.3

Compare Source

v0.132.3 is a patch release attempting to fix a bug in the release pipelines. Please see v0.132.0 for release notes.

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.1

v0.132.1 is a patch release fixing the script used to build and push Windows docker image. Please see v0.132.0 for release notes.

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 🛑
🚀 New components 🚀
  • prometheusremotewritereceiver: Add the prometheusremotewritereceiver component to the contrib collector (#​1020)
  • tinybirdexporter: Add tinybird exporter to contrib distribution (#​1045)
💡 Enhancements 💡
  • contrib: add the text_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: open-telemetry/opentelemetry-go#7039

Changelog

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)

v0.129.1

Compare Source

Check the v0.129.0 contrib changelog and the v0.129.0 core changelog for changelogs on specific components.

Due to difficulties with the release process, the v0.129.1 artifact release corresponds to the v0.129.0 source code releases.

v0.129.1
  • 22c1148 Revert "use DOCKER_TOKEN_COLLECTOR_RELEASES rather than DOCKER_PASSWO… (#​995)
v0.129.0
🚀 New components 🚀

v0.128.0

Compare Source

v0.127.0

Compare Source

🚀 New components 🚀
  • faroreceiver, faroexporter: Add faro receiver and faro exporter to the otelcol-contrib distribution (#​955)
  • googlesecretmanager: Add googlesecretmanagerprovider to the contrib distribution (#​949)
  • metricstarttimeprocessor: Add metricstarttimeprocessor to the contrib distribution (#​940)
  • stefreceiver, stefexporter: Add stefexporter and stefreceiver to otelcol-contrib distribution (#​956)
💡 Enhancements 💡
  • ebpf-profiler: Build releases of the eBPF profiler distribution (#​958)

v0.126.0

Compare Source

🚀 New components 🚀
  • k8sleaderelectorextension: add k8sleaderelector extension to otelcol-contrib and otelcol-k8s distributions (#​943)
🧰 Bug fixes 🧰
  • image repository: Re-enable publishing images to dockerhub (#​938)

v0.123.0

Compare Source

🚀 New components 🚀
  • lokiexporter: Add the component loki exporter to the distribution (#​892)
  • contrib: Add tcpcheckreceiver receiver to the contrib distribution (#​865)
  • contrib: Add saphana receiver (#​876)
  • awscloudwatchmetricstreamsencodingextension: Add the AWS CloudWatch Metric Streams encoding extension to the contrib distribution (#​883)
  • schemaprocessor: Add Schema Processor to contrib
    (#​891)
  • kafkatopicsobserver: Add kafkatopicsobserver extension (#​894)
  • tlscheckreceiver: Adding tcpcheckreceiver to otelcol-contrib (#​880)
💡 Enhancements 💡
  • packaging: Start producing container images for Windows 2019 and 2022 on amd64 (#​339)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.123.0 chore(deps): update otel/opentelemetry-collector docker tag to v0.126.0 May 13, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from bcee882 to 789b4ce Compare May 13, 2025 22:42
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.126.0 chore(deps): update otel/opentelemetry-collector docker tag to v0.127.0 May 27, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from 789b4ce to c4d4adb Compare May 27, 2025 16:54
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from c4d4adb to 46b05a2 Compare June 9, 2025 21:11
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.127.0 chore(deps): update otel/opentelemetry-collector docker tag to v0.128.0 Jun 9, 2025
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.128.0 chore(deps): update otel/opentelemetry-collector docker tag to v0.129.1 Jul 2, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from 46b05a2 to 38ecb13 Compare July 2, 2025 14:08
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from 38ecb13 to 191fff0 Compare July 15, 2025 15:29
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.129.1 chore(deps): update otel/opentelemetry-collector docker tag to v0.130.0 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from 191fff0 to c4a011b Compare July 22, 2025 17:24
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.130.0 chore(deps): update otel/opentelemetry-collector docker tag to v0.130.1 Jul 22, 2025
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.130.1 chore(deps): update otel/opentelemetry-collector docker tag to v0.131.1 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from c4a011b to fda4309 Compare August 6, 2025 01:39
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.131.1 chore(deps): update otel/opentelemetry-collector docker tag to v0.132.0 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch 2 times, most recently from 175d882 to b191fe3 Compare August 13, 2025 05:41
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.132.0 chore(deps): update otel/opentelemetry-collector docker tag to v0.132.1 Aug 13, 2025
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.132.1 chore(deps): update otel/opentelemetry-collector docker tag to v0.132.2 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch 2 times, most recently from dfe909e to 17a04b2 Compare August 18, 2025 10:29
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.132.2 chore(deps): update otel/opentelemetry-collector docker tag to v0.132.3 Aug 18, 2025
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.132.3 chore(deps): update otel/opentelemetry-collector docker tag to v0.132.4 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from 17a04b2 to 5dd1d3e Compare August 18, 2025 14:09
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from 5dd1d3e to b5910c5 Compare August 25, 2025 23:25
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.132.4 chore(deps): update otel/opentelemetry-collector docker tag to v0.133.0 Aug 25, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from b5910c5 to 4177058 Compare September 3, 2025 16:51
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.133.0 chore(deps): update otel/opentelemetry-collector docker tag to v0.134.1 Sep 3, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from 4177058 to 675b7f9 Compare September 9, 2025 17:45
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.134.1 chore(deps): update otel/opentelemetry-collector docker tag to v0.135.0 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from 675b7f9 to 7f7a0c8 Compare September 23, 2025 16:44
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.135.0 chore(deps): update otel/opentelemetry-collector docker tag to v0.136.0 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from 7f7a0c8 to dda1b5c Compare October 7, 2025 10:58
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.136.0 chore(deps): update otel/opentelemetry-collector docker tag to v0.137.0 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/otel-opentelemetry-collector-0.x branch from dda1b5c to 97bb8e5 Compare October 25, 2025 03:53
@renovate renovate bot changed the title chore(deps): update otel/opentelemetry-collector docker tag to v0.137.0 chore(deps): update otel/opentelemetry-collector docker tag to v0.138.0 Oct 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant