Skip to content

Releases: storageos/go-api

0.3.3

26 Jan 12:12
e06f2d8
Compare
Choose a tag to compare

Adds a custom error package which enables more elegant error handling without breaking standard library error compatibility.

0.3.2

19 Jan 11:52
c7009bb
Compare
Choose a tag to compare

Removes dead code in platform dependant builds

0.3.1

19 Jan 10:58
fc7b94e
Compare
Choose a tag to compare

Adds deviceDir to the controller object. deviceDir can be set by adding DEVICE_DIR=/var/lib/storageos/volumes to the StorageOS container startup. Volume devices will be created in this location on the node. The deviceDir may be different for each node.

0.3.0

17 Jan 13:55
fad750b
Compare
Choose a tag to compare

Adds MountDevice to the Volume object, so that clients that are mounting a device can be told the device location. This is required where the default device directory (/var/lib/storageos/volumes) is not used. The device directory can be set per node by setting DEVICE_DIR as an environment variable on the StorageOS container (version 1.10 onwards).

0.2.2

11 Jan 13:06
75ab686
Compare
Choose a tag to compare

Adds log config types and methods

0.2.1

20 Nov 15:35
1a9f7c9
Compare
Choose a tag to compare

Changed:

  • Added several new fields for the volume type to track mkfs

0.2.0

25 Oct 09:14
Compare
Choose a tag to compare

API version for the up-coming 0.9 release

Changes:

  • Supports the modified return types for User objects
  • Updates the port allocations for StorageOS services

0.1.8

18 Sep 11:16
Compare
Choose a tag to compare

Adds the functionality to modify the cordon field on controller objects

0.1.7

12 Sep 14:05
Compare
Choose a tag to compare

Adds functionality to request an API token from the API server.

0.1.6

12 Sep 10:04
Compare
Choose a tag to compare

Adds context to Health requests to support graceful timeout
Adds a DefaultPort constant