Skip to content

fix(deps): update go dependencies#727

Merged
fabled merged 5 commits intomainfrom
renovate/go-dependencies
Aug 29, 2025
Merged

fix(deps): update go dependencies#727
fabled merged 5 commits intomainfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 25, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/aws/aws-sdk-go-v2/config v1.31.2 -> v1.31.3 age confidence
github.com/stretchr/testify v1.10.0 -> v1.11.0 age confidence
go.opentelemetry.io/collector/component v1.38.0 -> v1.39.0 age confidence
go.opentelemetry.io/collector/consumer/consumertest v0.132.0 -> v0.133.0 age confidence
go.opentelemetry.io/collector/consumer/xconsumer v0.132.0 -> v0.133.0 age confidence
go.opentelemetry.io/collector/pdata v1.38.0 -> v1.39.0 age confidence
go.opentelemetry.io/collector/pdata/pprofile v0.132.0 -> v0.133.0 age confidence
go.opentelemetry.io/collector/receiver v1.38.0 -> v1.39.0 age confidence
go.opentelemetry.io/collector/receiver/receivertest v0.132.0 -> v0.133.0 age confidence
go.opentelemetry.io/collector/receiver/xreceiver v0.132.0 -> v0.133.0 age confidence

Release Notes

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

v1.31.3

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.31.3
    • Documentation: Documentation updates for Amazon API Gateway
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.28.3
    • Documentation: Documentation updates for Amazon API Gateway
  • github.com/aws/aws-sdk-go-v2/service/connectcampaignsv2: v1.3.0
    • Feature: Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIs
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.57.5
    • Documentation: This Amazon ECS release supports updating the capacityProviderStrategy parameter in update-service.
  • github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.31.0
    • Feature: This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response.
  • github.com/aws/aws-sdk-go-v2/service/iotfleetwise: v1.27.0
    • Feature: Add new status READY_FOR_CHECKIN used for vehicle synchronisation
  • github.com/aws/aws-sdk-go-v2/service/kms: v1.41.0
    • Feature: AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures.
stretchr/testify (github.com/stretchr/testify)

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)

v1.39.0

🛑 Breaking changes 🛑
  • all: Increase minimum Go version to 1.24 (#​13627)
💡 Enhancements 💡
  • otlphttpexporter: Add profiles_endpoint configuration option to allow custom endpoint for profiles data export (#​13504)
    The profiles_endpoint configuration follows the same pattern as traces_endpoint, metrics_endpoint, and logs_endpoint.
    When specified, profiles data will be sent to the custom URL instead of the default {endpoint}/v1development/profiles.

  • pdata: Add support for local memory pooling for data objects. (#​13678)
    This is still an early experimental (alpha) feature. Do not recommended to be used production. To enable use "--featuregate=+pdata.useProtoPooling"

  • pdata: Optimize CopyTo messages to avoid any copy when same source and destination (#​13680)

  • receiverhelper: New feature flag to make receiverhelper distinguish internal vs. downstream errors using new otelcol_receiver_failed_x and otelcol_receiver_requests metrics (#​12207, #​12802)
    This is a breaking change for the semantics of the otelcol_receiver_refused_metric_points, otelcol_receiver_refused_log_records and otelcol_receiver_refused_spans metrics.
    These new metrics and semantics are enabled through the receiverhelper.newReceiverMetrics feature gate.

  • debugexporter: Add support for entity references in debug exporter output (#​13324)

  • pdata: Fix unnecessary allocation of a new state when adding new values to pcommon.Map (#​13634)

  • service: Implement refcounting for pipeline data owned memory. (#​13631)
    This feature is protected by --featuregate=+pdata.useProtoPooling.

  • service: Add a debug-level log message when a consumer returns an error. (#​13357)

  • xpdata: Optimize xpdata/context for persistent queue when only one value for key (#​13636)

  • otlpreceiver: Log the listening addresses of the receiver, rather than the configured endpoints. (#​13654)

  • pdata: Use the newly added proto marshaler/unmarshaler for the official proto Marshaler/Unmarshaler (#​13637)
    If any problems observed with this consider to disable the featuregate --feature-gates=-pdata.useCustomProtoEncoding

  • configtls: Enable X25519MLKEM768 as per draft-ietf-tls-ecdhe-mlkem (#​13670)
🧰 Bug fixes 🧰
  • exporterhelper: Prevent uncontrolled goroutines in batcher due to a incorrect worker pool behaviour. (#​13689)
  • service: Ensure the insecure configuration is accounted for when normalizing the endpoint. (#​13691)
  • configoptional: Allow validating nested types (#​13579)
    configoptional.Optional now implements xconfmap.Validator
  • batchprocessor: Fix UB in batch processor when trying to read bytes size after adding request to pipeline (#​13698)
    This bug only happens id detailed metrics are enabled and also an async (sending queue enabled) exporter that mutates data is configure.

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 Aug 25, 2025
@renovate renovate Bot requested review from a team as code owners August 25, 2025 01:09
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 25, 2025
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 2 times, most recently from 21c49d5 to e2c3f61 Compare August 25, 2025 21:39
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.11.0 fix(deps): update go dependencies Aug 25, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Aug 25, 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):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/credentials v1.18.6 -> v1.18.7
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.33.2 -> v1.34.0
go.opentelemetry.io/collector/component/componenttest v0.132.0 -> v0.133.0
go.opentelemetry.io/collector/consumer v1.38.0 -> v1.39.0
go.opentelemetry.io/collector/consumer/consumererror v0.132.0 -> v0.133.0
go.opentelemetry.io/collector/featuregate v1.38.0 -> v1.39.0
go.opentelemetry.io/collector/internal/telemetry v0.132.0 -> v0.133.0
go.opentelemetry.io/collector/pipeline v1.38.0 -> v1.39.0

@renovate renovate Bot force-pushed the renovate/go-dependencies branch 2 times, most recently from 5992f6b to a542cbb Compare August 26, 2025 14:46
@florianl florianl self-requested a review August 26, 2025 14:50
@florianl
Copy link
Copy Markdown
Member

revoked my approval, as make legal has to be fixed first.

@renovate renovate Bot force-pushed the renovate/go-dependencies branch 2 times, most recently from 9755472 to 48a1bf0 Compare August 26, 2025 21:25
@renovate renovate Bot force-pushed the renovate/go-dependencies branch from 48a1bf0 to 893edff Compare August 27, 2025 07:35
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Aug 27, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
@fabled fabled merged commit f20d859 into main Aug 29, 2025
28 checks passed
@fabled fabled deleted the renovate/go-dependencies branch August 29, 2025 05:34
gnurizen pushed a commit to parca-dev/opentelemetry-ebpf-profiler that referenced this pull request Oct 22, 2025
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Lehner <florian.lehner@elastic.co>
gnurizen pushed a commit to parca-dev/opentelemetry-ebpf-profiler that referenced this pull request Oct 22, 2025
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Lehner <florian.lehner@elastic.co>
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