Skip to content

Bump github.com/container-storage-interface/spec from 1.12.0 to 1.13.0 - #391

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/container-storage-interface/spec-1.13.0
Open

Bump github.com/container-storage-interface/spec from 1.12.0 to 1.13.0#391
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/container-storage-interface/spec-1.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 28, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 28, 2026 00:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 28, 2026
@github-actions

Copy link
Copy Markdown

Unit Tests and Coverage

Show Output
	github.com/vultr/vultr-csi/cmd/csi-vultr-driver		coverage: 0.0%25 of statements%0A=== RUN   TestControllerCreateBlockVolume%0Atime="2026-07-28T00:13:07Z" level=info msg="CreateVolume: called" capabilities="[access_mode:{mode:SINGLE_NODE_WRITER}]" test="create block volume" volume-name=volume-test-name%0Atime="2026-07-28T00:13:08Z" level=info msg="CreateVolume: created volume" size=42949672960 test="create block volume" volume-id=a35badcb-a4db-4171-9b9a-11910dfdb8f3 volume-name=test-bs volume-size=40%0A--- PASS: TestControllerCreateBlockVolume (1.00s)%0A=== RUN   TestControllerDeleteBlockVolume%0Atime="2026-07-28T00:13:08Z" level=info msg="DeleteVolume: called" test="delete block volume" volume-id=c56c7b6e-15c2-445e-9a5d-1063ab5828ec%0Atime="2026-07-28T00:13:08Z" level=info msg="DeleteVolume: deleted" test="delete block volume" volume-id=c56c7b6e-15c2-445e-9a5d-1063ab5828ec%0A--- PASS: TestControllerDeleteBlockVolume (0.00s)%0A=== RUN   TestControllerPublishBlockVolume%0A--- PASS: TestControllerPublishBlockVolume (0.00s)%0A=== RUN   TestControllerUnpublishBlockVolume%0Atime="2026-07-28T00:13:08Z" level=info msg="ControllerPublishUnpublish: called" node-id=c56c7b6e-15c2-445e-9a5d-1063ab5828ec test="unpublish block volume" volume-id=245bb2fe-b55c-44a0-9a1e-ab80e4b5f088%0Atime="2026-07-28T00:13:08Z" level=info msg="ControllerUnublishVolume: unpublished" node-id=c56c7b6e-15c2-445e-9a5d-1063ab5828ec test="unpublish block volume" volume-id=245bb2fe-b55c-44a0-9a1e-ab80e4b5f088%0A--- PASS: TestControllerUnpublishBlockVolume (0.00s)%0A=== RUN   TestDriverSuite%0A--- PASS: TestDriverSuite (0.00s)%0APASS%0Atime="2026-07-28T00:13:08Z" level=info msg="Start listening with scheme unix, addr /tmp/csi.sock"%0Atime="2026-07-28T00:13:08Z" level=info msg="Listening for connections on address: &net.UnixAddr{Name:"/tmp/csi.sock", Net:"unix"}" address=/tmp/csi.sock proto=unix%0Acoverage: 25.2%25 of statements%0Aok  	github.com/vultr/vultr-csi/driver	1.008s	coverage: 25.2%25 of statements%0A	github.com/vultr/vultr-csi/internal/vultrdevice		coverage: 0.0%25 of statements%0A	github.com/vultr/vultr-csi/internal/vultrstorage		coverage: 0.0%25 of statements%0A	github.com/vultr/vultr-csi/internal/vultruserdata		coverage: 0.0%25 of statements

Pusher: @dependabot[bot], Action: pull_request_target

Bumps [github.com/container-storage-interface/spec](https://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)

---
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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/container-storage-interface/spec-1.13.0 branch from 65a558b to a2b5baf Compare July 28, 2026 01:33
@github-actions

Copy link
Copy Markdown

Unit Tests and Coverage

Show Output
	github.com/vultr/vultr-csi/cmd/csi-vultr-driver		coverage: 0.0%25 of statements%0A=== RUN   TestControllerCreateBlockVolume%0Atime="2026-07-28T01:33:39Z" level=info msg="CreateVolume: called" capabilities="[access_mode:{mode:SINGLE_NODE_WRITER}]" test="create block volume" volume-name=volume-test-name%0Atime="2026-07-28T01:33:40Z" level=info msg="CreateVolume: created volume" size=42949672960 test="create block volume" volume-id=a35badcb-a4db-4171-9b9a-11910dfdb8f3 volume-name=test-bs volume-size=40%0A--- PASS: TestControllerCreateBlockVolume (1.01s)%0A=== RUN   TestControllerDeleteBlockVolume%0Atime="2026-07-28T01:33:40Z" level=info msg="DeleteVolume: called" test="delete block volume" volume-id=c56c7b6e-15c2-445e-9a5d-1063ab5828ec%0Atime="2026-07-28T01:33:40Z" level=info msg="DeleteVolume: deleted" test="delete block volume" volume-id=c56c7b6e-15c2-445e-9a5d-1063ab5828ec%0A--- PASS: TestControllerDeleteBlockVolume (0.00s)%0A=== RUN   TestControllerCreateBlockVolumeFromSnapshot%0Atime="2026-07-28T01:33:40Z" level=info msg="CreateVolume: called" capabilities="[access_mode:{mode:SINGLE_NODE_WRITER}]" test="create block volume from snapshot" volume-name=volume-test-name%0Atime="2026-07-28T01:33:41Z" level=info msg="CreateVolume: created volume" size=42949672960 test="create block volume from snapshot" volume-id=a35badcb-a4db-4171-9b9a-11910dfdb8f3 volume-name=test-bs volume-size=40%0A--- PASS: TestControllerCreateBlockVolumeFromSnapshot (1.00s)%0A=== RUN   TestControllerCreateSnapshot%0Atime="2026-07-28T01:33:41Z" level=info msg="CreateSnapshot: created snapshot" snapshot-id=cb676a46-66fd-4dfb-b839-443f2e6c0b60 snapshot-name=new-snapshot-test-name source-volume-id=c56c7b6e-15c2-445e-9a5d-1063ab5828ec test="create snapshot"%0A--- PASS: TestControllerCreateSnapshot (0.00s)%0A=== RUN   TestControllerDeleteSnapshot%0Atime="2026-07-28T01:33:41Z" level=info msg="DeleteSnapshot: deleted snapshot" snapshot-id=cb676a46-66fd-4dfb-b839-443f2e6c0b60 test="delete snapshot"%0A--- PASS: TestControllerDeleteSnapshot (0.00s)%0A=== RUN   TestControllerListSnapshots%0A--- PASS: TestControllerListSnapshots (0.00s)%0A=== RUN   TestControllerPublishBlockVolume%0A--- PASS: TestControllerPublishBlockVolume (0.00s)%0A=== RUN   TestControllerUnpublishBlockVolume%0Atime="2026-07-28T01:33:41Z" level=info msg="ControllerPublishUnpublish: called" node-id=c56c7b6e-15c2-445e-9a5d-1063ab5828ec test="unpublish block volume" volume-id=245bb2fe-b55c-44a0-9a1e-ab80e4b5f088%0Atime="2026-07-28T01:33:41Z" level=info msg="ControllerUnublishVolume: unpublished" node-id=c56c7b6e-15c2-445e-9a5d-1063ab5828ec test="unpublish block volume" volume-id=245bb2fe-b55c-44a0-9a1e-ab80e4b5f088%0A--- PASS: TestControllerUnpublishBlockVolume (0.00s)%0A=== RUN   TestDriverSuite%0A--- PASS: TestDriverSuite (0.00s)%0APASS%0Atime="2026-07-28T01:33:41Z" level=info msg="Start listening with scheme unix, addr /tmp/csi.sock"%0Atime="2026-07-28T01:33:41Z" level=info msg="Listening for connections on address: &net.UnixAddr{Name:"/tmp/csi.sock", Net:"unix"}" address=/tmp/csi.sock proto=unix%0Acoverage: 31.9%25 of statements%0Aok  	github.com/vultr/vultr-csi/driver	2.014s	coverage: 31.9%25 of statements%0A	github.com/vultr/vultr-csi/internal/vultrdevice		coverage: 0.0%25 of statements%0A	github.com/vultr/vultr-csi/internal/vultrstorage		coverage: 0.0%25 of statements%0A	github.com/vultr/vultr-csi/internal/vultruserdata		coverage: 0.0%25 of statements

Pusher: @dependabot[bot], Action: pull_request_target

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.

0 participants