Releases: quobyte/api
Releases · quobyte/api
API update for Quobyte CSI v1.0.0
- Support user, group and access mode specification in storage class
v0.1.4 Fixes an import regression in v0.1.3
- Fixes an incorrect import in v.0.1.3
v0.1.3 Extended error reporting on Quobyte API Service connections
Adds more explicit error reporting on JsonRPCs to the Quobyte API service.
- explicitly reports authentication errors
- logs response bodies for other issues to the plugin log and reports an error to docker
API update for Quobyte CSI
Added utility methods for sceptical resolution of Name and UUID combinations of volume and tenant
- API user can safely call these methods without knowing whether given string is UUID or Name
- Utilities resolve the Name to UUID, only if given string is not matched with UUID pattern
v0.1.1 log non successful http status codes
- Adds logging of HTTP status codes outside the 200-299 range for easier debugging