chore(deps): update module github.com/googlecloudplatform/opentelemetry-operations-go/exporter/metric to v0.56.0#984
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughTwo indirect Go module dependencies in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Hi @red-hat-konflux[bot]. Thanks for your PR. I'm waiting for a openshift-online member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
ac83d5f to
35a85dd
Compare
35a85dd to
ba48c32
Compare
ba48c32 to
22e8e30
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@go.mod`:
- Around line 47-48: The new indirect modules
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter and
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
at v0.55.0 bring a transitive dependency on go.opentelemetry.io/otel/sdk v1.38.0
which contains CVE-2026-24051; before merging, determine if this project runs on
macOS and if so ensure the transitive otel SDK is bumped to >= v1.40.0 by
inspecting the dependency chain (use go mod graph / go list -m all) to find
where go.opentelemetry.io/otel/sdk is pinned and then either add a direct
require for go.opentelemetry.io/otel/sdk v1.40.0+ or add a replace directive to
force the safe version (verify go.sum updates and run tests/build), or
alternatively confirm the project does not target macOS and note that merging is
safe.
340b7bb to
09eb653
Compare
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
09eb653 to
421bad0
Compare
421bad0 to
5a13aec
Compare
5a13aec to
689dd67
Compare
689dd67 to
67878d7
Compare
…ry-operations-go/exporter/metric to v0.56.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
67878d7 to
2131086
Compare
This PR contains the following updates:
v0.54.0→v0.56.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
GoogleCloudPlatform/opentelemetry-operations-go (github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric)
v0.56.0: v1.32.0/v0.56.0Compare Source
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.55.0...v0.56.0
v0.55.0: v1.31.0/v0.55.0Compare Source
What's Changed
httpRequest.statusfield as integer or string containing an integer. by @franciscovalentecastro in #1080Int32OrStringandInt64OrStringto handle integer fields ingcp.http_request. by @franciscovalentecastro in #1091opentelemetry-operations-gorepo release. by @franciscovalentecastro in #1092Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.54.0...v0.55.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.