8000 Tags · jriddle-linode/docker-volume-linode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jriddle-linode/docker-volume-linode

Tags

v0.14

Toggle v0.14's commit message
v0.14

* Remove the linode-region option, redundant to linode-label (Closes #24)
* Don't delete volumes on volume rm (Closes #23)
  * Add volume create option to delete Linode volumes on volume rm
* Support BTRFS, XFS, EXT(2,3,4) (Closes #7)

v0.13

Toggle v0.13's commit message

Verified

This tag was signed with the committer’s verified signature.
displague Marques Johansson
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.12

Toggle v0.12's commit message

Verified

This tag was signed with the committer’s verified signature.
displague Marques Johansson
v0.12.0 fix mounting issues

now using docker v2 plugin interface instead of standalone interface

v0.11

Toggle v0.11's commit message

Verified

This tag was signed with the committer’s verified signature.
displague Marques Johansson
tag v0.11

v0.11.0

Toggle v0.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
displague Marques Johansson
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

v0.10

Toggle v0.10's commit message
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

v0.9

Toggle v0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from libgolang/issue-3

Makes plugin installable via `docker plugin install` command

v0.8

Toggle v0.8's commit message
fixing travis

v0.7

Toggle v0.7's commit message
Added docker namespace when pushing

v0.6

Toggle v0.6's commit message
fixing travis push

0