Skip to content

Commit eeae1d5

Browse files
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.142.0 (#1741)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.141.0` -> `0.142.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.142.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01420) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.141.0...v0.142.0) ##### 🚀 New components 🚀 - `contrib`: Add yanggrpcreceiver to the contrib distribution ([#&#8203;1306](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1306)) - `otelcol-contrib`: Add the macOS Unified Logging receiver ([#&#8203;44089](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/44089)) - `otelcol-contrib`: Add the systemd receiver ([#&#8203;1298](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1298)) ##### 💡 Enhancements 💡 - `otelcol-ebpf-profiler`: update ebpf-profiler to v0.0.202549 ([#&#8203;1295](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1295)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b18f72 commit eeae1d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/example-exemplars-tail-sampling/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- -jar
3737
- /example-greeting-service.jar
3838
collector:
39-
image: otel/opentelemetry-collector-contrib:0.141.0@sha256:b14234c4bc1b7364629af272e564913bb57bdc9736d45b8b6db5ab3417dc75f9
39+
image: otel/opentelemetry-collector-contrib:0.142.0@sha256:38c349c3b7a2fd7ea46700cde8fa13d35b699ef2ce245bdf34dae2a413512f76
4040
network_mode: host
4141
volumes:
4242
- ./config/otelcol-config.yaml:/config.yaml

examples/example-exporter-opentelemetry/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
#- -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005
1414
- /example-exporter-opentelemetry.jar
1515
collector:
16-
image: otel/opentelemetry-collector-contrib:0.141.0@sha256:b14234c4bc1b7364629af272e564913bb57bdc9736d45b8b6db5ab3417dc75f9
16+
image: otel/opentelemetry-collector-contrib:0.142.0@sha256:38c349c3b7a2fd7ea46700cde8fa13d35b699ef2ce245bdf34dae2a413512f76
1717
network_mode: host
1818
volumes:
1919
- ./config/otelcol-config.yaml:/config.yaml

0 commit comments

Comments
 (0)