Skip to content

Update dependency container-storage-interface/spec to v1.13.0 - #45

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/container-storage-interface-spec-1.x
Open

Update dependency container-storage-interface/spec to v1.13.0#45
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/container-storage-interface-spec-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
container-storage-interface/spec minor v1.3.0v1.13.0

Release Notes

container-storage-interface/spec (container-storage-interface/spec)

v1.13.0

Compare Source

Breaking changes/Deprecations:
  • None
Additions:
Clarifications/Corrections/Fixes:
Dependencies:

New Contributors

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

v1.12.0

Compare Source

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

Compare Source

What's Changed

Breaking changes/Deprecations
  • None
Additions
Clarifications/Corrections/Fixes
  • None
Dependencies
  • None

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

v1.10.0

Compare Source

What's Changed

Breaking changes/Deprecations
  • The google.golang.org/protobuf and protoc-gen-go libraries were bumped in this release to v1.33.0 (indirectly bumping github.com/golang/protobuf to v1.5.3) resulting in breaking changes to generated protobuf go message structures. SPs updating their CSI drivers to this version of the CSI spec must modify their code to handle the changes. See #​570.
Additions
  • [Alpha] Add new "SnapshotMetadata service" to allow CO to obtain allocated or changed block metadata for snapshots by @​carlbraganza in #​551
Clarifications/Corrections/Fixes
  • None
Dependencies

New Contributors

Full Changelog: container-storage-interface/spec@v1.9.0...v1.10.0

v1.9.0

Compare Source

Breaking changes/Deprecations:

  • None

Additions:

  • spec (PR #​544): [Alpha] Introduce new ControllerModifyVolume RPC and a mutable_parameters field under existing CreateVolumeRequest RPC to enable modification of volume properties (e.g. IOPS, etc.) after volume creation.

Clarifications/Corrections/Fixes:

Dependencies:

  • spec (PR #​550): Updates genproto to use the isolated submodule to reduce overall dependency count and avoids future issues with ambiguous imports.

Full Changelog: container-storage-interface/spec@v1.8.0...v1.9.0

v1.8.0

Compare Source

Breaking changes/Deprecations:

  • None

Additions:

  • spec (PR #​519): introduce VolumeGroupSnapshot related RPCs under new GroupController services as alpha.

Clarifications/Corrections/Fixes:

  • None

Dependencies:

  • None

Full Changelog: container-storage-interface/spec@v1.7.0...v1.8.0

v1.7.0

Compare Source

Breaking changes/Deprecations:

  • None

Additions:

  • spec (PR #​509): Promote VOLUME_MOUNT_GROUP node capability to GA.

Clarifications/Corrections/Fixes:

Dependencies:

Full Changelog: container-storage-interface/spec@v1.6.0...v1.7.0

v1.6.0

Compare Source

Breaking changes/Deprecations:

  • spec (PR #​487): [Alpha] Change required capability for published_node_ids in GetVolume by @​bswartz

Additions:

  • spec (PR #​499): [GA] Promote maximum_volume_size field in GetCapacityResponse from alpha to GA by @​pohly

Clarifications/Corrections/Fixes:

  • None

Dependencies:

  • None

New Contributors

Full Changelog: container-storage-interface/spec@v1.5.0...v1.6.0

v1.5.0

Compare Source

Breaking changes/Deprecations:

  • There are plans to deprecate Volume Expansion "online/offline" capability (moving to online by default, while allowing for offline via the "Volume In Use" error code). These changes are NOT being made in this CSI release (CSI v1.5.x), instead they will most likely be part of a future release (CSI v1.6+). If you depend on "offline/volume expansion" please follow the relevant discussions (e.g. #​429, #​431, etc.), and read the CSI release notes carefully.

Additions:

  • spec (PR #​457): [Alpha] Add optional secrets field to NodeExpandVolumeRequest.
  • spec (PR #​468): [Alpha] Add optional volume_mount_group field to VolumeCapability under new VOLUME_MOUNT_GROUP capability to enable SPs to apply an fsgroup to a volume filesystem during NodeStageVolume or NodePublishVolume operations.
  • spec (PR #​476): [Alpha] Add two new volume access modes, SINGLE_NODE_SINGLE_WRITER and SINGLE_NODE_MULTI_WRITER, under a new SINGLE_NODE_MULTI_WRITER capability (intended to replace the existing SINGLE_NODE_WRITER access mode).

Clarifications/Corrections/Fixes:

  • spec (PR #​475): Further relax size limitation for node_id fields from 192 to 256.

Dependencies:

  • lib/go (PR #​435): Use go modules to pin dependencies. Move to golang v1.16.4.

v1.4.0

Compare Source

Breaking changes/Deprecations:

  • There are plans to deprecate Volume Expansion "online/offline" capability (moving to online by default, while allowing for offline via the "Volume In Use" error code). These changes are NOT being made in this CSI release (CSI v1.4.x), instead they will most likely be part of the next minor release (CSI v1.5.x). If you depend on "offline/volume expansion" please follow the relevant discussions (e.g. #​429, #​431, etc.), and read the CSI 1.5.x release notes carefully.

Additions:

  • spec (PR #​470): [Alpha] Add optional maximum_volume_size and minimum_volume_size to GetCapacityResponse.

Clarifications/Corrections/Fixes:

  • spec (PR #​464): Relax size limitation for all file paths and node_id fields.
  • spec (PR #​452): Clarify size of cloned / restored volumes.

Dependencies:

  • No changes.

Configuration

📅 Schedule: (UTC)

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

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/container-storage-interface-spec-1.x branch from b4ce75b to c637d6d Compare July 27, 2026 22:02
@renovate renovate Bot changed the title Update dependency container-storage-interface/spec to v1.12.0 Update dependency container-storage-interface/spec to v1.13.0 Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants