Skip to content

fix(deps): update go dependencies#659

Merged
fabled merged 1 commit intomainfrom
renovate/go-dependencies
Jul 30, 2025
Merged

fix(deps): update go dependencies#659
fabled merged 1 commit intomainfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 30, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/aws/aws-sdk-go-v2/config v1.30.0 -> v1.30.1 age confidence
go.opentelemetry.io/collector/component v1.36.1 -> v1.37.0 age confidence
go.opentelemetry.io/collector/consumer/consumertest v0.130.1 -> v0.131.0 age confidence
go.opentelemetry.io/collector/consumer/xconsumer v0.130.1 -> v0.131.0 age confidence
go.opentelemetry.io/collector/pdata v1.36.1 -> v1.37.0 age confidence
go.opentelemetry.io/collector/pdata/pprofile v0.130.1 -> v0.131.0 age confidence
go.opentelemetry.io/collector/receiver v1.36.1 -> v1.37.0 age confidence
go.opentelemetry.io/collector/receiver/receivertest v0.130.1 -> v0.131.0 age confidence
go.opentelemetry.io/collector/receiver/xreceiver v0.130.1 -> v0.131.0 age confidence

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/config)

v1.30.1

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.38.0
    • Feature: Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.43.0
    • Feature: Add support for operation level caching
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.203.0
    • Feature: Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created.
  • github.com/aws/aws-sdk-go-v2/service/pi: v1.30.1
    • Documentation: Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)

v1.37.0

🛑 Breaking changes 🛑
  • confighttp: Move confighttp.framedSnappy feature gate to beta. (#​10584)
💡 Enhancements 💡
  • exporter/debug: Move to alpha stability except profiles (#​13487)

  • exporterhelper: Enable exporter.PersistRequestContext feature gate by default. (#​13437)
    Request context is now preserved by default when using persistent queues.
    Note that Auth extensions context is not propagated through the persistent queue.

  • pdata: Use pdatagen to generate marshalJSON without using gogo proto jsonpb. (#​13450)

  • otlpreceiver: Remove usage of gogo proto which uses reflect.Value.MethodByName. Removes one source of disabling DCE. (#​12747)

  • exporterhelper: Fix metrics split logic to consider metrics description into the size. (#​13418)

  • service: New pipeline instrumentation now differentiates internal failures from downstream errors (#​13234)
    With the telemetry.newPipelineTelemetry feature gate enabled, the "received" and "produced"
    metrics related to a component now distinguish between two types of errors:

    • "outcome = failure" indicates that the component returned an internal error;
    • "outcome = refused" indicates that the component successfully emitted data, but returned an
      error coming from a downstream component processing that data.
  • pdata: Remove usage of text/template from pdata, improves DCE. (#​12747)

  • architecture: New Tier 3 platform riscv64 allowing the collector to be built and distributed for this platform. (#​13462)

🧰 Bug fixes 🧰
  • exporterhelper: Prevents the exporter for being stuck when telemetry data is bigger than batch.max_size (#​12893)
  • mdatagen: Fix import paths for mdatagen component (#​13069)
  • otlpreceiver: Error handler correctly fallbacks to content type (#​13414)
  • pdata/pprofiles: Fix profiles JSON unmarshal logic for originalPayload. The bytes have to be base64 encoded. (#​13483)
  • xpdata: Fix unmarshaling JSON for entities, add e2e tests to avoid this in the future. (#​13480)
  • service: Downgrade dependency of prometheus exporter in OTel Go SDK (#​13429)
    This fixes the bug where collector's internal metrics are emitted with an unexpected suffix in their names when users configure the service::telemetry::metrics::readers with Prometheus
  • service: Revert Default internal metrics config now enables otel_scope_ labels (#​12939, #​13344)
    Reverting change temporarily due to prometheus exporter downgrade. This unfortunately re-introduces the bug that instrumentation scope attributes cause errors in Prometheus exporter. Sehttps://github.com/open-telemetry/opentelemetry-collector/issues/1293939 for details.
  • builder: Remove undocumented handling of DIST_* environment variables replacements (#​13335)

Configuration

📅 Schedule: Branch creation - "before 8am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 30, 2025
@renovate renovate Bot requested review from a team as code owners July 30, 2025 00:52
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jul 30, 2025

ℹ 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):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/credentials v1.18.0 -> v1.18.1
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.17.0 -> v1.18.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
go.opentelemetry.io/collector/component/componenttest v0.130.1 -> v0.131.0
go.opentelemetry.io/collector/consumer v1.36.1 -> v1.37.0
go.opentelemetry.io/collector/consumer/consumererror v0.130.1 -> v0.131.0
go.opentelemetry.io/collector/featuregate v1.36.1 -> v1.37.0
go.opentelemetry.io/collector/internal/telemetry v0.130.1 -> v0.131.0
go.opentelemetry.io/collector/pipeline v0.130.1 -> v0.131.0

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 30, 2025
@fabled fabled merged commit f7c89df into main Jul 30, 2025
27 checks passed
@fabled fabled deleted the renovate/go-dependencies branch July 30, 2025 06:32
gnurizen pushed a commit to parca-dev/opentelemetry-ebpf-profiler that referenced this pull request Oct 22, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
# Conflicts:
#	go.mod
#	go.sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants