Skip to content

fix(deps): update patch updates#709

Merged
adrianriobo merged 1 commit into
mainfrom
renovate/patch-updates
Jan 19, 2026
Merged

fix(deps): update patch updates#709
adrianriobo merged 1 commit into
mainfrom
renovate/patch-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 19, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
dev.gaijin.team/go/golib v0.8.0v0.8.1 age confidence indirect patch
github.com/aws/aws-sdk-go-v2/service/ec2 v1.279.1v1.279.2 age confidence require patch
github.com/charmbracelet/x/ansi v0.11.3v0.11.4 age confidence indirect patch
github.com/clipperhouse/uax29/v2 v2.3.0v2.3.1 age confidence indirect patch
github.com/ghostiam/protogetter v0.3.18v0.3.19 age confidence indirect patch
github.com/pulumi/pulumi-azure-native-sdk/authorization/v3 v3.12.0v3.12.1 age confidence require patch
github.com/pulumi/pulumi-azure-native-sdk/compute/v3 v3.12.0v3.12.1 age confidence require patch
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v3 v3.12.0v3.12.1 age confidence require patch
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v3 v3.12.0v3.12.1 age confidence require patch
github.com/pulumi/pulumi-azure-native-sdk/network/v3 v3.12.0v3.12.1 age confidence require patch
github.com/pulumi/pulumi-azure-native-sdk/resources/v3 v3.12.0v3.12.1 age confidence require patch
github.com/pulumi/pulumi-azure-native-sdk/storage/v3 v3.12.0v3.12.1 age confidence require patch
github.com/pulumi/pulumi-azure-native-sdk/v3 v3.12.0v3.12.1 age confidence indirect patch
github.com/sirupsen/logrus v1.9.3v1.9.4 age confidence indirect patch
github.com/sirupsen/logrus v1.9.3v1.9.4 age confidence require patch
pulumi/pulumi-azure-native v3.12.0v3.12.1 age confidence patch

Release Notes

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

v0.8.1

Compare Source

Bug Fixes
  • testing/freeport: Fix race condition in port reservation

    When multiple goroutines concurrently probed for free ports, a race could occur where two goroutines discover the same port as free before either registers it in the reserved map. The resolver now holds the port open until after registration, preventing duplicates.

Other Changes
  • Added README file
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/ec2)

v1.279.2

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cleanrooms: v1.41.0
    • Feature: This release adds support for parameters in PySpark analysis templates.
  • github.com/aws/aws-sdk-go-v2/service/deadline: v1.23.0
    • Feature: AWS Deadline Cloud now supports tagging Budget resources with ABAC for permissions management and selecting up to 16 filter values in the monitor and Search API.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.279.2
    • Documentation: This release includes documentation updates to support up to four Elastic Volume modifications per Amazon EBS volume within a rolling 24-hour period.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.71.0
    • Feature: Adds support for configuring FIPS in AWS GovCloud (US) Regions via a new ECS Capacity Provider field fipsEnabled. When enabled, instances launched by the capacity provider will use a FIPS-140 enabled AMI. Instances will use FIPS-140 compliant cryptographic modules and AWS FIPS endpoints.
  • github.com/aws/aws-sdk-go-v2/service/evs: v1.6.0
    • Feature: A new GetVersions API has been added to retrieve VCF, ESX versions, and EC2 instances provided by Amazon EVS. The CreateEnvironment API now allows you to select a VCF version and the CreateEnvironmentHost API introduces a optional esxVersion parameter.
  • github.com/aws/aws-sdk-go-v2/service/lakeformation: v1.47.0
    • Feature: API Changes for GTCForLocation feature. Includes a new API, GetTemporaryDataLocationCredentials and updates to the APIs RegisterResource and UpdateResource
  • github.com/aws/aws-sdk-go-v2/service/opensearchserverless: v1.29.0
    • Feature: Collection groups in Amazon OpenSearch Serverless enables to organize multiple collections and enable compute resource sharing across collections with different KMS keys. This shared compute model reduces costs by eliminating the need for separate OpenSearch Compute Units (OCUs) for each KMS key.
  • github.com/aws/aws-sdk-go-v2/service/qconnect: v1.26.0
    • Feature: Fix inference configuration shapes for the CreateAIPrompt and UpdateAIPrompt APIs, Modify Text Length Limit for SendMessage API
clipperhouse/uax29 (github.com/clipperhouse/uax29/v2)

v2.3.1

Compare Source

ghostiam/protogetter (github.com/ghostiam/protogetter)

v0.3.19

Compare Source

Full Changelog: ghostiam/protogetter@v0.3.18...v0.3.19

pulumi/pulumi-azure-native-sdk (github.com/pulumi/pulumi-azure-native-sdk/authorization/v3)

v3.12.1

Compare Source

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.4

Compare Source

Notable changes

  • go.mod: update minimum supported go version to v1.17 #​1460
  • go.mod: bump up dependencies #​1460
  • Touch-up godoc and add "doc" links.
  • README: fix links, grammar, and update examples.
  • Add GNU/Hurd support #​1364
  • Add WASI wasip1 support #​1388
  • Remove uses of deprecated ioutil package #​1472
  • CI: update actions and golangci-lint #​1459
  • CI: remove appveyor, add macOS #​1460

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

pulumi/pulumi-azure-native (pulumi/pulumi-azure-native)

v3.12.1

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: pulumi/pulumi-azure-native@v3.12.0...v3.12.1


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: 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
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jan 19, 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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/clipperhouse/displaywidth v0.6.2 -> v0.7.0
File name: tools/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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/clipperhouse/displaywidth v0.6.2 -> v0.7.0

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 efd14e3 into main Jan 19, 2026
7 checks passed
@renovate renovate Bot deleted the renovate/patch-updates branch January 19, 2026 08:55
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