Skip to content

chore(deps): update docker.io/otel/opentelemetry-collector-contrib docker tag to v0.160.0 - #101

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker.io-otel-opentelemetry-collector-contrib-0.x
Open

chore(deps): update docker.io/otel/opentelemetry-collector-contrib docker tag to v0.160.0#101
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker.io-otel-opentelemetry-collector-contrib-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
docker.io/otel/opentelemetry-collector-contrib minor 0.128.00.160.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

open-telemetry/opentelemetry-collector-releases (docker.io/otel/opentelemetry-collector-contrib)

v0.160.0

Compare Source

🚀 New components 🚀
  • spanpruningprocessor: Added missing spanpruningprocessor to otelcol-contrib (#​1608)
💡 Enhancements 💡
  • otelcol-contrib: Upgrade go.opentelemetry.io/obi to v0.11.0. (#​1604)

v0.159.0

Compare Source

🛑 Breaking changes 🛑
  • contrib: Remove deprecated kafkatopicsobserver extension from the contrib distribution (#​1597)
🚀 New components 🚀
  • extension/aws_iam_db_auth: Add aws_iam_db_auth to the contrib distribution (#​1591)

v0.158.0

Compare Source

🛑 Breaking changes 🛑
  • all: Update Cosign usage to work with v3 (#​1570)
    The Cosign v3 upgrade introduced a change in signing workflow. Previous two files
    were required to map the outputs (certificate and signature), now only one file is required.
    The new file is a bundle that contains both outputs in JSON format.
    This change has been done following the guidance from https://goreleaser.com/blog/cosign-v3/.
    With this change, anyone who wants to verify the signature of the artifacts produced by the
    release will need to use Cosign V3 and point to the new bundle file or download the bundle and
    unpack it to get the certificate and signature files.

  • all: Use split checksum for all binaries and distros (#​1582)
    The previous attempt at splitting the checksum file for AIX releases was not successful.
    The problem lies on the fac that .runtime.GOOS will always be the runtime of the compiled
    goreleaser binary ("linux" in this case). The only way to split the checksum file per target
    is what's implement here, but it ends up giving one checksum file per produced artifact.

🚀 New components 🚀
  • icmpcheckreceiver: Add icmpcheckreceiver to the contrib distribution (#​1577)
💡 Enhancements 💡
  • all: Add new binaries for aix/ppc64 (#​1424)
🧰 Bug fixes 🧰
  • all: Skip Docker build and publish in AIX release job. (#​1580)
    The release for Contrib on AIX runs in its own job, where it doesn't build
    Docker images. The continue --merge phase of goreleaser runs all publishers
    by default, including the Docker manifests one. This will fail for AIX as
    the images aren't built.

v0.157.0

Compare Source

🛑 Breaking changes 🛑
  • contrib: Remove deprecated signalfx receiver from the contrib distribution (#​1551)
  • packaging: Prevent service being started/enabled upon install for rpms (#​1334)
    This brings behaviour inline with usual expectations for rpm packages which usually leave this up to the system administrator.
🚀 New components 🚀
  • cardinalityguardianprocessor: Add Cardinality Guardian processor to the OpenTelemetry Collector Contrib. (#​1549)
💡 Enhancements 💡
  • ebpf-profiler: Use a scratch image similar to the contrib image for the ebpf-profiler image (#​930)

v0.156.0

Compare Source

🚀 New components 🚀
  • otelcol-contrib: Add the OBI receiver to the OpenTelemetry Collector Contrib distribution. (#​1386)

v0.155.0

Compare Source

v0.154.0

Compare Source

🚩 Deprecations 🚩
  • jmxreceiver: Remove deprecated JMX receiver from contrib distribution (#​1519)

v0.153.0

Compare Source

v0.152.1

Compare Source

v0.152.0

Compare Source

🚀 New components 🚀
  • drainprocessor: Add drain processor to contrib distribution. (#​47235)
  • drainprocessor: Add drain processor to k8s distribution. (#​47235)

v0.151.0

Compare Source

🚀 New components 🚀
  • ebpf-profiler: Add nopreceiver to the ebpf profiler distribution (#​1464)
💡 Enhancements 💡
  • packaging: Add /var/lib persistent state directories for collector RPM/DEB packages (#​1396)

v0.150.1

Compare Source

v0.149.0

Compare Source

v0.148.0

Compare Source

🚀 New components 🚀
  • contrib: add ciscoosreceiver to the contrib distribution (#​1418)
  • contrib: Add the pprofreceiver to the contrib distribution (#​1415)
  • contrib: Add awslambda receiver to contrib (#​1417)
  • contrib: Add azure_encoding extension to the contrib distribution (#​1416)
💡 Enhancements 💡
  • cmd/builder: Upgrade Go version to 1.25 in the builder Docker image (#​1412)
  • otelcol-k8s: Add metricsgenerationprocessor to the otelcol-k8s distribution (#​1388)

v0.147.0

Compare Source

🛑 Breaking changes 🛑
  • contrib: Remove SAPM exporter from contrib distribution (#​1393)
💡 Enhancements 💡
  • otelcol: Add Windows ARM64 executable to release artifacts (#​1383)

v0.146.1

Compare Source

🛑 Breaking changes 🛑
  • bigipreceiver: Removing unmaintained component (#​46039)

v0.146.0

Compare Source

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

Changelog

🛑 Breaking changes 🛑
  • receiver/bigip: Remove unmaintained component (#​1371)

v0.145.0

Compare Source

v0.144.0

Compare Source

💡 Enhancements 💡
  • opampsupervisor: Readd fixed MSI package release artifacts for the OpAMP supervisor (#​1261, #​1332)

v0.143.1

Compare Source

🧰 Bug fixes 🧰
  • opampsupervisor: revert "Add MSI package release artifacts for the OpAMP supervisor (#​1261)" (#​1332)

v0.143.0

Compare Source

💡 Enhancements 💡
  • opampsupervisor: Add MSI package release artifacts for the OpAMP supervisor (#​1261)

v0.142.0

Compare Source

🚀 New components 🚀
  • contrib: Add yanggrpcreceiver to the contrib distribution (#​1306)
  • otelcol-contrib: Add the macOS Unified Logging receiver (#​44089)
  • otelcol-contrib: Add the systemd receiver (#​1298)
💡 Enhancements 💡
  • otelcol-ebpf-profiler: update ebpf-profiler to v0.0.202549 (#​1295)

v0.141.0

Compare Source

🛑 Breaking changes 🛑
  • exporter/carbon: Remove unmaintained component (#​1279)
🚀 New components 🚀
  • ebpf-profiler: Add the healthcheck and pprof extensions to the ebpf-profiler distribution (#​1274)

v0.140.1

Compare Source

🚀 New components 🚀
  • ebpf-profiler: Add the opampextension to the ebpf-profiler distribution (#​1237)
  • ebpf-profiler: Add the transformprocessor to the ebpf-profiler distribution (#​1251)
  • exporter/googlecloudstorage: Add google cloud storage exporter to contrib distribution. (#​1253)

v0.140.0

Compare Source

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

Changelog

v0.139.0

Compare Source

🛑 Breaking changes 🛑
  • ecstaskobserver: Removing unmaintained component (#​1232)
🚀 New components 🚀
  • contrib: Add GitLab receiver to contrib distribution (#​1225)
💡 Enhancements 💡
  • opampsupervisor: Add .deb and .rpm packages release artifacts for the OpAMP supervisor (#​1209)

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 🚀

Configuration

📅 Schedule: (UTC)

  • 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 docker.io/otel/opentelemetry-collector-contrib docker tag to v0.158.0 chore(deps): update docker.io/otel/opentelemetry-collector-contrib docker tag to v0.159.0 Aug 18, 2026
@renovate renovate Bot changed the title chore(deps): update docker.io/otel/opentelemetry-collector-contrib docker tag to v0.159.0 chore(deps): update docker.io/otel/opentelemetry-collector-contrib docker tag to v0.160.0 Sep 3, 2026
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.

0 participants