Skip to content

Releases: csi-addons/spec

spec v0.2.0 Release

13 Jan 06:29
Compare
Choose a tag to compare

The release of the spec after v0.1.1.

Major changes

Added GetVolumeReplicationInfo API

Newly added volumeSource to below RPC requests.

  • EnableVolumeReplication
  • DisableVolumeReplication
  • PromoteVolume
  • DemoteVolume
  • ResyncVolume
  • GetVolumeReplicationInfo

This new volumeSource Field CSI-addons spec will support replication for volume_groups for all the RPC calls.

spec v0.1.1 Release

20 Sep 11:53
Compare
Choose a tag to compare

The minor release of the spec after v0.1.0.

Newly added alpha replication_id to below RPC requests.

  • EnableVolumeReplication
  • DisableVolumeReplication
  • PromoteVolume
  • DemoteVolume
  • ResyncVolume

Warning The new field is alpha with this release, the API's might change in the future and the API's might not be backward compatible.

spec v0.1.0 Release

10 Mar 08:59
Compare
Choose a tag to compare
spec v0.1.0 Release Pre-release
Pre-release

The initial release of the spec.

Newly added protobuf messages.

We have added the below protobuf messages to achieve the storage replication

  • EnableVolumeReplication
  • DisableVolumeReplication
  • PromoteVolume
  • DemoteVolume
  • ResyncVolume

Warning This release is going to be an alpha release, the API's might change in future and the API's might not be backward compatible.