Skip to content

build(deps): bump the github-dependencies group across 1 directory with 27 updates - #280

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github-dependencies-49ed37cb5b
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github-dependencies-49ed37cb5b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-dependencies group with 10 updates in the / directory:

Package From To
github.com/container-storage-interface/spec 1.12.0 1.13.0
github.com/stretchr/testify 1.11.1 1.12.1
google.golang.org/grpc 1.82.0 1.83.1
google.golang.org/protobuf 1.36.12-0.20260120151049-f2248ac996af 1.36.12
github.com/fxamacker/cbor/v2 2.9.2 2.9.3
github.com/go-logr/logr 1.4.3 1.4.4
github.com/go-openapi/swag 0.27.0 0.29.0
github.com/prometheus/client_golang 1.23.2 1.24.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 0.69.0 0.70.0
golang.org/x/net 0.57.0 0.58.0

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

Release notes

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

v1.13.0

Breaking changes/Deprecations:

  • None

Additions:

Clarifications/Corrections/Fixes:

  • #587 - Add note about possibly lower available capacity on MountVolume volumes by @​nixpanic
  • #563 - describe ABORTED as error message for CreateVolumeGroupSnapshot by @​nixpanic
  • #605 - Fix RESOURCE_EXHAUSTED error code from 13 to 8 by @​nixpanic

Dependencies:

  • #602/#607 - Bump golang from 1.23 to 1.25

New Contributors

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

v1.13.0-rc1

No release notes provided.

Commits
  • b516e92 Merge pull request #607 from container-storage-interface/dependabot/go_module...
  • 3c04186 Bump golang.org/x/net from 0.48.0 to 0.55.0
  • ad56747 Merge pull request #606 from mdzraf/SnapTopologyPOC
  • 5334f34 Introducing Snapshot Topology
  • cd9e7ad Merge pull request #604 from gnufied/implement-volume-health
  • 8e06851 Add documentation about reserved fields
  • 6f80119 Update wording for DATA_LOSS and capabilities
  • 72e2e56 Update the CSI spec to address the review comments
  • 0c33790 Add volume health proposal
  • e74e0e8 Fix RESOURCE_EXHAUSTED error code from 13 to 8 (#605)
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.11.1 to 1.12.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.12.1

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

v1.12.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 959dbda Merge pull request #1935 from harryzcy/yaml-update
  • 9bb7176 Update go.yaml.in/yaml/v3 to v3.0.5
  • 001eb79 Merge pull request #1905 from Kentzo/patch-1
  • ad40f38 Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...
  • 3bae017 build(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • f8c01f3 mock: Mock.Return does not exist anymore
  • 12f8b56 Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliases
  • a11649e assert: make *AssertionFunc type just aliases
  • dc20f41 Merge pull request #1890 from stretchr/dolmen/codegen-modernize
  • 098f8d7 _codegen: use strings.Builder
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.82.0 to 1.83.1

Release notes

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

Release 1.83.1

Security

  • xds/rbac: Fix a bug where nested Principal or Permission rules with :scheme or grpc- prefixed header matchers were not rejected, which could cause DENY rules to fail open. (#9258)
  • xds/rbac: Fix a bug where the host header matcher was not being replaced with :authority in nested Principal or Permission rules. (#9258)
  • xds/rbac: Fix a bug where a header matcher whose name was not lowercase, such as X-Role, matched no header, which could cause DENY rules to fail open. (#9332)
  • xds/rbac: Fix a bug where a :scheme or grpc- prefixed header matcher was accepted when its name was not lowercase. (#9332)
  • xds/rbac: Fix a bug where a Host header matcher was not replaced with :authority. (#9332)

Performance

  • transport: Restrict memory overhead of buffering small data frames. (#9331)

Release 1.83.0

Security

  • server: Stop reading from connections when flooded by HTTP/2 frames to mitigate resource exhaustion. The default value for this limit is 100 frames, excluding DATA and HEADERS, and may be changed by setting environment variable GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT.
  • xds/rbac: Support Metadata and RequestedServerName permissions matcher fields. If present in a DENY rule, previously these would be ignored and fail-open.
  • xds/rbac: Fix panic when parsing unsupported fields in NotRule/NotId permissions.
  • xds/rbac: Support the deprecated source_ip principal identifier by treating it as equivalent to direct_remote_ip.
  • xds: Fix panic when parsing route header matchers configured with empty exact_match, prefix_match, or suffix_match strings. (#9223)

New Features

  • xds/googlec2p: Enable DirectPath over Interconnect support for on-premises clients via the force-xds target URI query parameter. (#9133)
  • xds: Enable xDS configuration to control which fields get propagated from ORCA backend metric reports to LRS load reports. (#9145)
  • authz: Add OnPolicyUpdate callback to FileWatcherOptions to notify when an authz policy is loaded or updated. (#9142)
  • xds: Add support for the GCP Authentication HTTP Filter, which automatically fetches and attaches GCP Service Account Identity JWT tokens to outgoing RPCs.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_GCP_AUTHENTICATION_FILTER=true. (#9119)
  • xds: Add support for xDS-based HTTP CONNECT proxies.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_HTTP_CONNECT=true. (#9151)
  • xds: Add support for contains_match in route header matchers. (#9223)

Bug Fixes

  • credentials/alts: Fix panic when processing malformed frames by validating that the message frame length exceeds the message type field size. (#9197)
  • grpc: Fix compilation on Plan 9 targets (GOOS=plan9), broken since v1.81.0. (#9255)

Release 1.82.1

Security

  • server: Stop reading from the connection when flooded by HTTP/2 frames. The default value for this limit is 100 frames, excluding DATA and HEADERS, and may be changed by setting environment variable GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT.

... (truncated)

Commits

Updates google.golang.org/protobuf from 1.36.12-0.20260120151049-f2248ac996af to 1.36.12

Updates github.com/fxamacker/cbor/v2 from 2.9.2 to 2.9.3

Release notes

Sourced from github.com/fxamacker/cbor/v2's releases.

v2.9.3

This release fixes a potential panic when decoding into a time.Time from a CBOR byte string, map, or array under certain conditions.

Not affected: standard CBOR time data (RFC 8949 tag 0 or tag 1), and decoders configured with timeTag = DecTagRequired.

Upgrading to v2.9.3 is recommended.

The panic stack trace was publicly reported on 2026-08-17, and the fix was released the same day. Fuzz testing was extended to cover this class of bug, and fuzzing of v2.9.3 is ongoing.

What's Changed

Full Changelog: fxamacker/cbor@v2.9.2...v2.9.3

Commits
  • f0c90b6 Merge pull request #803 from fxamacker/fxamacker/fix-unmarshal-to-time
  • c20692a Skip data item when decoding to time.Time fails
  • See full diff in compare view

Updates github.com/go-logr/logr from 1.4.3 to 1.4.4

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.4

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.3...v1.4.4

Commits
  • 96a9aba Fix lint
  • 51c6302 Better implementation of pointer recursion checking
  • c667114 funcr: Handle and test recursive values
  • f7ffadb Add benchmark for pointer args
  • e2a3c8e funcr: bound slog.Group nesting depth to prevent stack overflow
  • 2886d2b build(deps): bump actions/setup-go from 6.5.0 to 7.0.0
  • 0b40896 build(deps): bump github/codeql-action/upload-sarif
  • 77f671b Bump to Go 1.26
  • cce283f build(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0
  • 3832a11 build(deps): bump github/codeql-action/upload-sarif
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag from 0.27.0 to 0.29.0

Release notes

Sourced from github.com/go-openapi/swag's releases.

v0.29.0

0.29.0 - 2026-08-19

New fsutils on top of io.FS

Full Changelog: go-openapi/swag@v0.28.0...v0.29.0

10 commits in this release.


Implemented enhancements

Documentation

Testing

  • test: rename the fixtures directories to testdata by @​fredbi ...

Miscellaneous tasks

Updates

Other (technical)


People who contributed to this release

... (truncated)

Commits
  • 805afa3 chore: prepare release v0.29.0
  • 3fd99ce feat(fsutils): new utilities on top of io/fs.FS (#237)
  • 606af28 chore: updated go dependencies (#236)
  • 60116a7 Merge pull request #235 from fredbi/test/move-fixtures-to-testdata
  • 47a8f7b chore: tuned quality reporting tools
  • 299a7ef test: rename the fixtures directories to testdata
  • f05ceb2 build(deps): bump the development-dependencies group with 9 updates
  • 58683ab build(deps): bump the development-dependencies group with 9 updates
  • 21b44e9 build(deps): bump the other-dependencies group across 8 directories with 1 up...
  • 5559cd0 doc: updated contributors file
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/cmdutils from 0.27.0 to 0.29.0

Release notes

Sourced from github.com/go-openapi/swag/cmdutils's releases.

v0.29.0

0.29.0 - 2026-08-19

New fsutils on top of io.FS

Full Changelog: go-openapi/swag@v0.28.0...v0.29.0

10 commits in this release.


Implemented enhancements

Documentation

Testing

  • test: rename the fixtures directories to testdata by @​fredbi ...

Miscellaneous tasks

Updates

Other (technical)


People who contributed to this release

... (truncated)

Commits
  • 805afa3 chore: prepare release v0.29.0
  • 3fd99ce feat(fsutils): new utilities on top of io/fs.FS (#237)
  • 606af28 chore: updated go dependencies (#236)
  • 60116a7 Merge pull request #235 from fredbi/test/move-fixtures-to-testdata
  • 47a8f7b chore: tuned quality reporting tools
  • 299a7ef test: rename the fixtures directories to testdata
  • f05ceb2 build(deps): bump the development-dependencies group with 9 updates
  • 58683ab build(deps): bump the development-dependencies group with 9 updates
  • 21b44e9 build(deps): bump the other-dependencies group across 8 directories with 1 up...
  • 5559cd0 doc: updated contributors file
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/conv from 0.27.0 to 0.29.0

Release notes

Sourced from github.com/go-openapi/swag/conv's releases.

v0.29.0

0.29.0 - 2026-08-19

New fsutils on top of io.FS

Full Changelog: go-openapi/swag@v0.28.0...v0.29.0

10 commits in this release.


Implemented enhancements

Documentation

Testing

  • test: rename the fixtures directories to testdata by @​fredbi ...

Miscellaneous tasks

Updates

Other (technical)


People who contributed to this release

... (truncated)

Commits
  • 805afa3 chore: prepare release v0.29.0
  • 3fd99ce feat(fsutils): new utilities on top of io/fs.FS (#237)
  • 606af28 chore: updated go dependencies (#236)
  • 60116a7 Merge pull request #235 from fredbi/test/move-fixtures-to-testdata
  • 47a8f7b chore: tuned quality reporting tools
  • 299a7ef test: rename the fixtures directories to testdata
  • f05ceb2 build(deps): bump the development-dependencies group with 9 updates
  • 58683ab build(deps): bump the development-dependencies group with 9 updates
  • 21b44e9 build(deps): bump the other-dependencies group across 8 directories with 1 up...
  • 5559cd0 doc: updated contributors file
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/fileutils from 0.27.0 to 0.29.0

Release notes

Sourced from github.com/go-openapi/swag/fileutils's releases.

v0.29.0

0.29.0 - 2026-08-19

New fsutils on top of io.FS

Full Changelog: go-openapi/swag@v0.28.0...v0.29.0

10 commits in this release.


Implemented enhancements

Documentation

Testing

  • test: rename the fixtures directories to testdata by @​fredbi ...

Miscellaneous tasks

Updates

Other (technical)


People who contributed to this release

... (truncated)

Commits
  • 805afa3 chore: prepare release v0.29.0
  • 3fd99ce feat(fsutils): new utilities on top of io/fs.FS (#237)
  • 606af28 chore: updated go dependencies (#236)
  • 60116a7 Merge pull request #235 from fredbi/test/move-fixtures-to-testdata
  • 47a8f7b chore: tuned quality reporting tools
  • 299a7ef test: rename the fixtures directories to testdata
  • f05ceb2 build(deps): bump the development-dependencies group with 9 updates
  • 58683ab build(deps): bump the development-dependencies group with 9 updates
  • 21b44e9 build(deps): bump the other-dependencies group across 8 directories with 1 up...
  • 5559cd0 doc: updated contributors file
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/jsonutils from 0.27.0 to 0.29.0

Release notes

Sourced from github.com/go-openapi/swag/jsonutils's releases.

v0.29.0

0.29.0 - 2026-08-19

New fsutils on top of io.FS

Full Changelog: go-openapi/swag@v0.28.0...v0.29.0

10 commits in this release.


Implemented enhancements

Documentation

Testing

  • test: rename the fixtures directories to testdata by @​fredbi ...

Miscellaneous tasks

Updates

Other (technical)


People who contributed to this release

... (truncated)

Commits
  • 805afa3 chore: prepare release v0.29.0
  • 3fd99ce feat(fsutils): new utilities on top of io/fs.FS (#237)
  • 606af28 chore: updated go dependencies (#236)
  • 60116a7 Merge pull request #235 from fredbi/test/move-fixtures-to-testdata
  • 47a8f7b chore: tuned quality reporting tools
  • 299a7ef test: rename the fixtures directories to testdata
  • f05ceb2 build(deps): bump the development-dependencies group with 9 updates
  • 58683ab build(deps): bump the development-dependencies group with 9 updates
  • 21b44e9 build(deps): bump the other-dependencies group across 8 directories with 1 up...
  • 5559cd0 doc: updated contributors file
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/loading from 0.27.0 to 0.29.0

Release notes

Sourced from github.com/go-openapi/swag/loading's releases.

v0.29.0

0.29.0 - 2026-08-19

New fsutils on top of io.FS

Full Changelog: go-openapi/swag@v0.28.0...v0.29.0

10 commits in this release.


Implemented enhancements

Documentation

Testing

  • test: rename the fixtures directories to testdata by @​fredbi ...

Miscellaneous tasks

Updates

…th 27 updates

Bumps the github-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/container-storage-interface/spec](https://github.com/container-storage-interface/spec) | `1.12.0` | `1.13.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.1` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.82.0` | `1.83.1` |
| google.golang.org/protobuf | `1.36.12-0.20260120151049-f2248ac996af` | `1.36.12` |
| [github.com/fxamacker/cbor/v2](https://github.com/fxamacker/cbor) | `2.9.2` | `2.9.3` |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.3` | `1.4.4` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.27.0` | `0.29.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.2` | `1.24.1` |
| [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.69.0` | `0.70.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.57.0` | `0.58.0` |



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

Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.1...v1.12.1)

Updates `google.golang.org/grpc` from 1.82.0 to 1.83.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.82.0...v1.83.1)

Updates `google.golang.org/protobuf` from 1.36.12-0.20260120151049-f2248ac996af to 1.36.12

Updates `github.com/fxamacker/cbor/v2` from 2.9.2 to 2.9.3
- [Release notes](https://github.com/fxamacker/cbor/releases)
- [Commits](fxamacker/cbor@v2.9.2...v2.9.3)

Updates `github.com/go-logr/logr` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.4.3...v1.4.4)

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

Updates `github.com/go-openapi/swag/cmdutils` from 0.27.0 to 0.29.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.29.0)

Updates `github.com/go-openapi/swag/conv` from 0.27.0 to 0.29.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.29.0)

Updates `github.com/go-openapi/swag/fileutils` from 0.27.0 to 0.29.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.29.0)

Updates `github.com/go-openapi/swag/jsonutils` from 0.27.0 to 0.29.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.29.0)

Updates `github.com/go-openapi/swag/loading` from 0.27.0 to 0.29.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.29.0)

Updates `github.com/go-openapi/swag/mangling` from 0.27.0 to 0.29.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.29.0)

Updates `github.com/go-openapi/swag/netutils` from 0.27.0 to 0.29.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.29.0)

Updates `github.com/go-openapi/swag/stringutils` from 0.27.0 to 0.29.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.29.0)

Updates `github.com/go-openapi/swag/typeutils` from 0.27.0 to 0.29.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.29.0)

Updates `github.com/go-openapi/swag/yamlutils` from 0.27.0 to 0.29.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.29.0)

Updates `github.com/prometheus/client_golang` from 1.23.2 to 1.24.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.23.2...v1.24.1)

Updates `github.com/prometheus/common` from 0.70.0 to 0.70.1
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](prometheus/common@v0.70.0...v0.70.1)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.69.0 to 0.70.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.69.0...zpages/v0.70.0)

Updates `go.opentelemetry.io/otel` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/metric` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/trace` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.44.0...v1.45.0)

Updates `go.yaml.in/yaml/v3` from 3.0.4 to 3.0.5
- [Commits](yaml/go-yaml@v3.0.4...v3.0.5)

Updates `golang.org/x/net` from 0.57.0 to 0.58.0
- [Commits](golang/net@v0.57.0...v0.58.0)

Updates `golang.org/x/text` from 0.40.0 to 0.41.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.40.0...v0.41.0)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20260526163538-3dc84a4a5aaa to 0.0.0-20260803160001-6ac0973c030d
- [Commits](https://github.com/googleapis/go-genproto/commits)

---
updated-dependencies:
- dependency-name: github.com/container-storage-interface/spec
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.83.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: github.com/fxamacker/cbor/v2
  dependency-version: 2.9.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: github.com/go-logr/logr
  dependency-version: 1.4.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/swag/cmdutils
  dependency-version: 0.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/swag/conv
  dependency-version: 0.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/swag/fileutils
  dependency-version: 0.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/swag/jsonutils
  dependency-version: 0.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/swag/loading
  dependency-version: 0.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/swag/mangling
  dependency-version: 0.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/swag/netutils
  dependency-version: 0.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/swag/stringutils
  dependency-version: 0.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/swag/typeutils
  dependency-version: 0.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/swag/yamlutils
  dependency-version: 0.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.24.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/prometheus/common
  dependency-version: 0.70.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-version: 0.70.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.45.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.45.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.45.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.yaml.in/yaml/v3
  dependency-version: 3.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.58.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.41.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20260803160001-6ac0973c030d
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Aug 24, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign prasadg193 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubernetes-prow kubernetes-prow Bot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Aug 24, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kubernetes-csi-external-snapshot-metadata-1-34-on-kubernetes-1-34 94cade6 link true /test pull-kubernetes-csi-external-snapshot-metadata-1-34-on-kubernetes-1-34
pull-kubernetes-csi-external-snapshot-metadata-1-36-on-kubernetes-1-36 94cade6 link false /test pull-kubernetes-csi-external-snapshot-metadata-1-36-on-kubernetes-1-36
pull-kubernetes-csi-external-snapshot-metadata-1-35-on-kubernetes-1-35 94cade6 link true /test pull-kubernetes-csi-external-snapshot-metadata-1-35-on-kubernetes-1-35
pull-kubernetes-csi-external-snapshot-metadata-unit 94cade6 link true /test pull-kubernetes-csi-external-snapshot-metadata-unit

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 31, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github-dependencies-49ed37cb5b branch August 31, 2026 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants