v1.0.0
Breaking changes/Deprecations:
- spec (PR #260): Change "reverse domain notation" requirement to "forward domain notation".
- spec (PR #307): Remove SnapshotStatus enum; replace with
ready_to_use
boolean. - spec (PR #271): Add and change ValidateVolumeCapabilitiesRequest fields.
- spec (PR #309): Remove deprecated NodeGetId method.
- spec (PR #321): Bump csi protobuf package name to
csi.v1
. - spec (PR #331): Snapshot
created_at
changed to timestamp and renamed tocreation_time
. - spec (PR #328): GetPluginCapabilitiesResponse field number reordering.
- spec (PR #328): ControllerGetCapabilitiesResponse field number reordering.
- spec (PR #335): Specify that CO will only create the parent directory of
target_path
and SP is responsible for creating the directory or file attarget_path
and cleaning it up.
Additions:
- spec (PR #244): Initial support for volume cloning.
- spec (PR #256): New NodeGetVolumeStats call to fetch volume usage and capacity.
- spec (PR #310): Add capability for
ControllerPublishVolume.readonly
field.
Clarifications/Corrections/Fixes:
- spec (PR #318): Rename
volume_attributes
andpublish_info
tovolume_context
andpublish_context
. - spec (PR #318): Rename
id
tovolume_id
andsnapshot_id
inVolume
andSnapshot
messages. - spec (PR #318): Clarify ID (volume, snapshot, & node) requirements.
- spec (PR #306): Rename
ACCESSIBILITY_CONSTRAINTS
toVOLUME_ACCESSIBILITY_CONSTRAINTS
. - spec (PR #303): Disallow control characters in name fields.
- spec (PR #317): Decorate sensitive fields with
csi_secret
. - spec (PR #296, PR #316): Revise common error codes.
- spec (PR #260): Exclude underscores (_) from allowed characters list in plugin name and topology key prefix.
- spec (PR #335): Clarify that CO is responsible for creating a directory at
staging_target_path
that SP may use for staging purposes. - spec (PR #323): Clarify timeout and retries.
- spec (PR #322): Clarify CreateVolume: idempotent recovery from errors.
- spec (PR #265): Clarify default scalar values tagged as REQUIRED or OPTIONAL.
- spec (PR #312): Clarify expectations w/ respect to consistency when paging results of ListXYZ calls.
- spec (PR #314, PR #315): Clarify VolumeCapability in CreateVolumeRequest and ControllerPUblishVolume.
- spec (PR #308): Clarify expectations for NodeGetInfo
- spec (PR #297): Clarify ListVolumes and ListSnapshots for consistency.
- lib/go (PR #311): Strip "/vXYZ" from golang import path.
- lib/go (PR #254): Protobuf bindings register fully qualified package root.
Dependencies:
- lib/go (PR #269): Build against golang v1.10.4.
- lib/go (PR #269): Update https://github.com/golang/protobuf dependency to v1.2.0.