chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.157.0#565
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.157.0#565renovate[bot] wants to merge 2 commits into
Conversation
OpenCode Dependabot Risk ReviewSchema: Decision: SummaryRenovate PR bumps otel/opentelemetry-collector-contrib from 0.156.0 to 0.157.0 (minor). Release notes flag two breaking changes: removal of the deprecated signalfx receiver and a change to RPM package install behavior. The signalfx receiver is not referenced anywhere in this repo's otel configuration, so the first breaking change has no direct impact. The RPM change is irrelevant for Docker deployments. Only the source docker-compose.yml is modified; generated stacks/observability.yml is not changed in this PR and would need regeneration via stackctl.sh. No stateful services, workflows, secrets, or deployment scripts are affected. Changed runtime artifacts
Runtime impactExpected rolling service update of the otel-collector container. No stateful data migration required. Telemetry collection may have a brief interruption during the rolling update. The removal of the signalfx receiver has no impact as it is not configured. Manual verification of the collector config after update is recommended. Breaking change assessmentRelease notes for v0.157.0 explicitly list two breaking changes: (1) removal of the deprecated signalfx receiver from the contrib distribution, and (2) RPM packages no longer start/enable the service on install. The signalfx receiver is not used in this repo's observability/otel/config.yaml, so the first change has no local impact. The RPM change is irrelevant for Docker-based deployments. No other breaking changes were identified that would affect this repo's configuration. Required checks
Manual follow-up
Sources checked
|
There was a problem hiding this comment.
OpenCode risk gate: changes requested. Risk: medium. Reason: Renovate PR updates otel/opentelemetry-collector-contrib from 0.156.0 to 0.157.0 (minor). Release notes explicitly list two breaking changes: removal of the deprecated signalfx receiver from the contrib distribution and a change to rpm packaging behavior (service no longer started/enabled upon install). Both the source compose file and the generated observability stack are updated. Manual review is required to verify the local-stack configuration does not use the removed signalfx receiver and to assess any impact on the observability pipeline.
|
OpenCode risk gate: neutral. Manual review required. Risk: medium. Reason: Renovate PR bumps otel/opentelemetry-collector-contrib from 0.156.0 to 0.157.0 (minor). Release notes flag two breaking changes: removal of the deprecated signalfx receiver and a change to RPM package install behavior. The signalfx receiver is not referenced anywhere in this repo's otel configuration, so the first breaking change has no direct impact. The RPM change is irrelevant for Docker deployments. Only the source docker-compose.yml is modified; generated stacks/observability.yml is not changed in this PR and would need regeneration via stackctl.sh. No stateful services, workflows, secrets, or deployment scripts are affected. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
0.156.0→0.157.0Release Notes
open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)
v0.157.0Compare 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)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.