Skip to content

Releases: container-storage-interface/spec

v1.6.0-rc1

31 Mar 06:28
1de425b
Compare
Choose a tag to compare
v1.6.0-rc1 Pre-release
Pre-release
Merge pull request #505 from andyzhangx/set-badge

doc: set github action badge

v1.5.0

12 Jun 07:44
f1ae024
Compare
Choose a tag to compare

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

09 Jun 06:43
f1ae024
Compare
Choose a tag to compare
v1.5.0-rc1 Pre-release
Pre-release
Merge pull request #468 from gnufied/add-gid-publish

Add spec change for volume mount group

v1.4.0

08 Mar 08:27
2816e42
Compare
Choose a tag to compare

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.

v1.4.0-rc1

04 Mar 22:59
2816e42
Compare
Choose a tag to compare
v1.4.0-rc1 Pre-release
Pre-release
Merge pull request #470 from pohly/maximum-volume-size

GetCapacityResponse: add maximum_volume_size

v1.3.0

03 Jun 21:16
1763e8e
Compare
Choose a tag to compare

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.3.x), instead they will most likely be part of the next minor release (CSI v1.4.x). If you depend on "offline/volume expansion" please follow the relevant discussions (e.g. #429, #431, etc.), and read the CSI 1.4.x release notes carefully.

Additions:

  • spec (PR #417): Introduce alpha protobuf annotations to enable new APIs to be introduced experimentally before evolving to something more stable. Note that Alpha APIs may change in incompatible ways or be removed between minor releases without notice.
  • spec (PR #415): [Alpha] Introduce a new VOLUME_CONDITION controller and node capability along with new ControllerGetVolume call and new volume_condition fields in ListVolumesResponse to enable CO to periodically probe a provisioned volumes health status.
  • spec (PR #412): Add additional reason to return ALREADY_EXISTS for CreateVolumeRequest.
  • spec (PR #422): Add Nomad to Container Orchestrators who've adopted CSI.

Clarifications/Corrections/Fixes:

  • spec (PR #397): Clarify idempotency requirement for ControllerExpandVolume and NodeExpandVolume.
  • spec (PR #406): Clarify the sources of volume_context.

Dependencies:

  • spec (PR #438): Pin go-genproto and grpc-go versions to 24fa4b261c55da65468f2abfdae2b024eef27dfb to ensure compatiblity with protobuf v1.3.2

v1.3.0-rc1

01 Jun 17:42
1763e8e
Compare
Choose a tag to compare
v1.3.0-rc1 Pre-release
Pre-release
Merge pull request #439 from gnufied/add-note-about-gopath

Add a note about CSI go language bindings should be built in GOPATH

v1.2.0

23 Oct 22:00
314ac54
Compare
Choose a tag to compare

Breaking changes/Deprecations:

  • None (CSI 1.x releases are backwards compatible).

Additions:

  • spec (PR #372): Add optional secrets field to ListSnapshotsRequest.
  • spec (PR #374): Add optional (but recommended) VolumeStatus.published_node_ids field to ListVolumesResponse (to enable COs to detect and reconcile when a volume is unpublished out of band).
  • spec (PR #390): Add optional (but recommended) staging_path to NodeGetVolumeStatsRequest and NodeExpandVolumeRequest.
  • spec (PR #381): Add optional volume_capability to ControllerExpandVolumeRequest and NodeExpandVolumeRequest (to enable SPs to differentiate between block and file).

Clarifications/Corrections/Fixes:

  • spec (PR #347): Clarify DeleteVolume behavior with snapshots.
  • spec (PR #375): Clarify SP is allowed to return OK for ControllerUnpublishResponse if node or volume not found.
  • spec (PR #383): Relax recovery behavior for NOT_FOUND error code for ControllerUnpublishVolume from MUST to SHOULD.

Dependencies:

  • lib/go (PR #378) Update protoc to v3.9.1, protoc-gen-go to v1.3.2.

v1.2.0-rc2

21 Oct 21:29
314ac54
Compare
Choose a tag to compare
v1.2.0-rc2 Pre-release
Pre-release
Merge pull request #393 from container-storage-interface/master

Cherry pick #392 to release-1.2

v1.2.0-rc1

18 Oct 21:38
ae4d010
Compare
Choose a tag to compare
v1.2.0-rc1 Pre-release
Pre-release
Merge pull request #381 from gnufied/add-volume-capability-to-expansi…

…on-calls

Add volume capability to volume expansion calls