Skip to content

Releases: container-storage-interface/spec

v1.8.0-rc1

04 Mar 02:22
47a0fa4

Choose a tag to compare

v1.8.0-rc1 Pre-release
Pre-release
Add new GroupControllerService and VolumeGroupSnapshot CSI RPCs (#519)

* Add VolumeGroupSnapshot CSI RPCs

v1.7.0

03 Nov 20:04
5d1ebe6

Choose a tag to compare

Breaking changes/Deprecations:

  • None

Additions:

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

Clarifications/Corrections/Fixes:

  • spec (PR #523): Fix typos
  • spec (PR #508): Fix typos

Dependencies:

  • go (PR #524, #528): Move to golang v1.18.

Full Changelog: v1.6.0...v1.7.0

v1.7.0-rc3

01 Nov 17:56
5d1ebe6

Choose a tag to compare

v1.7.0-rc3 Pre-release
Pre-release
Merge pull request #531 from container-storage-interface/master

Cherry pick #528 and #530 to release-1.7 branch

v1.7.0-rc2

20 Oct 21:54
93a6165

Choose a tag to compare

v1.7.0-rc2 Pre-release
Pre-release
Merge pull request #527 from container-storage-interface/master

Cherry pick latest PRs for 1.7

v1.7.0-rc1

20 Oct 20:51
e4c4553

Choose a tag to compare

v1.7.0-rc1 Pre-release
Pre-release
Merge pull request #504 from andyzhangx/template

doc: add issue and PR templates

v1.6.0

05 Apr 00:24
1de425b

Choose a tag to compare

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: v1.5.0...v1.6.0

v1.6.0-rc1

31 Mar 06:28
1de425b

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

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

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

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.