Releases: linode/docker-volume-linode
Releases · linode/docker-volume-linode
v0.19.0
🚀 New Features
- Utilize metadata service to get Linode info; Wait for Volume Active on Creation by @zliang-akamai in #146
🧪 Testing Improvements
- Fix the Ansible Playbook for Integration Test; Wait for Volume Active on Creation @zliang-akamai (#145)
- Add cloud-init hardening for tests @ykim-1 (#133)
- Replace legacy region in deploy.yml @ykim-1 (#131)
- Add
make quick-test
target @lgarber-akamai (#109)
⚙️ Repo/CI Improvements
- Update labels and release drafter by @jriddle-linode in #149
- Release automation; Bump go version @zliang-akamai (#108)
- Update README.md @amisiorek-akamai (#106)
- Add CODEOWNERS @lgarber-akamai (#104)
📦 Dependency Updates
- Bump github.com/linode/linodego from 1.17.2 to 1.32.0 @dependabot
- Bump golang.org/x/oauth2 from 0.9.0 to 0.19.0 @dependabot
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 @dependabot (#143)
- Bump actions/setup-go from 4 to 5 @dependabot (#129)
- Bump actions/setup-python from 4 to 5 @dependabot (#130)
- Bump docker/login-action from 2 to 3 @dependabot (#116)
- Bump docker/setup-buildx-action from 2 to 3 @dependabot (#117)
- Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 @dependabot (#123)
- Bump actions/checkout from 3 to 4 @dependabot (#114)
New Contributors
- @amisiorek-akamai made their first contribution in #106
- @dependabot made their first contribution in #107
- @ykim-1 made their first contribution in #131
Full Changelog: v0.18.1...v0.19.0
v0.18.1
Changes
- Re-release the last version to satisfy Golang package versioning requirements.
Full Changelog: v0.18...v0.18.1
v0.18
Improvements
- Add support for Linode ID discovery using LinkLocal by @LBGarber (#66)
- Update dependencies; fix tests by @zliang-akamai (#99)
Documents
- Add PULL_REQUEST_TEMPLATE.md by @lgarber-akamai (#72)
Full Changelog: v0.17...v0.18.0
v0.17
v0.16
v0.15
v0.14
v0.10
- 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
andumont
command.
v0.9
- Added installation via
docker plugin install libgolang/docker-volume-linode
v0.8
fixing travis