Skip to content

Commit 25328c1

Browse files
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.150.1 (#2019)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.147.0` → `0.150.1` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)</summary> ### [`v0.150.1`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01501) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.149.0...v0.150.1) ### [`v0.149.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01490) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.148.0...v0.149.0) ### [`v0.148.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01480) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.147.0...v0.148.0) ##### 🚀 New components 🚀 - `contrib`: add ciscoosreceiver to the contrib distribution ([#&#8203;1418](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1418)) - `contrib`: Add the pprofreceiver to the contrib distribution ([#&#8203;1415](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1415)) - `contrib`: Add awslambda receiver to contrib ([#&#8203;1417](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1417)) - `contrib`: Add azure\_encoding extension to the contrib distribution ([#&#8203;1416](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1416)) ##### 💡 Enhancements 💡 - `cmd/builder`: Upgrade Go version to 1.25 in the builder Docker image ([#&#8203;1412](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1412)) - `otelcol-k8s`: Add metricsgenerationprocessor to the otelcol-k8s distribution ([#&#8203;1388](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1388)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzguMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a3b164 commit 25328c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.147.0@sha256:e7c92c715f28ff142f3bcaccd4fc5603cf4c71276ef09954a38eb4038500a5a5
39+
image: otel/opentelemetry-collector-contrib:0.150.1@sha256:a516c26968aa1feb5e5fc0562e3338ea13755cb4f373603226bcc4e276374ad0
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.147.0@sha256:e7c92c715f28ff142f3bcaccd4fc5603cf4c71276ef09954a38eb4038500a5a5
16+
image: otel/opentelemetry-collector-contrib:0.150.1@sha256:a516c26968aa1feb5e5fc0562e3338ea13755cb4f373603226bcc4e276374ad0
1717
network_mode: host
1818
volumes:
1919
- ./config/otelcol-config.yaml:/config.yaml

0 commit comments

Comments
 (0)