build(deps): Upgrade otelcollector to v0.140.0 #1356
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR upgrades the otelcollector to the latest version available for the opentelemetry-collector and opentelemetry-operator.
It was automatically generated by the GitHub Actions workflow.
The summary of the OSS changelog is below:
Prometheusreceiver Changes
v0.136.0 to v0.140.0
Generated on: 2025-11-21 07:06:24
v0.140.0
receiver/prometheus: The prometheus receiver no longer adjusts the start time of metrics by default. (#43656) Disable the receiver.prometheusreceiver.RemoveStartTimeAdjustment | feature gate to temporarily re-enable this functionality. Users that need | this functionality should migrate to the metricstarttime processor, | and use the true_reset strategy for equivalent behavior.receiver/prometheusremotewrite: Skip emitting empty metrics. (#44149)receiver/prometheusremotewrite: prometheusremotewrite receiver now accepts metric type unspcified histograms. (#41840)v0.139.0
receiver/prometheus: Fix missing staleness tracking leading to missing no recorded value data points. (#43893)receiver/prometheusremotewrite: Fixed a concurrency bug in the Prometheus remote write receiver where concurrent requests with identical job/instance labels would return empty responses after the first successful request. (#42159)v0.138.0
receiver/prometheus: added NHCB(native histogram wit custom buckets) to explicit histogram conversion (#41131)Summary
Target-allocator Changes
v0.136.0 to v0.140.0
Generated on: 2025-11-21 07:06:40
0.140.0
github action: Remove unused VERSION and VERSION_DATE environment variables from publish workflows (#4470) Removed the unused "Read version" step that set VERSION and VERSION_DATE environment variables in both publish-target-allocator.yaml and publish-operator-opamp-bridge.yaml workflows. These variables were never referenced anywhere in the workflows.0.138.0
target allocator: Remove the operator.collector.targetallocatorcr feature flag (#2422) This behavior has been enabled by default since version 0.127.0.target allocator: Add missing TA ownership watches to cert-manager Certificate and Issuer (#4368)0.137.0
target allocator: Promote the operator.collector.targetallocatorcr feature flag to Stable (#2422) The flag can no longer be disabled. It will be completely removed in 0.138.0.target allocator, opamp: Fix version not being updated after version upgrade. (#4378)target-allocator: Fixed potential duplicate scrape targets caused by Prometheus relabeling. (#3617)Summary