Skip to content

Releases: quobyte/api

API update for Quobyte CSI v1.0.0

23 Jul 13:32
Compare
Choose a tag to compare
  • Support user, group and access mode specification in storage class

v0.1.4 Fixes an import regression in v0.1.3

20 Feb 13:58
Compare
Choose a tag to compare
  • Fixes an incorrect import in v.0.1.3

v0.1.3 Extended error reporting on Quobyte API Service connections

20 Feb 09:53
2a784af
Compare
Choose a tag to compare

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

07 Sep 12:43
9cfd293
Compare
Choose a tag to compare

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

30 Jan 10:31
4a09ba5
Compare
Choose a tag to compare
  • Adds logging of HTTP status codes outside the 200-299 range for easier debugging