Releases: quobyte/docker-volume
Releases · quobyte/docker-volume
v1.4.0 Subfolder Creation Feature
- Feature: By adding a directory path to the volume name of a new volume, the plugin creates the given path on the fresh volume during creation.
v1.3.5 Bugfix release
- Adds a workaround for an issue that sometimes caused stat failures when continuously creating high numbers of volumes
v1.3.4 Default config update release
- Updates the default configuration for the systemd service
v1.3.3 Bugfix release
- Improves volume creation time by using a forced volume list refresh instead of waiting for time based list update
v1.3.2 Bugfix release
- Fixes #31 allowing setting the tenant id via docker cli option.
v1.3.1 API client version update
- Updates the API client to v0.1.1
v1.3: Moves to Environment Parameters
- allows parameter passing via environment parameters instead of cli parameters (env is strongly preferred for e.g. the password parameter)
- minor bugfixes & improvements
v1.2.0: Bugfixes in Volume Creation
Fixes:
- missing configuration_name parameter for volume creation
- missing tenant_id parameter for volume creation
- adds retry parameter for improved robustness
v1.2: Fixed handling of tenant_id and configuration_name parameters
Besides above fixes this also removes underscores from variable names.
Bugfix release 1.2-pre1
Fixes:
- missing configuration_name parameter for volume creation
- missing tenant_id parameter for volume creation
- adds retry parameter for improved robustness