Skip to content

Releases: storageos/go-api

v2.6.1

13 May 14:11
59d68c6
Compare
Choose a tag to compare

Clean up repo

v2.6.0

13 May 14:17
Compare
Choose a tag to compare
Spec update

v2.5.0-beta.1

15 Sep 11:20
f265b1c
Compare
Choose a tag to compare
v2.5.0-beta.1 Pre-release
Pre-release

Adds:

  • Node cordon
  • Volume placement strategy

v2.4.0

20 Apr 16:16
9d9169d
Compare
Choose a tag to compare

Adds:

  • FailureMode volume endpoint
  • ComputeOnly node endpoint
  • Improved error decoding

v2.3.0

20 Oct 13:50
2ba106b
Compare
Choose a tag to compare

Adds shared volume support.

v2.2.0

18 Aug 16:10
d6e6bab
Compare
Choose a tag to compare
  • Add 502 error for partial diagnostics bundle.

v2.1.0

17 Jul 11:39
3a1dc33
Compare
Choose a tag to compare
  • Add ignore-version to allow forced updates that bypass entity version constraint validation.
  • Add offline-delete to enable deletion of a volume when all deployments are offline, bypassing the host nodes which cannot be reached.
  • Allow updating volume description and non-storageos labels.
  • Allow online changes to the number of volume replicas.
  • Allow offline volume expansion.
  • Improve documentation

v2.0.0

02 Jun 13:34
b4332f2
Compare
Choose a tag to compare

Updates v2 API to v2.0.0

1.0.0-rc1

16 Aug 11:18
88f0633
Compare
Choose a tag to compare

Adds:

  • Pools
  • Devices
  • Node drain, cordon
  • Network diagnostics
  • Custom user agent header
  • HTTP proxy support

Fixes:

  • Multidialer failover

Improves:

  • Combines CP & DP health status
  • Builds with Go 1.10

Deprecates:

  • Controller -> Node
  • Events

0.3.4

26 Jan 15:43
3a40323
Compare
Choose a tag to compare

Reduce the chances of individual Dial requests from consuming all the time provided by the multidialer's parent context. This should improve the chances of attempting multiple dials within small context durations.