[go: up one dir, main page]

Skip to content

v0.2.0

Compare
Choose a tag to compare
@saad-ali saad-ali released this 02 Mar 18:39
· 272 commits to master since this release

Changes since 0.1.0:

  • Backwards compatibility breaking changes:
    • Drop GetSupportedVersions and per RPC version fields, in favor of versioned proto packages.
    • Remove ControllerProbe and NodeProbe RPCs and replace with a new Probe RPC in the Identity service.
    • Modify names used for credentials.
    • Changed unsigned integers to signed integers in proto
    • Change ID to Id in Method names
    • Changed VolumeInfo to Volume
  • Other notable changes:
    • GetPluginCapabilities added to Identity service to allow Controller service to be entirely optional.
    • Add new (optional) NodeStageVolume and NodeUnstageVolume calls