Skip to content

fix(deps): update all dependencies#610

Merged
adrianriobo merged 1 commit into
mainfrom
renovate/all
Sep 29, 2025
Merged

fix(deps): update all dependencies#610
adrianriobo merged 1 commit into
mainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 29, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence Type Update
dev.gaijin.team/go/golib v0.6.0 -> v0.7.0 age confidence indirect minor
github.com/aws/aws-sdk-go-v2/service/ec2 v1.253.0 -> v1.254.1 age confidence require minor
github.com/cyphar/filepath-securejoin v0.4.1 -> v0.5.0 age confidence indirect minor
github.com/pulumi/pulumi-aws-native/sdk v1.34.0 -> v1.35.0 age confidence require minor
github.com/pulumi/pulumi-docker/sdk/v4 v4.8.2 -> v4.9.0 age confidence indirect minor
github.com/pulumi/pulumi/sdk/v3 v3.197.0 -> v3.198.0 age confidence require minor
go.augendre.info/fatcontext v0.8.1 -> v0.9.0 age confidence indirect minor
google.golang.org/genproto/googleapis/rpc 9702482 -> 9219d12 age confidence indirect digest
pulumi/pulumi 3.197.0 -> 3.198.0 age confidence minor
pulumi/pulumi-aws-native v1.34.0 -> v1.35.0 age confidence minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

GaijinEntertainment/golib (dev.gaijin.team/go/golib)

v0.7.0

Compare Source

🚀 New Features

  • testing/freeport: a testing helper package to probe and reserve free TCP/UDP ports for reliable, parallel tests.
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/ec2)

v1.254.1

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime: v1.50.0
    • Feature: This release enhances the information provided through Flow Traces. New information includes source/next node tracking, execution chains for complex nodes, dependency action (operation) details, and dependency traces.
  • github.com/aws/aws-sdk-go-v2/service/bedrockdataautomation: v1.10.0
    • Feature: Added support for configurable Speaker Labeling and Channel Labeling features for Audio modality.
  • github.com/aws/aws-sdk-go-v2/service/billing: v1.8.0
    • Feature: Add ability to combine custom billing views to create new consolidated views.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.141.0
    • Feature: Adds supports for manual contact picking (WorkList) operations on Routing Profiles, Agent Management and SearchContacts APIs.
  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.57.0
    • Feature: Support for payer account dimension and billing view health status.
  • github.com/aws/aws-sdk-go-v2/service/dynamodbstreams: v1.31.0
    • Feature: Added support for IPv6 compatible endpoints for DynamoDB Streams.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.254.1
    • Documentation: This release includes documentation updates for Amazon EBS General Purpose SSD (gp3) volumes with larger size and higher IOPS and throughput.
  • github.com/aws/aws-sdk-go-v2/service/redshift: v1.59.0
    • Feature: Support tagging and tag propagation to IAM Identity Center for Redshift Idc Applications

v1.254.0

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cleanrooms: v1.34.0
    • Feature: Added support for running incremental ID mapping for rule-based workflows.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.254.0
    • Feature: Add Amazon EC2 R8gn instance types
  • github.com/aws/aws-sdk-go-v2/service/entityresolution: v1.25.0
    • Feature: Support incremental id mapping workflow for AWS Entity Resolution
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.65.0
    • Feature: Added Dualstack support to GetDeployablePatchSnapshotForInstance
  • github.com/aws/aws-sdk-go-v2/service/ssoadmin: v1.36.0
    • Feature: Add support for encryption at rest with Customer Managed KMS Key in AWS IAM Identity Center
  • github.com/aws/aws-sdk-go-v2/service/ssooidc: v1.35.0
    • Feature: This release includes exception definition and documentation updates.
cyphar/filepath-securejoin (github.com/cyphar/filepath-securejoin)

v0.5.0

Compare Source

This is our first release of github.com/cyphar/filepath-securejoin,
containing a full implementation with a coverage of 93.5% (the only missing
cases are the error cases, which are hard to mocktest at the moment).

pulumi/pulumi-aws-native (github.com/pulumi/pulumi-aws-native/sdk)

v1.35.0

Compare Source

Changelog
New resources:
  • bedrockagentcore.BrowserCustom
  • bedrockagentcore.CodeInterpreterCustom
  • bedrockagentcore.Runtime
  • bedrockagentcore.RuntimeEndpoint
  • odb.OdbPeeringConnection
  • servicecatalog.LaunchTemplateConstraint
  • servicecatalog.PortfolioProductAssociation
New functions:
  • bedrockagentcore.getBrowserCustom
  • bedrockagentcore.getCodeInterpreterCustom
  • bedrockagentcore.getRuntime
  • bedrockagentcore.getRuntimeEndpoint
  • odb.getOdbPeeringConnection
  • servicecatalog.getLaunchTemplateConstraint
pulumi/pulumi-docker (github.com/pulumi/pulumi-docker/sdk/v4)

v4.9.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-docker@v4.8.2...v4.9.0

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)

v3.198.0

Compare Source

3.198.0 (2025-09-26)
Features
  • [engine] Expand snapshot integrity check for resources
    #​20519

  • [sdk/go] Refactor Go policy SDK to have access to a pulumi Context object
    #​20570

  • [sdk/python] Allow registered resources to be retrieved from the mock monitor for test assertions
    #​20540

Bug Fixes
  • [engine] Fix snapshot integrity error with run-program --refresh, when a provider has a dependency that isn't being created
    #​20541

  • [engine] Remove unneeded data from policy summary events
    #​20589

  • [sdk] Fix plugin killing during cancellation
    #​20543

  • [sdk/go] Fix [Unm/M]arshalProperties to return nil when given nil
    #​20544

Miscellaneous
  • [protobuf] Add loader_target to LanguageRuntime.LinkRequest
    #​20552

  • [cli/package] Move InstallPackage from cmd/packagecmd to cmd/packages
    #​20550

  • [cli/package] Move stdout/stderr IO out of GenSDK and LinkPackage
    #​20546

  • [sdk] Move PluginSpec.Install to pkg/workspace.InstallPluginContent
    #​20537

  • [sdk/yaml] Bump pulumi-yaml to 1.23.2
    #​20588

Crocmagnon/fatcontext (go.augendre.info/fatcontext)

v0.9.0

Compare Source

Highlights

  • c8a8abf mark Context function from testing package safe, fix #​68

Changelog

  • ef64234 [pre-commit.ci] pre-commit autoupdate
  • 3160aed [pre-commit.ci] pre-commit autoupdate
  • 59166f6 build(deps): bump actions/checkout in the github-actions group
  • 7c6a1f4 build(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0
  • c8a8abf mark Context function from testing package safe

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

Copy link
Copy Markdown
Collaborator

@adrianriobo adrianriobo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@adrianriobo adrianriobo merged commit 6c86268 into main Sep 29, 2025
7 checks passed
@renovate renovate Bot deleted the renovate/all branch September 29, 2025 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant