Tags: jriddle-linode/docker-volume-linode
Tags
v0.13 Features ======== * autodetect Linode label from hostname, infer region from linode record * add useragent (closes 19) * Sending detach request if volume already mounted. Fix #17 * check for containers with volume mounts before detaching Changes ======= * switch to go mod and latest linodego * Improved Makefile * Fixed tests - Bumped version in config file - Removed unused function - Ran dep ensure -update
v0.11.0 moved to github.com/linode Changes ------- - Moved to github.com/linode (Thanks, @ricardorg79 !!) - Uses linodego v0.4.0 - Switched from ComVer to SemVer
use chiefy/linodego to access Linode APIv4 (#4) * use chiefy/linodego to access Linode APIv4 * dep ensure -update * lookup the instanceID from the linodeLabel, when provided * Made region a required param * Made region argument required * added testing * Added testing via `make test` - Added Makefile script -- added make test -- moved scripts/* code into Makefile - Added waiting for device code to Create function * Fixed code that waited for attachment and detachment of volume * use latest chiefy/linodego for AttachVolume fixes (dep ensure -update) * if AttachVolume fails, it may already be mounted AttachVolumes has changed upstream, update the call to it just poll for matching ids, for now TODO: the 180 timeout should align with some docker specified timeout * Move format from creation time to mount time * removed `go test` from `make check` * Fixing check step
PreviousNext