Releases: gruntwork-io/fetch
Releases · gruntwork-io/fetch
v0.4.6
20 Apr 18:50
Compare
Sorry, something went wrong.
No results found
v0.4.5
03 Aug 17:13
Compare
Sorry, something went wrong.
No results found
#110 fetch should now print an error message if the GitHub release doesn't exist
v0.4.4
29 Jan 21:45
Compare
Sorry, something went wrong.
No results found
#103 : Fetch now supports outputting the contents of a release asset to standard output so it can be piped to another program.
v0.4.3
25 Jan 21:51
Compare
Sorry, something went wrong.
No results found
#102 Fixes issues with downloading release assets with names containing regex characters
v0.4.2
29 Mar 14:42
Compare
Sorry, something went wrong.
No results found
#95 : Update the build to publish Darwin / ARM 64 binaries that work with the new ARM-based Macs.
v0.4.1
05 Feb 04:08
Compare
Sorry, something went wrong.
No results found
#92 : Fixed the usage help text for --ref.
v0.4.0
05 Feb 03:55
Compare
Sorry, something went wrong.
No results found
#90 : Added a proper logger to fetch. It defaults to INFO, but the desired verbosity can be specified with --log-level. Fixes #89 and #30 .
v0.3.14
03 Feb 15:41
Compare
Sorry, something went wrong.
No results found
#87 : Previously added --ref feature broke --branch due to conditional ordering
v0.3.13
29 Jan 08:45
Compare
Sorry, something went wrong.
No results found
#85 : fetch should now properly handle pagination for tags, so you'll be able to fetch older tags from repos that have many tags.
v0.3.12
13 Jan 22:35
Compare
Sorry, something went wrong.
No results found
#81 : Delete circleci nightly job
#79 : fetch now supports a flexible --ref in addition to --commit, --branch, or --tag