Skip to content

Releases: gruntwork-io/fetch

v0.3.11

28 Oct 10:27
8a6d52f
Compare
Choose a tag to compare

#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

01 Aug 13:55
183fc00
Compare
Choose a tag to compare

#70 : fetch now uses go modules instead of dep to manage dependencies.

v0.3.9

04 May 08:59
c209daa
Compare
Choose a tag to compare

#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

27 Apr 09:34
da4a2b6
Compare
Choose a tag to compare

#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

10 Sep 10:06
15183f9
Compare
Choose a tag to compare

#56: Fix the --source-path argument to only download the exact paths/files specified.

v0.3.6

30 Aug 17:15
1ca7fcb
Compare
Choose a tag to compare

#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

19 Apr 00:53
21c13be
Compare
Choose a tag to compare

#52: Fixed #48. GitHub Enterprise users can now successfully download binaries.

v0.3.4

04 Mar 15:52
4885c1a
Compare
Choose a tag to compare

#51 Publish checksums along with binaries.

v0.3.3

20 Feb 20:53
1c09f1a
Compare
Choose a tag to compare

#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

12 Oct 20:58
48ae79f
Compare
Choose a tag to compare

#44: Update dependencies from github.com/codegangsta/cli to its new name, gopkg.in/urfave/cli.v1. There should be no change in behavior.