Skip to content

Releases: gruntwork-io/fetch

v0.4.6

20 Apr 18:50
03d3858
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5

03 Aug 17:13
ebabfd6
Compare
Choose a tag to compare

#110 fetch should now print an error message if the GitHub release doesn't exist

v0.4.4

29 Jan 21:45
cdd305d
Compare
Choose a tag to compare

#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
625331e
Compare
Choose a tag to compare

#102 Fixes issues with downloading release assets with names containing regex characters

v0.4.2

29 Mar 14:42
ef9c6c2
Compare
Choose a tag to compare

#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
69036ff
Compare
Choose a tag to compare

#92: Fixed the usage help text for --ref.

v0.4.0

05 Feb 03:55
8a22319
Compare
Choose a tag to compare

#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
c97d990
Compare
Choose a tag to compare

#87: Previously added --ref feature broke --branch due to conditional ordering

v0.3.13

29 Jan 08:45
c6fdad3
Compare
Choose a tag to compare

#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
37e8f10
Compare
Choose a tag to compare

#81: Delete circleci nightly job
#79: fetch now supports a flexible --ref in addition to --commit, --branch, or --tag