Releases: storageos/go-api
Releases · storageos/go-api
0.3.3
Adds a custom error package which enables more elegant error handling without breaking standard library error
compatibility.
0.3.2
Removes dead code in platform dependant builds
0.3.1
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
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
Adds log config types and methods
0.2.1
Changed:
- Added several new fields for the volume type to track mkfs
0.2.0
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
Adds the functionality to modify the cordon field on controller objects
0.1.7
Adds functionality to request an API token from the API server.
0.1.6
Adds context to Health requests to support graceful timeout
Adds a DefaultPort constant