Skip to content

Bump the github-dependencies group across 1 directory with 32 updates - #599

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github-dependencies-c50ede2ff2
Open

Bump the github-dependencies group across 1 directory with 32 updates#599
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github-dependencies-c50ede2ff2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
github.com/container-storage-interface/spec 1.12.0 1.13.0
github.com/felixge/httpsnoop 1.0.4 1.1.0
github.com/fsnotify/fsnotify 1.9.0 1.10.1
github.com/fxamacker/cbor/v2 2.9.0 2.9.2
github.com/go-openapi/swag 0.25.4 0.28.0
github.com/grpc-ecosystem/grpc-gateway/v2 2.27.7 2.30.0
github.com/prometheus/client_golang 1.23.2 1.24.1
go.etcd.io/etcd/api/v3 3.6.8 3.7.1
go.etcd.io/etcd/client/pkg/v3 3.6.8 3.7.1
go.etcd.io/etcd/client/v3 3.6.8 3.7.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace 1.40.0 1.45.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.40.0 1.45.0
go.uber.org/zap 1.27.1 1.28.0
golang.org/x/time 0.14.0 0.15.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/felixge/httpsnoop from 1.0.4 to 1.1.0

Release notes

Sourced from github.com/felixge/httpsnoop's releases.

v1.1.0

felixge/httpsnoop@v1.0.4...v1.1.0

Commits
  • 0fc9006 fix: preserve hooks for added writer interfaces (#35)
  • e413b2a Bump golang version, add io.StringWriter and improve performance (#33)
  • 9a9390b fix: populate duration when handler panics (#31)
  • d3fc968 feat: Support SetReadDeadline, SetWriteDeadline and EnableFullDuplex (#29)
  • See full diff in compare view

Updates github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1

Release notes

Sourced from github.com/fsnotify/fsnotify's releases.

v1.10.1

Changes and fixes

  • inotify: don't remove sibling watches sharing a path prefix (#754)

  • inotify, windows: don't rename sibling watches sharing a path prefix (#755)

#754: fsnotify/fsnotify#754 #755: fsnotify/fsnotify#755

v1.10.0

This version of fsnotify needs Go 1.23.

Changes and fixes

  • inotify: improve initialization error message (#731)

  • inotify: send Rename event if recursive watch is renamed (#696)

  • inotify: avoid copying event buffers when reading names (#741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)

  • windows: fix nil pointer dereference in remWatch (#736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)

#696: fsnotify/fsnotify#696 #709: fsnotify/fsnotify#709 #731: fsnotify/fsnotify#731 #736: fsnotify/fsnotify#736 #740: fsnotify/fsnotify#740 #741: fsnotify/fsnotify#741 #748: fsnotify/fsnotify#748 #749: fsnotify/fsnotify#749

Changelog

Sourced from github.com/fsnotify/fsnotify's changelog.

1.10.1 2026-05-04

Changes and fixes

  • inotify: don't remove sibling watches sharing a path prefix (#754)

  • inotify, windows: don't rename sibling watches sharing a path prefix (#755)

#754: fsnotify/fsnotify#754 #755: fsnotify/fsnotify#755

1.10.0 2026-04-30

This version of fsnotify needs Go 1.23.

Changes and fixes

  • inotify: improve initialization error message (#731)

  • inotify: send Rename event if recursive watch is renamed (#696)

  • inotify: avoid copying event buffers when reading names (#741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)

  • windows: fix nil pointer dereference in remWatch (#736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)

#696: fsnotify/fsnotify#696 #709: fsnotify/fsnotify#709 #731: fsnotify/fsnotify#731 #736: fsnotify/fsnotify#736 #740: fsnotify/fsnotify#740 #741: fsnotify/fsnotify#741 #748: fsnotify/fsnotify#748 #749: fsnotify/fsnotify#749

Commits
  • 76b01a6 Release 1.10.1
  • fec150b Update changelog
  • 162b421 inotify, windows: don't rename sibling watches sharing a path prefix (#755)
  • 224257f inotify: don't remove sibling watches sharing a path prefix (#754)
  • e0c956c windows: document directory Write events and stabilize tests (#745)
  • 8d01d7b Release 1.10.0
  • 602284e Update changelog
  • 7f03e59 kqueue: skip ENOENT entries in watchDirectoryFiles (#748)
  • dab9dde windows: lock watch field updates against concurrent WatchList (#709) (#749)
  • eadf267 kqueue: drop watches directly in Close() instead of going through remove() (#...
  • Additional commits viewable in compare view

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

Release notes

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

v2.9.2

This release refactors and hardens the streaming encoder by adding stricter checks for encoding CBOR indefinite-length data. Other changes include minor bugfixes, defensive checks, and more tests.

Projects that don't use CBOR indefinite-length data may also want to upgrade (summary of prior releases).

The stricter checks in the encoder prevent improper use of the library and bad inputs from producing malformed CBOR indefinite-length data that would be rejected by the decoder.

This release passed fuzz tests (billions of execs) and it is production quality.

What's Changed

CI / GitHub Actions and Docs

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

v2.9.1

This release includes important bugfixes, defensive checks, improved code quality, and more tests. Although not public, the fuzzer was also improved by adding more fuzz tests.

🐞 Bug fixes related to the keyasint feature

These changes only affect Go struct fields tagged with keyasint:

  • [Decoding] Reject integer keys that exceed math.MaxInt64 when decoding CBOR map to a struct with keyasint field (PR #757)
  • [Decoding] Prevent string representation of an integer key from matching the struct field tagged by keyasint (PR #757)
  • [Encoding & Decoding] Deduplicate struct fields with the same normalized keyasint tag values (PR #757)

🐞 Other bug fixes and defensive checks

Some of the bugs fixed are related to decoding extreme values that cannot be encoded with this library. For example, the decoder checks if epoch time encoded as CBOR float value representing hundreds of billions of years overflows int64(seconds).

NOTE: It is generally good practice to avoid using floating point to store epoch time (even when not using CBOR).

  • [Decoding] Reject decoding epoch time encoded as floats that overflow int64 (PR #753)
  • [Encoding] Return a cloned slice for an empty RawMessage from RawMessage.MarshalCBOR (PR #753)
  • [Encoding] Reject encoding nil inside indefinite-length strings (PR #750)

... (truncated)

Commits
  • 45589ab Merge pull request #769 from fxamacker/fxamacker/update-readme-release-status
  • 8e98ea5 Update README for v2.9.2 release
  • e501aca Merge pull request #768 from fxamacker/fxamacker/update-docs
  • e6af0aa Merge pull request #767 from fxamacker/fxamacker/refactor-indefinite-length-e...
  • 57f1601 Merge pull request #766 from fxamacker/fxamacker/no-opt-to-remove-nil-type-in...
  • 0cdb674 Fix indefinite-length string chunk validation
  • c0db60f Improve GitHub Workflow code coverage regex
  • 63937fe Fix panic message to print the unrecognized tag
  • f0352a5 Add more tests
  • 0c20a0f Refactor encoding of indefinite-length data item
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag from 0.25.4 to 0.28.0

Release notes

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

v0.28.0

0.28.0 - 2026-07-27

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

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/cmdutils from 0.25.4 to 0.28.0

Release notes

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

v0.28.0

0.28.0 - 2026-07-27

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

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/conv from 0.25.4 to 0.28.0

Release notes

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

v0.28.0

0.28.0 - 2026-07-27

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

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/fileutils from 0.25.4 to 0.28.0

Release notes

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

v0.28.0

0.28.0 - 2026-07-27

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

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/jsonutils from 0.25.4 to 0.28.0

Release notes

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

v0.28.0

0.28.0 - 2026-07-27

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

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/loading from 0.25.4 to 0.28.0

Release notes

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

v0.28.0

0.28.0 - 2026-07-27

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

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/mangling from 0.25.4 to 0.28.0

Release notes

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

v0.28.0

0.28.0 - 2026-07-27

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

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/netutils from 0.25.4 to 0.28.0

Release notes

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

v0.28.0

0.28.0 - 2026-07-27

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

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/stringutils from 0.25.4 to 0.28.0

Release notes

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

v0.28.0

0.28.0 - 2026-07-27

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

3 commits in this release.


Implemented enhancements

  • feat(conv): add support for AppendXXX formatting of numbers by @​fredbi in #229 ...

Miscellaneous tasks

Updates


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements

... (truncated)

Commits
  • e3df199 chore: prepare release v0.28.0
  • fd5a309 feat(conv): add support for AppendXXX formatting of numbers (#229)
  • 785bef3 build(deps): bump the development-dependencies group with 9 updates
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)

Bumps the github-dependencies group with 14 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/felixge/httpsnoop](https://github.com/felixge/httpsnoop) | `1.0.4` | `1.1.0` |
| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.9.0` | `1.10.1` |
| [github.com/fxamacker/cbor/v2](https://github.com/fxamacker/cbor) | `2.9.0` | `2.9.2` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.25.4` | `0.28.0` |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.27.7` | `2.30.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.2` | `1.24.1` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.6.8` | `3.7.1` |
| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.6.8` | `3.7.1` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.6.8` | `3.7.1` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.45.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.45.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.1` | `1.28.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.14.0` | `0.15.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/felixge/httpsnoop` from 1.0.4 to 1.1.0
- [Release notes](https://github.com/felixge/httpsnoop/releases)
- [Commits](felixge/httpsnoop@v1.0.4...v1.1.0)

Updates `github.com/fsnotify/fsnotify` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.9.0...v1.10.1)

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

Updates `github.com/go-openapi/swag` from 0.25.4 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.28.0)

Updates `github.com/go-openapi/swag/cmdutils` from 0.25.4 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.28.0)

Updates `github.com/go-openapi/swag/conv` from 0.25.4 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.28.0)

Updates `github.com/go-openapi/swag/fileutils` from 0.25.4 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.28.0)

Updates `github.com/go-openapi/swag/jsonutils` from 0.25.4 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.28.0)

Updates `github.com/go-openapi/swag/loading` from 0.25.4 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.28.0)

Updates `github.com/go-openapi/swag/mangling` from 0.25.4 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.28.0)

Updates `github.com/go-openapi/swag/netutils` from 0.25.4 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.28.0)

Updates `github.com/go-openapi/swag/stringutils` from 0.25.4 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.28.0)

Updates `github.com/go-openapi/swag/typeutils` from 0.25.4 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.28.0)

Updates `github.com/go-openapi/swag/yamlutils` from 0.25.4 to 0.28.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.28.0)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.27.7 to 2.30.0
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Commits](grpc-ecosystem/grpc-gateway@v2.27.7...v2.30.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/v1.24.1/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.23.2...v1.24.1)

Updates `github.com/prometheus/common` from 0.67.5 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.67.5...v0.70.1)

Updates `github.com/prometheus/procfs` from 0.19.2 to 0.21.1
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](prometheus/procfs@v0.19.2...v0.21.1)

Updates `go.etcd.io/etcd/api/v3` from 3.6.8 to 3.7.1
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.8...v3.7.1)

Updates `go.etcd.io/etcd/client/pkg/v3` from 3.6.8 to 3.7.1
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.8...v3.7.1)

Updates `go.etcd.io/etcd/client/v3` from 3.6.8 to 3.7.1
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.8...v3.7.1)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.65.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.65.0...zpages/v0.70.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.65.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.65.0...zpages/v0.70.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.40.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.40.0...v1.45.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.40.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.40.0...v1.45.0)

Updates `go.opentelemetry.io/proto/otlp` from 1.9.0 to 1.11.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases)
- [Commits](open-telemetry/opentelemetry-proto-go@v1.9.0...v1.11.0)

Updates `go.uber.org/zap` from 1.27.1 to 1.28.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.1...v1.28.0)

Updates `go.yaml.in/yaml/v2` from 2.4.3 to 2.4.4
- [Commits](yaml/go-yaml@v2.4.3...v2.4.4)

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/time` from 0.14.0 to 0.15.0
- [Commits](golang/time@v0.14.0...v0.15.0)

Updates `google.golang.org/genproto/googleapis/api` 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/felixge/httpsnoop
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/fsnotify/fsnotify
  dependency-version: 1.10.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/fxamacker/cbor/v2
  dependency-version: 2.9.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.28.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.28.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.28.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.28.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.28.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.28.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.28.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.28.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.28.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.28.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.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-version: 2.30.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-minor
  dependency-group: github-dependencies
- dependency-name: github.com/prometheus/procfs
  dependency-version: 0.21.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-version: 3.7.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.etcd.io/etcd/client/pkg/v3
  dependency-version: 3.7.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-version: 3.7.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  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/contrib/instrumentation/net/http/otelhttp
  dependency-version: 0.70.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
  dependency-version: 1.45.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-version: 1.45.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.opentelemetry.io/proto/otlp
  dependency-version: 1.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.uber.org/zap
  dependency-version: 1.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: go.yaml.in/yaml/v2
  dependency-version: 2.4.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  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/time
  dependency-version: 0.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: google.golang.org/genproto/googleapis/api
  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 12, 2026
@kubernetes-prow
kubernetes-prow Bot requested review from pohly and xing-yang August 12, 2026 03:05
@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 gnufied 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

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

@dependabot[bot]: The following test 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-resizer-unit 3e53091 link true /test pull-kubernetes-csi-external-resizer-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.

@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 12, 2026
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