Skip to content

fix(deps): update go dependencies#1308

Merged
christos68k merged 1 commit into
mainfrom
renovate/go-dependencies
Apr 1, 2026
Merged

fix(deps): update go dependencies#1308
christos68k merged 1 commit into
mainfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 1, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3v1.98.0 age confidence
go.opentelemetry.io/collector/cmd/builder v0.148.0v0.149.0 age confidence
go.opentelemetry.io/collector/component v1.54.0v1.55.0 age confidence
go.opentelemetry.io/collector/confmap/xconfmap v0.148.0v0.149.0 age confidence
go.opentelemetry.io/collector/consumer/consumertest v0.148.0v0.149.0 age confidence
go.opentelemetry.io/collector/consumer/xconsumer v0.148.0v0.149.0 age confidence
go.opentelemetry.io/collector/pdata v1.54.0v1.55.0 age confidence
go.opentelemetry.io/collector/pdata/pprofile v0.148.0v0.149.0 age confidence
go.opentelemetry.io/collector/receiver v1.54.0v1.55.0 age confidence
go.opentelemetry.io/collector/receiver/receivertest v0.148.0v0.149.0 age confidence
go.opentelemetry.io/collector/receiver/xreceiver v0.148.0v0.149.0 age confidence
google.golang.org/grpc v1.79.3v1.80.0 age confidence

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/s3)

v1.98.0

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/aiops: v1.1.0
    • Feature: Adds support for cross account investigations for CloudWatch investigations AI Operations (AIOps).
  • github.com/aws/aws-sdk-go-v2/service/batch: v1.53.0
    • Feature: Add userdataType to LaunchTemplateSpecification and LaunchTemplateSpecificationOverride.
  • github.com/aws/aws-sdk-go-v2/service/bedrock: v1.37.0
    • Feature: We are making ListFoundationModelAgreementOffers, DeleteFoundationModelAgreement, CreateFoundationModelAgreement, GetFoundationModelAvailability, PutUseCaseForModelAccess and GetUseCaseForModelAccess APIs public, previously they were console.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.226.0
    • Feature: This release allows you to create and register AMIs while maintaining their underlying EBS snapshots within Local Zones.
  • github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2: v1.46.0
    • Feature: Add Paginator for DescribeAccountLimits, and fix Paginators for DescribeTrustStoreAssociations, DescribeTrustStoreRevocations, and DescribeTrustStores
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.42.0
    • Feature: Add support for UDP ping beacons to ListLocations API, including new PingBeacon and UDPEndpoint data types within its Locations return value. Use UDP ping beacon endpoints to help measure real-time network latency for multiplayer games.
  • github.com/aws/aws-sdk-go-v2/service/licensemanager: v1.32.0
    • Feature: AWS License Manager now supports license type conversions for AWS Marketplace products. Customers can provide Marketplace codes in the source license context or destination license context in the CreateLicenseConversionTaskForResource requests.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.98.0
    • Feature: Adding support for RDS on Dedicated Local Zones, including local backup target, snapshot availability zone and snapshot target
  • github.com/aws/aws-sdk-go-v2/service/route53resolver: v1.36.0
    • Feature: Add support for iterative DNS queries through the new INBOUND_DELEGATION endpoint. Add delegation support through the Outbound Endpoints with DELEGATE rules.
  • github.com/aws/aws-sdk-go-v2/service/transcribe: v1.47.0
    • Feature: This Feature Adds Support for the "et-EE" Locale for Batch Operations
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/cmd/builder)

v0.149.0

Compare Source

🛑 Breaking changes 🛑
  • pkg/service: Remove service_name, service_instance_id, and service_version as constant labels on every internal metric datapoint. These attributes are already present in target_info and were being duplicated on each series for OpenCensus backwards compatibility. (#​14811)
    Previously, the collector stamped every internal metric series (e.g. otelcol_process_runtime_heap_alloc_bytes)
    with service_name, service_instance_id, and service_version labels to match the old OpenCensus behavior.
    These attributes are now only present in the target_info metric, which is the correct Prometheus/OTel convention.
    Users who filter or group by these labels on individual metrics will need to update their queries to use
    target_info joins instead.
💡 Enhancements 💡
  • all: Move aix/ppc64 to tier 3 support (#​13380)

  • all: Upgrade the profiles stability status to alpha (#​14817)
    The following components have their profiles status upgraded from development to alpha:

    • pdata/pprofile
    • connector/forward
    • exporter/debug
    • receiver/nop
    • exporter/nop
    • exporter/otlp_grpc
    • exporter/otlp_http
  • cmd/mdatagen: Add semconv reference for attributes (#​13297)

🧰 Bug fixes 🧰
  • cmd/mdatagen: Fix entity code generation so extra_attributes are emitted as resource attributes instead of entity descriptive attributes. (#​14778)
grpc/grpc-go (google.golang.org/grpc)

v1.80.0: Release 1.80.0

Compare Source

Behavior Changes

  • balancer: log a warning if a balancer is registered with uppercase letters, as balancer names should be lowercase. In a future release, balancer names will be treated as case-insensitive; see #​5288 for details. (#​8837)
  • xds: update resource error handling and re-resolution logic (#​8907)
    • Re-resolve all LOGICAL_DNS clusters simultaneously when re-resolution is requested.
    • Fail all in-flight RPCs immediately upon receipt of listener or route resource errors, instead of allowing them to complete.

Bug Fixes

  • xds: support the LB policy configured in LOGICAL_DNS cluster resources instead of defaulting to pick_first. (#​8733)
  • credentials/tls: perform per-RPC authority validation against the leaf certificate instead of the entire peer certificate chain. (#​8831)
  • xds: enabling A76 ring hash endpoint keys no longer causes EDS resources with invalid proxy metadata to be NACKed when HTTP CONNECT (gRFC A86) is disabled. (#​8875)
  • xds: validate that the sum of endpoint weights in a locality does not exceed the maximum uint32 value. (#​8899)
  • xds: fix incorrect proto field access in the weighted round robin (WRR) configuration where blackout_period was used instead of weight_expiration_period. (#​8915)
  • xds/rbac: handle addresses with ports in IP matchers. (#​8990)

New Features

  • ringhash: enable gRFC A76 (endpoint hash keys and request hash headers) by default. (#​8922)

Performance Improvements

  • credentials/alts: pool write buffers to reduce memory allocations and usage. (#​8919)
  • grpc: enable the use of pooled write buffers for buffering HTTP/2 frame writes by default. This reduces memory usage when connections are idle. Use the WithSharedWriteBuffer dial option or the SharedWriteBuffer server option to disable this feature. (#​8957)
  • xds/priority: stop caching child LB policies removed from the configuration. This will help reduce memory and cpu usage when localities are constantly switching between priorities. (#​8997)
  • mem: add a faster tiered buffer pool; use the experimental mem.NewBinaryTieredBufferPool function to create such pools. (#​8775)

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 Apr 1, 2026
@renovate renovate Bot requested review from a team as code owners April 1, 2026 04:28
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Apr 1, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 1, 2026

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

  • 7 additional dependencies were updated

Details:

Package Change
github.com/knadh/koanf/v2 v2.3.3 -> v2.3.4
go.opentelemetry.io/collector/confmap v1.54.0 -> v1.55.0
go.opentelemetry.io/collector/consumer v1.54.0 -> v1.55.0
go.opentelemetry.io/collector/consumer/consumererror v0.148.0 -> v0.149.0
go.opentelemetry.io/collector/featuregate v1.54.0 -> v1.55.0
go.opentelemetry.io/collector/internal/componentalias v0.148.0 -> v0.149.0
go.opentelemetry.io/collector/pipeline v1.54.0 -> v1.55.0
File name: tools.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):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/knadh/koanf/v2 v2.3.3 -> v2.3.4
go.opentelemetry.io/collector/confmap v1.54.0 -> v1.55.0
go.opentelemetry.io/collector/consumer v1.54.0 -> v1.55.0
go.opentelemetry.io/collector/consumer/consumererror v0.148.0 -> v0.149.0
go.opentelemetry.io/collector/featuregate v1.54.0 -> v1.55.0
go.opentelemetry.io/collector/internal/componentalias v0.148.0 -> v0.149.0
go.opentelemetry.io/collector/pipeline v1.54.0 -> v1.55.0

@renovate renovate Bot force-pushed the renovate/go-dependencies branch from 21bd1a4 to 38d6402 Compare April 1, 2026 08:50
@christos68k christos68k merged commit e5f4c67 into main Apr 1, 2026
32 checks passed
@christos68k christos68k deleted the renovate/go-dependencies branch April 1, 2026 14:37
gnurizen pushed a commit to parca-dev/opentelemetry-ebpf-profiler that referenced this pull request May 4, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gnurizen pushed a commit to parca-dev/opentelemetry-ebpf-profiler that referenced this pull request May 5, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gnurizen pushed a commit to parca-dev/opentelemetry-ebpf-profiler that referenced this pull request May 12, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

2 participants