Releases: container-storage-interface/spec
Releases · container-storage-interface/spec
v0.3.0
Deprecations:
NodeGetId
, in favor ofNodeGetInfo
; will be removed by v1.0
Additions:
- spec: snapshot API (new Controller capability)
- spec: topology API (new Plugin capability)
- spec:
ProbeResponse
reports readiness - spec:
NodeGetInfo
RPC supersedesNodeGetId
RPC - spec:
NodeGetInfo
reports volume limits (new Node capability) - readme: added CSI adoption section
- make: add DNE comment to generated protobufs
- lib/go: initial support for protobuf "well known types"
Clarifications/Corrections/Fixes:
- spec: gGRPC error code corrections
- spec: remove a reference to VolumeInfo
- spec: consistency fix on map declarations
- spec: use MUST when describing
CapacityRange
field reqs - spec: consistently document intentionally empty messages
- spec: clarify field requirements
- spec: add units for
GetCapacityResponse
- spec: fix
SnapshotSource
commment - spec: clarification re:
Volume
from snapshot with different size - spec: fix spelling and grammatical errors
- spec: remove trailing spaces
- contrib: clarify authoring process, spec.md is system-of-record
- make: transitively clean/clobber generated go bindings
Dependencies:
- travis: bump golang version to 1.9.5
- lib/go: pin golang/protobuf dependency to v1.1.0
v0.3.0-rc1
CSI spec v0.3.0 release candidate 1
v0.2.0
Changes since 0.1.0:
- Backwards compatibility breaking changes:
- Drop
GetSupportedVersions
and per RPC version fields, in favor of versioned proto packages. - Remove
ControllerProbe
andNodeProbe
RPCs and replace with a newProbe
RPC in theIdentity
service. - Modify names used for credentials.
- Changed unsigned integers to signed integers in proto
- Change
ID
toId
in Method names - Changed
VolumeInfo
toVolume
- Drop
- Other notable changes:
GetPluginCapabilities
added toIdentity
service to allowController
service to be entirely optional.- Add new (optional)
NodeStageVolume
andNodeUnstageVolume
calls
v0.2.0-rc1
fix figure order in Volume Lifecycle
v0.1.0
v0.1.0-rc1
CSI spec v0.1.0 release candidate 1