Skip to content

Releases: linode/docker-volume-linode

v0.19.0

10 Apr 18:10
fdcb6a0
Compare
Choose a tag to compare

🚀 New Features

  • Utilize metadata service to get Linode info; Wait for Volume Active on Creation by @zliang-akamai in #146

🧪 Testing Improvements

⚙️ Repo/CI Improvements

📦 Dependency Updates

New Contributors

Full Changelog: v0.18.1...v0.19.0

v0.18.1

03 Jul 14:43
058a075
Compare
Choose a tag to compare

Changes

  • Re-release the last version to satisfy Golang package versioning requirements.

Full Changelog: v0.18...v0.18.1

v0.18

29 Jun 19:32
1948eb9
Compare
Choose a tag to compare

Improvements

Documents

Full Changelog: v0.17...v0.18.0

v0.17

28 Oct 16:23
05795fa
Compare
Choose a tag to compare
  • Add force-attach option (#42)
  • Do not attach volume on creation (#47)
  • Improve documentation (#45)
  • Ensure volume is not busy before attaching/detaching (#44)

v0.16

20 Oct 17:08
ce7a6cc
Compare
Choose a tag to compare
  • Resolve container mount validation error (#41)

v0.15

20 Oct 15:54
b8bc07b
Compare
Choose a tag to compare
  • Improve volume attach/detach functionality (#38)
  • Remove unused variables from plugin configuration (#39)
  • Update documentation for clarity (#39)

v0.14

14 Apr 03:05
2f1cfcf
Compare
Choose a tag to compare
  • 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.10

20 Jul 08:04
Compare
Choose a tag to compare
  • Using chiefy/linodego to access Linode APIv4.
  • Moved FS formatting from Creation Time to Mount Time.
  • Removed syscall.Mount and syscall.Unmount in favor of calling the mount and umont command.

v0.9

16 Jul 05:21
d8e00f5
Compare
Choose a tag to compare
  • Added installation via docker plugin install libgolang/docker-volume-linode

v0.8

09 Jul 02:19
Compare
Choose a tag to compare
fixing travis