build(deps): Upgrade otelcollector to v0.131.0#1257
Merged
Conversation
Contributor
Author
|
✅ Building the otelcollector and related go binaries succeeded. No breaking changes were detected. |
Contributor
Author
CVE Changes ReportThe following CVE changes were detected when upgrading to version v0.131.0: The trivyignore file was updated to ignore the new CVEs. |
[comment]: # (Note that your PR title should follow the conventional commit format: https://conventionalcommits.org/en/v1.0.0/#summary) # PR Description [comment]: # (The below checklist is for PRs adding new features. If a box is not checked, add a reason why it's not needed.) # New Feature Checklist - [ ] List telemetry added about the feature. - [ ] Link to the one-pager about the feature. - [ ] List any tasks necessary for release (3P docs, AKS RP chart changes, etc.) after merging the PR. - [ ] Attach results of scale and perf testing. [comment]: # (The below checklist is for code changes. Not all boxes necessarily need to be checked. Build, doc, and template changes do not need to fill out the checklist.) # Tests Checklist - [ ] Have end-to-end Ginkgo tests been run on your cluster and passed? To bootstrap your cluster to run the tests, follow [these instructions](/otelcollector/test/README.md#bootstrap-a-dev-cluster-to-run-ginkgo-tests). - Labels used when running the tests on your cluster: - [ ] `operator` - [ ] `windows` - [ ] `arm64` - [ ] `arc-extension` - [ ] `fips` - [ ] Have new tests been added? For features, have tests been added for this feature? For fixes, is there a test that could have caught this issue and could validate that the fix works? - [ ] Is a new scrape job needed? - [ ] The scrape job was added to the folder [test-cluster-yamls](/otelcollector/test/test-cluster-yamls/) in the correct configmap or as a CR. - [ ] Was a new test label added? - [ ] A string constant for the label was added to [constants.go](/otelcollector/test/utils/constants.go). - [ ] The label and description was added to the [test README](/otelcollector/test/README.md). - [ ] The label was added to this [PR checklist](/.github/pull_request_template). - [ ] The label was added as needed to [testkube-test-crs.yaml](/otelcollector/test/testkube/testkube-test-crs.yaml). - [ ] Are additional API server permissions needed for the new tests? - [ ] These permissions have been added to [api-server-permissions.yaml](/otelcollector/test/testkube/api-server-permissions.yaml). - [ ] Was a new test suite (a new folder under `/tests`) added? - [ ] The new test suite is included in [testkube-test-crs.yaml](/otelcollector/test/testkube/testkube-test-crs.yaml).
…stuck until timing out
bragi92
approved these changes
Aug 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.127.0 to v0.131.0
Generated on: 2025-08-04 17:36:24
v0.131.0
prometheusreceiver: Add retry logic for connection refused errors so the collector doesn't crash at startup. (#40982) This change adds retry logic for connection refused errors. The target allocator could be busy starting up the receiver and the first connection attempt may fail.receiver/prometheus: Add support for otel_scope_schema_url label mapping to OpenTelemetry ScopeMetrics schema URL field (#41488)receiver/prometheusremotewrite: Add support for Native Histogram Custom Buckets (NHCB). (#41043)receiver/prometheus: Fix otel_scope_name and otel_scope_version labels not being dropped from metric attributes (#41456)v0.130.0
receiver/prometheusreceiver: Fixes masking of authentication credentials in Prometheus receiver, when reloading the Prometheus config. (#40520, #40916)receiver/prometheusremotewrite: Handle metrics with unspecified types without panicking. (#41005)v0.129.0
prometheusreceiver: Promote the receiver.prometheusreceiver.RemoveLegacyResourceAttributes featuregate to stable (#40572) It has been beta since v0.126.0prometheusreceiver: Fix invalid metric name validation error in scrape start from target allocator. (#35459, #40788) Prometheus made setting metric_name_validation_scheme, metric_name_escaping_scheme mandatory mandatory, use sane defaults.Summary
Target-allocator Changes
v0.127.0 to v0.131.0
Generated on: 2025-08-04 17:36:38
0.131.0
manager, target-allocator, opamp-bridge, must-gather: add -trimpath when building binaries (#4078)collector, targer allocator, opamp: Require Go 1.24+ to build the collector, target allocator, and opamp. (#4173)target allocator: check CRD availability before registering informers (#3987)target allocator: Allow collector to use TLS Config from Target Allocator with ScrapeConfig (#3724) This change allows the target allocator to configure TLS Config for a collector using the ScrapeConfig.0.129.1
targetallocator, collector: Remove stable feature gate PrometheusOperatorIsAvailable (#4141)target allocator: Adds support for HTML output in the target allocator. (#3622)target allocator: ensure stable iteration order of target labels when generating hash (#4082)target allocator: Fix OpenShift must-gather for Target Allocator (#4084)Summary