Skip to content

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Nov 6, 2025

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

open-telemetry/opentelemetry-go-instrumentation (go.opentelemetry.io/auto/sdk)

v1.2.1

Fixed
  • Fix uint32 bounding on 32 bit architectures in the go.opentelemetry.io/auto/sdk module. (#​2810)
  • Fix go.opentelemetry.io/auto/examples/rolldice build. (#​2894)

v1.2.0

[!NOTE]
This is the last release version that will support building the auto-instrumentation CLI using Go 1.23.
The next release will require development to be done using Go >= 1.24.

Added
  • Cache offsets for golang.org/x/net 0.42.0. (#​2503)
  • Cache offsets for google.golang.org/grpc 1.74.2. (#​2546)
  • Cache offsets for google.golang.org/grpc 1.76.0-dev. (#​2596)
  • Allow configuration of the resource using a resource.Detector. (#​2598)
    • The WithResourceDetector function is added to go.opentelemetry.io/auto/pipeline/otelsdk.
    • The WithEnv function is updated to parse the OTEL_RESOURCE_DETECTOR environment variable.
      Values are expected to be a comma-separated list of resource detector IDs registered with the autodetect package.
  • Cache offsets for Go 1.23.12. (#​2603)
  • Cache offsets for Go 1.24.6. (#​2603)
  • Cache offsets for golang.org/x/net 0.43.0. (#​2615)
  • Cache offsets for Go 1.25.0. (#​2651)
  • Cache offsets for google.golang.org/grpc 1.75.0. (#​2686)
  • Cache offsets for github.com/segmentio/kafka-go 0.4.49. (#​2699)
  • Cache offsets for go.opentelemetry.io/otel v1.38.0. (#​2726)
  • Cache offsets for Go 1.24.7. (#​2747)
  • Cache offsets for Go 1.25.1. (#​2747)
  • Cache offsets for golang.org/x/net 0.44.0. (#​2773)
  • Cache offsets for google.golang.org/grpc 1.72.3. (#​2787)
  • Cache offsets for google.golang.org/grpc 1.73.1. (#​2787)
  • Cache offsets for google.golang.org/grpc 1.74.3. (#​2787)
  • Cache offsets for google.golang.org/grpc 1.75.1. (#​2787)
Changed
  • Upgrade go.opentelemetry.io/auto semconv to v1.37.0. (#​2763)
  • Upgrade go.opentelemetry.io/auto/sdk semconv to v1.37.0. (#​2763)
Fixed
  • Add telemetry.distro.version resource attribute to the otelsdk handler. (#​2383)
  • active_spans_by_span_ptr eBPF map used in the traceglobal probe changed to LRU. (#​2509)

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.


  • If you want to rebase/retry this PR, check this box

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.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@openshift-ci openshift-ci bot requested review from avinal and psrvere November 6, 2025 04:23
@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Nov 6, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 6, 2025

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions 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.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 6, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign adambkaplan for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.1 chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.1 - autoclosed Nov 6, 2025
@red-hat-konflux red-hat-konflux bot closed this Nov 6, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/master/go.opentelemetry.io-auto-sdk-1.x branch November 6, 2025 16:25
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.1 - autoclosed chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.1 Nov 6, 2025
@red-hat-konflux red-hat-konflux bot reopened this Nov 6, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/go.opentelemetry.io-auto-sdk-1.x branch from 12b63f4 to 08cd9c5 Compare November 6, 2025 20:20
@red-hat-konflux
Copy link
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.3 -> 1.24.0
go (toolchain) 1.23.9 -> 1.24.6
go.opentelemetry.io/otel v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.37.0 -> v1.38.0

@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.1 chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.1 - autoclosed Nov 9, 2025
@red-hat-konflux red-hat-konflux bot closed this Nov 9, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.1 - autoclosed chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.1 Nov 9, 2025
@red-hat-konflux red-hat-konflux bot reopened this Nov 9, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/go.opentelemetry.io-auto-sdk-1.x branch from 3d5cfae to 08cd9c5 Compare November 9, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants