Skip to content

Commit d6a7497

Browse files
Update otel/opentelemetry-collector-contrib Docker tag to v0.133.0 (#1538)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.132.4` -> `0.133.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.133.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01330) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.132.4...v0.133.0) ##### 🚩 Deprecations 🚩 - `sapmreceiver`: Remove the sapmreceiver from contrib as deprecation period has passed. ([#&#8203;1125](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1125)) ##### 🚀 New components 🚀 - `cgroupruntime`: Add the cgroupruntime extension to the Contrib and K8s distributions ([#&#8203;789](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/789)) - `contrib`: This feature introduces anomaly detection using the Online Isolation Forest algorithm applied to streaming - traces, metrics, or logs ([#&#8203;1124](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1124)) ##### 💡 Enhancements 💡 - `ebpf-profiler`: Start producing release artifacts for the eBPF profiler distribution. ([#&#8203;984](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/984)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e70c349 commit d6a7497

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.132.4@sha256:bcb6d6d0e56645a75cbce0b7aeb3cf7c304299788bc573080b0351eddc786c9b
39+
image: otel/opentelemetry-collector-contrib:0.133.0@sha256:98274b756324abdb2473fa0c898247a246091e861e61d1548f9be483198eecea
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.132.4@sha256:bcb6d6d0e56645a75cbce0b7aeb3cf7c304299788bc573080b0351eddc786c9b
16+
image: otel/opentelemetry-collector-contrib:0.133.0@sha256:98274b756324abdb2473fa0c898247a246091e861e61d1548f9be483198eecea
1717
network_mode: host
1818
volumes:
1919
- ./config/otelcol-config.yaml:/config.yaml

0 commit comments

Comments
 (0)