Skip to content

Releases: quobyte/docker-volume

v1.4.0 Subfolder Creation Feature

08 May 08:59
cf96c8b
Compare
Choose a tag to compare
  • 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

12 Sep 09:07
Compare
Choose a tag to compare
  • 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

19 Jun 09:45
7be192a
Compare
Choose a tag to compare
  • Updates the default configuration for the systemd service

v1.3.3 Bugfix release

05 Jun 12:15
Compare
Choose a tag to compare
  • Improves volume creation time by using a forced volume list refresh instead of waiting for time based list update

v1.3.2 Bugfix release

08 Mar 13:20
7b50d35
Compare
Choose a tag to compare
  • Fixes #31 allowing setting the tenant id via docker cli option.

v1.3.1 API client version update

30 Jan 10:48
edb3a68
Compare
Choose a tag to compare
  • Updates the API client to v0.1.1

v1.3: Moves to Environment Parameters

20 Dec 09:01
399a4d1
Compare
Choose a tag to compare
  • 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

14 Dec 15:08
Compare
Choose a tag to compare

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

14 Dec 15:07
Compare
Choose a tag to compare
Besides above fixes this also removes underscores from variable names.

Bugfix release 1.2-pre1

14 Dec 13:46
Compare
Choose a tag to compare
Pre-release

Fixes:

  • missing configuration_name parameter for volume creation
  • missing tenant_id parameter for volume creation
  • adds retry parameter for improved robustness