Skip to content

Bump the all-dependencies group across 1 directory with 21 updates#1078

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/all-dependencies-575c04df1d
Closed

Bump the all-dependencies group across 1 directory with 21 updates#1078
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/all-dependencies-575c04df1d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the all-dependencies group with 17 updates in the / directory:

Package From To
cloud.google.com/go/compute 1.49.0 1.49.1
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.19.1 1.20.0
github.com/RoaringBitmap/roaring/v2 2.10.0 2.14.3
github.com/aws/aws-sdk-go-v2 1.39.2 1.39.6
github.com/aws/aws-sdk-go-v2/config 1.31.12 1.31.17
github.com/aws/aws-sdk-go-v2/service/fsx 1.62.0 1.63.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager 1.39.6 1.39.11
github.com/container-storage-interface/spec 1.11.0 1.12.0
github.com/go-openapi/errors 0.22.3 0.22.4
github.com/go-openapi/runtime 0.29.0 0.29.2
github.com/kubernetes-csi/csi-lib-utils 0.22.0 0.23.0
github.com/kubernetes-csi/external-snapshotter/client/v8 8.2.0 8.4.0
github.com/olekukonko/tablewriter 0.0.5 1.1.1
golang.org/x/oauth2 0.32.0 0.33.0
golang.org/x/sys 0.37.0 0.38.0
google.golang.org/api 0.252.0 0.255.0
sigs.k8s.io/cloud-provider-azure/pkg/azclient 0.9.3 0.10.0

Updates cloud.google.com/go/compute from 1.49.0 to 1.49.1

Release notes

Sourced from cloud.google.com/go/compute's releases.

compute: v1.49.1

1.49.1 (2025-10-16)

Bug Fixes

  • compute: Upgrade gRPC service registration func (#13163) (136f25f)
Commits
  • 687a10c chore: release main (#13166)
  • 7aa9612 feat(bigtable): Add experimental Bigtable connection pool with custom load ba...
  • 136f25f fix(compute): upgrade gRPC service registration func (#13163)
  • 192d2c4 chore(librarian): rename source_commit_hash to commit_hash (#13165)
  • f511368 chore: migrate configdelivery, geminidataanalytics and locationfinder to libr...
  • 2c37c8b feat(internal/librariangen): add nested protos config to repo-config.yaml (#1...
  • 2d0f8c7 chore: migrate 9 modules (accessapproval - serviceusage) to librarian (#13154)
  • bb35268 chore: migrate aiplatform to Librarian (#13159)
  • 8210f81 chore: apply state file changes to remove generated common types (#13155)
  • 96cfd47 feat(client): Enable routing cookie and attempt headers for enhanced retries ...
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.19.1 to 1.20.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.20.0

1.20.0 (2025-11-06)

Features Added

  • Added runtime.FetcherForNextLinkOptions.HTTPVerb to specify the HTTP verb when fetching the next page via next link. Defaults to http.MethodGet.

Bugs Fixed

  • Fixed potential panic when decoding base64 strings.
  • Fixed an issue in resource identifier parsing which prevented it from returning an error for malformed resource IDs.
Commits
  • 466795e Prep azcore@v1.20.0 (#25563)
  • 6fce238 [azsystemevents] Remove gopls (#25555)
  • c0ac8ea Sync eng/common directory with azure-sdk-tools for PR 12476 (#25549)
  • 047fb66 [Release] sdk/resourcemanager/containerregistry/armcontainerregistry/2.0.0 (#...
  • 908cfea [azsystemevents] Fixing build.go to work properly with tsp-client as the orch...
  • c30fd4c cosmos: Allow the Query Pipeline to return an alternative query to execute in...
  • 1b44564 fixed resource type validation in ParseResourceType and correlated tests (#25...
  • e566eec Sync eng/common directory with azure-sdk-tools for PR 12531 (#25545)
  • 053de1a Increment package version after release of data/azcosmos (#25544)
  • 8e673bb release pr (#25543)
  • Additional commits viewable in compare view

Updates github.com/RoaringBitmap/roaring/v2 from 2.10.0 to 2.14.3

Release notes

Sourced from github.com/RoaringBitmap/roaring/v2's releases.

Version 2.14.3

What's Changed

Full Changelog: RoaringBitmap/roaring@v2.14.2...v2.14.3

Version 2.14.2

What's Changed

! BREAKING CHANGE !

Full Changelog: RoaringBitmap/roaring@v2.14.1...v2.14.2

Version 2.14.1

What's Changed

New Contributors

Full Changelog: RoaringBitmap/roaring@v2.14.0...v2.14.1

Version 2.14.0

What's Changed

Full Changelog: RoaringBitmap/roaring@v2.13.0...v2.14.0

Version 2.13.0

What's Changed

Full Changelog: RoaringBitmap/roaring@v2.12.0...v2.13.0

v2.12.0

What's Changed

Full Changelog: RoaringBitmap/roaring@v2.11.0...v2.12.0

v2.11.0

What's Changed

... (truncated)

Commits
  • daab0fd Merge pull request #501 from rogpeppe-contrib/004-new-unsetbits-pr
  • 2538288 UnsetIterator: address review comments
  • 9ebb1c3 more efficient UnsetIterator implementation
  • 45a0bac Merge pull request #500 from rogpeppe-contrib/unsetiterator-open-range
  • b429bc3 use open range for UnsetIterator
  • e2c9e47 Merge pull request #496 from rogpeppe-contrib/fix-unset-iterator
  • afabc24 fix AdvanceIfNeeded on UnsetIterator
  • 2e9b4b9 Merge pull request #492 from RoaringBitmap/issue22
  • 872517e minor fix
  • 970a8cb making it return IntPeekable
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.39.2 to 1.39.6

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.31.12 to 1.31.17

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.18.16 to 1.18.21

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/credentials's changelog.

Release (2023-04-10)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/connect: v1.51.0
    • Feature: This release adds the ability to configure an agent's routing profile to receive contacts from multiple channels at the same time via extending the UpdateRoutingProfileConcurrency, CreateRoutingProfile and DescribeRoutingProfile APIs.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.25.0
    • Feature: This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks
  • github.com/aws/aws-sdk-go-v2/service/marketplacecatalog: v1.16.0
    • Feature: Added three new APIs to support resource sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added new OwnershipType field to ListEntities request to let users filter on entities that are shared with them. Increased max page size of ListEntities response from 20 to 50 results.
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.35.0
    • Feature: AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources.
  • github.com/aws/aws-sdk-go-v2/service/omics: v1.3.0
    • Feature: Remove unexpected API changes.
  • github.com/aws/aws-sdk-go-v2/service/rekognition: v1.24.0
    • Feature: This release adds support for Face Liveness APIs in Amazon Rekognition. Updates UpdateStreamProcessor to return ResourceInUseException Exception. Minor updates to API documentation.

Release (2023-04-07)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/dlm: v1.15.0
    • Announcement: This release includes breaking changes for the timestamp trait on the data lifecycle management client.
    • Feature: Updated timestamp format for GetLifecyclePolicy API
    • Bug Fix: Correct timestamp type for data lifecycle manager.
  • github.com/aws/aws-sdk-go-v2/service/docdb: v1.21.0
    • Feature: This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.28.8
    • Documentation: Amazon FSx for Lustre now supports creating data repository associations on Persistent_1 and Scratch_2 file systems.
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.31.0
    • Feature: This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered.
  • github.com/aws/aws-sdk-go-v2/service/quicksight: v1.34.0
    • Feature: This release has two changes: adding the OR condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions.
  • github.com/aws/aws-sdk-go-v2/service/redshiftdata: v1.19.3
    • Documentation: Update documentation of API descriptions as needed in support of temporary credentials with IAM identity.
  • github.com/aws/aws-sdk-go-v2/service/servicecatalog: v1.18.1
    • Documentation: Updates description for property

Release (2023-04-06)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.27.0
    • Feature: Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
  • github.com/aws/aws-sdk-go-v2/service/greengrassv2: v1.22.0
    • Feature: Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.
  • github.com/aws/aws-sdk-go-v2/service/proton: v1.21.0

... (truncated)

Commits
  • fcc0f5d Release 2023-04-10
  • cd750e0 Regenerated Clients
  • 1bc2f05 Update endpoints model
  • b964f5c Update API model
  • fd69015 fix APIGW exports nullability exceptions
  • fae239a Merge pull request #2089 from aws/auditAccessibility
  • acf33a2 Update aws-sdk-go-v2's comment codegened from Smithy Go's updated document sm...
  • 27360c1 fix APIGW exports nullability exceptions
  • 30383d5 Release 2023-04-07
  • 352f89c Regenerated Clients
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/fsx from 1.62.0 to 1.63.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.39.6 to 1.39.11

Commits

Updates github.com/container-storage-interface/spec from 1.11.0 to 1.12.0

Release notes

Sourced from github.com/container-storage-interface/spec's releases.

v1.12.0

Breaking changes/Deprecations:

  • None

Additions:

Clarifications/Corrections/Fixes:

  • #597 - Clarify that the INVALID_ARGUMENT error code for ControllerModifyVolume is safe to not retry (i.e. "infeasible") by @​bswartz #591 - Documents the gRPC error code that should be returned for GetMetadataDelta when changed block tracking has not been enabled in the underlying storage subsystem by @​carlbraganza
  • #580 - removes "optional" from the description of GetVolumeGroupSnapshot to reduce confusion by @​xing-yang

Dependencies:

  • #585 - Bump golang from 1.18 to 1.23

Full Changelog: container-storage-interface/spec@v1.11.0...v1.12.0

v1.12.0-rc1

No release notes provided.

Commits
  • e6fc13e Bump golang.org/x/net from 0.23.0 to 0.38.0 (#585)
  • 6b73147 Remove optional to avoid confusion (#580)
  • 91b25fc Move ControllerModifyVolume to GA (#588)
  • 3a67636 Added FAILED_PRECONDITION as a possible error for GetMetadataDelta to (#591)
  • f437b19 Merge pull request #597 from bswartz/vac-infeasible-error
  • 4040d42 Clarify ControllerModifyVolume errors
  • a539b4f Add GetSnapshot RPC (#586)
  • 98819c4 Merge pull request #576 from saad-ali/release1.11bump
  • b5049c0 Bump master version to 1.12 for next release
  • See full diff in compare view

Updates github.com/go-openapi/errors from 0.22.3 to 0.22.4

Commits
  • 7e2b230 tests: replaced stretchr/testify by go-openapi/testify
  • bf4e21a chore: updated license marks in source files
  • See full diff in compare view

Updates github.com/go-openapi/runtime from 0.29.0 to 0.29.2

Commits
  • 078717a fix(vuln): fixed vulnerability in returned error, not escaping single quotes
  • 97d4db8 tests: replaced stretchr/testify by go-openapi/testify
  • 3802129 chore: updated license marks in source files
  • 06d6e56 updated README for release
  • See full diff in compare view

Updates github.com/go-openapi/strfmt from 0.24.0 to 0.25.0

Commits
  • a235dd3 tests: replaced stretchr/testify by go-openapi/testify
  • b93d88e chore: updated license marks in source files
  • 398a468 build(deps): bump go.mongodb.org/mongo-driver
  • 68b6683 feat(format): add uuid7 string format support
  • ad12a81 build(deps): bump golang.org/x/net in the golang-org-dependencies group
  • 5c9b6bd chore(refact): assembled bson-dependent methods and tests
  • 5e4146b chore(deps): removed dependency to govalidator
  • See full diff in compare view

Updates github.com/go-openapi/validate from 0.25.0 to 0.25.1

Commits

Updates github.com/kubernetes-csi/csi-lib-utils from 0.22.0 to 0.23.0

Release notes

Sourced from github.com/kubernetes-csi/csi-lib-utils's releases.

v0.23.0

https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.23.0/CHANGELOG/CHANGELOG-0.23.md

Commits
  • 8c688d0 Merge pull request #204 from jsafrane/changelog-0.23
  • 02736d8 Add changelog for 0.23.0
  • 81f6e18 Merge pull request #202 from DerekFrank/common-flags
  • edbdcce Merge pull request #203 from darshansreenivas/release-tool-update
  • ff335e3 re-using context
  • 0924644 Merge commit 'dee596d5cceda766441e56c33f6d60f51adcc45f' into release-tool-update
  • dee596d Squashed 'release-tools/' changes from 5f38a907..74502e54
  • f9b84fa Review feedback and using the new functionality in the sidecars
  • 00e101c Merge branch 'master' into common-flags
  • 021c851 Merge pull request #200 from DerekFrank/leader-election-leases
  • Additional commits viewable in compare view

Updates github.com/kubernetes-csi/external-snapshotter/client/v8 from 8.2.0 to 8.4.0

Release notes

Sourced from github.com/kubernetes-csi/external-snapshotter/client/v8's releases.

client/v8.4.0

The release tag client/v8.4.0 is for VolumeSnapshot and VolumeGroupSnapshot APIs and client library which are in a separate go package.

Changes by Kind

API Change

  • Introduce the v1beta2 VolumeGroupSnapshot API as described by KEP 5013 (#1312, @​leonardoce)
  • Several VolumeGroupSnapshot, VolumeGroupSnapshotClass and VolumeGroupSnapshotContent fields are now immutable. The v1beta1 VolumeGroupSnapshot API is now marked as deprecated. (#1337, @​leonardoce)

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.4.0/CHANGELOG/CHANGELOG-8.4.md

v8.4.0

Overall Status

Volume snapshotting has been a GA feature since Kubernetes v1.20.

Supported CSI Spec Versions

1.0-1.12

Minimum Kubernetes version

1.25

Recommended Minimum Kubernetes version

1.25

Container

docker pull registry.k8s.io/sig-storage/snapshot-controller:v8.4.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.4.0

Changes by Kind

API Change

Feature

  • The number of worker threads in the snapshot-controller and csi-snapshotter is now configurable via the worker-threads flag. (#282, @​huffmanca)

Other (Cleanup or Flake)

  • Several VolumeGroupSnapshot, VolumeGroupSnapshotClass and VolumeGroupSnapshotContent fields are now immutable. The v1beta1 VolumeGroupSnapshot API is now marked as deprecated. (#1337, @​leonardoce)
  • Update kubernetes dependencies to v1.34.0 (#1330, @​dobsonj)

Uncategorized

... (truncated)

Commits
  • f21cb02 Merge pull request #1342 from xing-yang/changelog_8.4
  • ff86d39 Add changelog for v8.4
  • d282047 Merge pull request #1338 from Madhu-1/cleanup
  • bf2ed74 Merge pull request #1337 from leonardoce/dev-api-review
  • 5e23337 Merge pull request #1341 from xing-yang/csi_1.12
  • 2573990 Update CSI spec to 1.12
  • b96c58f Merge pull request #1340 from darshansreenivas/release_tool_update
  • 1655048 Merge commit 'b3dcf6b186d9cab2da1ca62ea82312fec813e3d7' into release_tool_update
  • b3dcf6b Squashed 'release-tools/' changes from 5f38a9075..74502e544
  • 0d9a187 Add CEL test cases
  • Additional commits viewable in compare view

Updates github.com/olekukonko/tablewriter from 0.0.5 to 1.1.1

Commits
  • c687484 update readme to v1.1.1
  • eb43184 Merge pull request #301 from clipperhouse/clipperhouse/displaywidth-experiment
  • bb166ce Revert the displaywidth.Options API
  • e64dd90 Keep legacy support for WithCondition/SetCondition
  • 3c5328b Update to fuzzed displaywidth
  • 31b2e06 benchmarks
  • 15663bf Try displaywidth instead of go-runewidth
  • 64bc45f make The fix is to make the checks in prepareContexts intelligent #302
  • db994db Merge pull request #300 from olekukonko/pie
  • 52f0a50 set bytes in benchmark
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.32.0 to 0.33.0

Commits

Updates golang.org/x/sync from 0.17.0 to 0.18.0

Commits

Updates golang.org/x/sys from 0.37.0 to 0.38.0

Commits
  • 15129aa cpu: also use MRS instruction in getmmfr1
  • ed38ca2 unix: add SizeofNhmsg and SizeofNexthopGrp
  • 3675c4c cpu: use MRS instruction to read arm64 system registers
  • 2a15272 unix: add consts for ELF handling
  • 6239615 cpu: add HPDS, LOR, PAN detection for arm64
  • ea436ef windows: add iphlpapi routing functions
  • 28c5bda unix: add SetMemPolicy and its mode/flag values
  • b731f78 unix/linux: switch to ubuntu 25.04, Go 1.25.1
  • See full diff in compare view

Updates google.golang.org/api from 0.252.0 to 0.255.0

Release notes

Sourced from google.golang.org/api's releases.

v0.255.0

0.255.0 (2025-11-04)

Features

v0.254.0

0.254.0 (2025-10-28)

Features

v0.253.0

0.253.0 (2025-10-22)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.255.0 (2025-11-04)

Features

0.254.0 (2025-10-28)

Features

0.253.0 (2025-10-22)

Features

  • all: Auto-regenerate discovery clients (#3337) (40f2752)
  • all: Auto-regenerate discovery clients (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Nov 10, 2025
Bumps the all-dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute](https://github.com/googleapis/google-cloud-go) | `1.49.0` | `1.49.1` |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.19.1` | `1.20.0` |
| [github.com/RoaringBitmap/roaring/v2](https://github.com/RoaringBitmap/roaring) | `2.10.0` | `2.14.3` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.39.2` | `1.39.6` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.31.12` | `1.31.17` |
| [github.com/aws/aws-sdk-go-v2/service/fsx](https://github.com/aws/aws-sdk-go-v2) | `1.62.0` | `1.63.0` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) | `1.39.6` | `1.39.11` |
| [github.com/container-storage-interface/spec](https://github.com/container-storage-interface/spec) | `1.11.0` | `1.12.0` |
| [github.com/go-openapi/errors](https://github.com/go-openapi/errors) | `0.22.3` | `0.22.4` |
| [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.29.0` | `0.29.2` |
| [github.com/kubernetes-csi/csi-lib-utils](https://github.com/kubernetes-csi/csi-lib-utils) | `0.22.0` | `0.23.0` |
| [github.com/kubernetes-csi/external-snapshotter/client/v8](https://github.com/kubernetes-csi/external-snapshotter) | `8.2.0` | `8.4.0` |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `0.0.5` | `1.1.1` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.32.0` | `0.33.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.37.0` | `0.38.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.252.0` | `0.255.0` |
| [sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure) | `0.9.3` | `0.10.0` |



Updates `cloud.google.com/go/compute` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.49.0...compute/v1.49.1)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.19.1 to 1.20.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.19.1...sdk/azcore/v1.20.0)

Updates `github.com/RoaringBitmap/roaring/v2` from 2.10.0 to 2.14.3
- [Release notes](https://github.com/RoaringBitmap/roaring/releases)
- [Commits](RoaringBitmap/roaring@v2.10.0...v2.14.3)

Updates `github.com/aws/aws-sdk-go-v2` from 1.39.2 to 1.39.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.39.2...v1.39.6)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.12 to 1.31.17
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.31.12...config/v1.31.17)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.16 to 1.18.21
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.21/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.16...config/v1.18.21)

Updates `github.com/aws/aws-sdk-go-v2/service/fsx` from 1.62.0 to 1.63.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.62.0...service/s3/v1.63.0)

Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.39.6 to 1.39.11
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.39.6...service/emr/v1.39.11)

Updates `github.com/container-storage-interface/spec` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/container-storage-interface/spec/releases)
- [Commits](container-storage-interface/spec@v1.11.0...v1.12.0)

Updates `github.com/go-openapi/errors` from 0.22.3 to 0.22.4
- [Commits](go-openapi/errors@v0.22.3...v0.22.4)

Updates `github.com/go-openapi/runtime` from 0.29.0 to 0.29.2
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.29.0...v0.29.2)

Updates `github.com/go-openapi/strfmt` from 0.24.0 to 0.25.0
- [Commits](go-openapi/strfmt@v0.24.0...v0.25.0)

Updates `github.com/go-openapi/validate` from 0.25.0 to 0.25.1
- [Commits](go-openapi/validate@v0.25.0...v0.25.1)

Updates `github.com/kubernetes-csi/csi-lib-utils` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/kubernetes-csi/csi-lib-utils/releases)
- [Commits](kubernetes-csi/csi-lib-utils@v0.22.0...v0.23.0)

Updates `github.com/kubernetes-csi/external-snapshotter/client/v8` from 8.2.0 to 8.4.0
- [Release notes](https://github.com/kubernetes-csi/external-snapshotter/releases)
- [Commits](kubernetes-csi/external-snapshotter@v8.2.0...v8.4.0)

Updates `github.com/olekukonko/tablewriter` from 0.0.5 to 1.1.1
- [Commits](olekukonko/tablewriter@v0.0.5...v1.1.1)

Updates `golang.org/x/oauth2` from 0.32.0 to 0.33.0
- [Commits](golang/oauth2@v0.32.0...v0.33.0)

Updates `golang.org/x/sync` from 0.17.0 to 0.18.0
- [Commits](golang/sync@v0.17.0...v0.18.0)

Updates `golang.org/x/sys` from 0.37.0 to 0.38.0
- [Commits](golang/sys@v0.37.0...v0.38.0)

Updates `google.golang.org/api` from 0.252.0 to 0.255.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.252.0...v0.255.0)

Updates `sigs.k8s.io/cloud-provider-azure/pkg/azclient` from 0.9.3 to 0.10.0
- [Release notes](https://github.com/kubernetes-sigs/cloud-provider-azure/releases)
- [Changelog](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/master/docs/release-versioning.md)
- [Commits](kubernetes-sigs/cloud-provider-azure@pkg/azclient/v0.9.3...pkg/azclient/v0.10.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute
  dependency-version: 1.49.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/RoaringBitmap/roaring/v2
  dependency-version: 2.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.39.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.31.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.18.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/fsx
  dependency-version: 1.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-version: 1.39.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/container-storage-interface/spec
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/go-openapi/errors
  dependency-version: 0.22.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/go-openapi/runtime
  dependency-version: 0.29.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/go-openapi/strfmt
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/go-openapi/validate
  dependency-version: 0.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/kubernetes-csi/csi-lib-utils
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/kubernetes-csi/external-snapshotter/client/v8
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.255.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: sigs.k8s.io/cloud-provider-azure/pkg/azclient
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-dependencies-575c04df1d branch from b2740f0 to 785ab70 Compare November 11, 2025 11:16
@reederc42 reederc42 closed this Nov 14, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 14, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/all-dependencies-575c04df1d branch November 14, 2025 15:51
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant