Skip to content

Update Go dependencies#411

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-dependencies
Open

Update Go dependencies#411
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 2, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
cloud.google.com/go/longrunning v0.12.0v0.13.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/s3 v1.100.1v1.101.0 age confidence require minor
github.com/containerd/containerd/api v1.11.0v1.11.1 age confidence require patch
github.com/google/go-containerregistry v0.21.5v0.21.6 age confidence require patch
golang.org/x/term v0.42.0v0.43.0 age confidence require minor
google.golang.org/genproto/googleapis/api 7cedc36aa98bba age confidence require digest
google.golang.org/genproto/googleapis/bytestream 7cedc36aa98bba age confidence require digest
google.golang.org/genproto/googleapis/rpc 7cedc36aa98bba age confidence require digest
google.golang.org/grpc v1.80.0v1.81.1 age confidence require minor

Warning

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


Release Notes

googleapis/google-cloud-go (cloud.google.com/go/longrunning)

v0.13.0

Compare Source

  • bigquery: UseLegacySQL options for CreateTable and QueryConfig. Use these
    options to continue using Legacy SQL after the client switches its default
    to Standard SQL.

  • bigquery: Support for updating dataset labels.

  • bigquery: Set DatasetIterator.ProjectID to list datasets in a project other
    than the client's. DatasetsInProject is no longer needed and is deprecated.

  • bigtable: Fail ListInstances when any zones fail.

  • spanner: support decoding of slices of basic types (e.g. []string, []int64,
    etc.)

  • logging/logadmin: UpdateSink no longer creates a sink if it is missing
    (actually a change to the underlying service, not the client)

  • profiler: Service and ServiceVersion replace Target in Config.

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

v1.101.0

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol: v1.36.0
    • Feature: Adds support for bring-your-own file system in AgentCore Runtime. Developers can mount Amazon S3 Files and Amazon EFS access points directly into agent sessions using filesystemConfigurations.
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.141.0
    • Feature: Adds support for a CustomLogGroupPrefix parameter in StartDataQualityRulesetEvaluationRun to specify custom CloudWatch log group paths, and a RulesetName filter in ListDataQualityRulesetEvaluationRuns to filter evaluation runs by ruleset name.
  • github.com/aws/aws-sdk-go-v2/service/imagebuilder: v1.54.0
    • Feature: The ImportDiskImage API now enforces a maximum character limit of 128 characters on the image name field.
  • github.com/aws/aws-sdk-go-v2/service/lexmodelsv2: v1.61.0
    • Feature: Amazon Lex V2 introduces audio filler support for speech-to-speech bots. Configure melody or typing sounds that play during backend processing to reduce perceived latency and maintain a natural conversational experience for callers.
  • github.com/aws/aws-sdk-go-v2/service/mwaa: v1.40.0
    • Feature: Amazon MWAA now supports a PublicAndPrivate webserver access mode. The Airflow web server is accessible over both public and private endpoints, enabling workers in VPCs without internet access to reach the Task API privately while retaining public access to the Airflow UI.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.101.0
    • Feature: Validate outpost access point resource name
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.246.0
    • Feature: Amazon SageMaker HyperPod now returns ImageVersionStatus in DescribeCluster, DescribeClusterNode, and ListClusterNodes responses, indicating whether cluster instances are running the latest available image version.
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.70.0
    • Feature: Release GenerateRecommendedPolicyV2 and GetRecommendedPolicyV2 APIs. This supports generating and retrieving policy recommendations to remediate unused permissions findings that are now being supported on Security Hub.
google/go-containerregistry (github.com/google/go-containerregistry)

v0.21.6

Compare Source

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.5...v0.21.6

grpc/grpc-go (google.golang.org/grpc)

v1.81.1: Release 1.81.1

Compare Source

Security

  • xds/rbac: Fix a potential authorization bypass caused by incorrectly falling through URI/DNS SANs to Subject Distinguished Name (DN) when matching the authenticated principal name. With this fix, only the first non-empty identity source will be used, as per gRFC A41. (#​9111)

v1.81.0: Release 1.81.0

Compare Source

Behavior Changes

  • balancer/rls: Switch gauge metrics to asynchronous emission (once per collection cycle) to reduce telemetry noise and align with other gRPC language implementations. (#​8808)

Dependencies

  • Minimum supported Go version is now 1.25. (#​8969)

Bug Fixes

  • xds: Use the leaf cluster's security config for the TLS handshake instead of the aggregate cluster's config. (#​8956)
  • transport: Send a RST_STREAM when receiving an END_STREAM when the stream is not already half-closed. (#​8832)
  • xds: Fix ADS resource name validation to prevent a panic. (#​8970)

New Features

  • grpc/stats: Add support for custom labels in per-call metrics (gRFC A108). (#​9008)
  • xds: Add support for Server Name Indication (SNI) and SAN validation (gRFC A101). Disabled by default. To enable, set GRPC_EXPERIMENTAL_XDS_SNI=true environment variable. (#​9016)
  • xds: Add support to control which fields get propagated from ORCA backend metric reports to LRS load reports (gRFC A85). Disabled by default. To enable, set GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION=true. (#​9005)
  • xds: Add metrics to track xDS client connectivity and cached resource state (gRFC A78). (#​8807)
  • stats/otel: Enhance grpc.subchannel.disconnections metric by adding disconnection reason to the grpc.disconnect_error label (gRFC A94). This provides granular insights into why subchannels are closing. (#​8973)
  • mem: Add mem.Buffer.Slice() API to slice the buffer like a slice. (#​8977)

Performance Improvements

  • alts: Pool read buffers to lower memory utilization when sockets are unreadable. (#​8964)
  • transport: Pool HTTP/2 framer read buffers to reduce idle memory consumption. Currently limited to Linux for ALTS and non-encrypted transports (TCP, Unix). To disable, set GRPC_GO_EXPERIMENTAL_HTTP_FRAMER_READ_BUFFER_POOLING=false and report any issues. (#​9032)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 Feb 2, 2026
@aspect-workflows
Copy link
Copy Markdown

aspect-workflows Bot commented Feb 2, 2026

Bazel 9 (Test)

3 test targets passed

Targets
//img/private/release/gazelle_plugin:release_files_test [k8-fastbuild]                 150ms
//tests/img_toolchain:img_toolchain_test [k8-fastbuild]                                926ms
//util:buildifier.check [k8-fastbuild]                                                 2s

Total test execution time was 3s. 18 tests (85.7%) were fully cached saving 11s.


Integration Tests (Test)

16 test targets passed

Targets
//e2e:cc_bazel_7_4_0        2m 36s
//e2e:cc_bazel_8_6_0        2m 39s
//e2e:cc_bazel_9_0_1        2m 41s
//e2e:generic_bazel_7_4_0   1m 4s
//e2e:generic_bazel_8_6_0   53s
//e2e:generic_bazel_9_0_1   51s
//e2e:go_bazel_7_4_0        2m 54s
//e2e:go_bazel_8_6_0        2m 55s
//e2e:go_bazel_9_0_1        2m 54s
//e2e:js_bazel_7_4_0        24s
//e2e:js_bazel_8_6_0        24s
//e2e:js_bazel_9_0_1        26s
//e2e:python_bazel_7_4_0    57s
//e2e:python_bazel_8_6_0    55s
//e2e:python_bazel_9_0_1    57s
//e2e:workspace_bazel_7_4_0 10s

Buildifier

@renovate renovate Bot changed the title fix(deps): update go dependencies to ce8ad4c fix(deps): update go dependencies to 546029d Feb 3, 2026
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 3 times, most recently from 49a36a5 to 4fe407a Compare February 6, 2026 22:00
@renovate renovate Bot changed the title fix(deps): update go dependencies to 546029d fix(deps): update go dependencies Feb 9, 2026
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 5 times, most recently from 5db4932 to 5da9e1e Compare February 13, 2026 10:53
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 9 times, most recently from ac1ad03 to d8e870e Compare February 24, 2026 21:56
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 5 times, most recently from 549e3b4 to f7809ab Compare March 5, 2026 22:01
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 4 times, most recently from 45e7c35 to a4a4fe6 Compare March 11, 2026 22:02
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 2 times, most recently from 3352a5c to 2d4e888 Compare March 20, 2026 16:24
@renovate renovate Bot changed the title fix(deps): update go dependencies fix(deps): update module github.com/klauspost/compress to v1.18.5 Mar 20, 2026
@renovate renovate Bot force-pushed the renovate/go-dependencies branch from 2d4e888 to cc714cf Compare March 20, 2026 21:19
@renovate renovate Bot changed the title fix(deps): update module github.com/klauspost/compress to v1.18.5 fix(deps): update go dependencies Mar 23, 2026
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 3 times, most recently from af0c8da to 18682c1 Compare March 26, 2026 22:15
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 11 times, most recently from 1a51049 to 34bfe56 Compare April 6, 2026 20:47
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 6 times, most recently from 1cb567b to 7ce67bc Compare April 8, 2026 10:17
@renovate renovate Bot changed the title fix(deps): update go dependencies Update Go dependencies Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 2 times, most recently from 5edb2e3 to f7a85fc Compare April 9, 2026 09:27
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 15, 2026

ℹ️ Artifact update notice

File name: img_tool/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
golang.org/x/sys v0.43.0 -> v0.44.0
File name: pull_tool/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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/docker/cli v29.4.2+incompatible -> v29.4.3+incompatible
golang.org/x/sys v0.43.0 -> v0.44.0

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.

0 participants