Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
vg-darwin-amd64 | 2017-12-20 | 3.4 MB | |
vg-linux-amd64 | 2017-12-20 | 3.1 MB | |
vg-windows-amd64 | 2017-12-20 | 3.2 MB | |
README.md | 2017-12-20 | 671 Bytes | |
v0.8.0 - Scripting support, binaries and tests.tar.gz | 2017-12-20 | 123.0 kB | |
v0.8.0 - Scripting support, binaries and tests.zip | 2017-12-20 | 142.1 kB | |
Totals: 6 Items | 9.9 MB | 0 |
Improvements
- Scripting with
vg
is now much better supported.vg
should now keep working even when you have runset -eux
before. - Starting with this release binaries for some architectures are precompiled, in case you want to pin a specific version of
vg
for your CI. - A test suite with coverage is now run on Travis. This should give more confidence that changes don't break
vg
. - Some error messages have been improved with much more detailed steps that should be tried to fix the issue.
Fixes
- Ctrl+C during
vg ensure
now actually killsdep
as well [#28] - Fix bindfs support on some OSX versions [#27]
- Some README improvements.