Releases: quobyte/api
Releases · quobyte/api
Update Quobyte API to Quobyte 3.21.1
Update Quobyte API
- Updates Quobyte API to Quobyte 3.6
Improve error logging
Added failing api method to the returned error message
v1.2.1
Unified API for 2.x and 3.x
- Unified API
- Backward compatible with Quobyte 2.x API server.
- Fields that are not supported result in error i.e, you cannot use 3.x requests against 2.x Quobyte
- Adds session cookies to improve API responsiveness.
NOTE: With this release, the API import path must be github.com/quobyte/api/quobyte
v1.0.1
Full API for Quobyte 2.x
Full API for Quobyte 2.x
Less verbose version for kubernetes in-tree plugin
Less verbose version for kubernetes in-tree plugin
Adds RoundTripper support
Adds RoundTripper required for the in-tree plugin.
Create volume with optional volume labels
With Quobyte 3, volume can be created with labels.
The current release of the API adds support to create volumes with labels (targeted for K8S and Quobyte CSI driver).