Releases: gruntwork-io/fetch
Releases · gruntwork-io/fetch
v0.3.11
#66: fetch
will now log the file count after extraction.
#77: fetch
will now skip Git tags that don't follow SemVer. This allows you to use it with repos that use both SemVer and non-SemVer tags.
Special thanks to @pete0emerson for the contributions!
v0.3.10
#70 : fetch now uses go modules instead of dep
to manage dependencies.
v0.3.9
#62: This rolls back the change from v0.3.6
. This means that you can now pass empty values again to --branch
, --tag
, and --commit
, as long as one of those is non-empty, and fetch
will handle it correctly.
Special thanks to @vedala for the fix!
v0.3.8
#61: You can now specify an optional --progress
flag to have fetch
show progress during downloads. This is especially useful for large downloads.
Special thanks to @ohlsont for the PR!
v0.3.7
#56: Fix the --source-path
argument to only download the exact paths/files specified.
v0.3.6
#31: When fetch is called with --branch
, --tag
, --commit
, a valid error message is now given.
Special thanks to @vedala for the fix!
v0.3.5
#52: Fixed #48. GitHub Enterprise users can now successfully download binaries.
v0.3.4
#51 Publish checksums along with binaries.
v0.3.3
#50
Release assets can now be identified using regex. If multiple assets match the regex, fetch
will automatically download all of them. You can also now pass in multiple checksums, only allowing the download if the computed checksum matches any of the provided ones.
Special thanks to @coryvirok for the contribution!
v0.3.2
#44: Update dependencies from github.com/codegangsta/cli
to its new name, gopkg.in/urfave/cli.v1
. There should be no change in behavior.