Skip to content

Commit

Permalink
Update default fetch version (#56)
Browse files Browse the repository at this point in the history
The latest version of fetch fix a number of important bugs, including:

- Add support for working with GitHub Enterprise.
- Skip Git tags that don't follow SemVer.
- Add support for pagination on Git tags so that you can fetch older tags in repos with many tags.

The last item is especially important, as we now have more repos with many tags.
  • Loading branch information
brikis98 authored Jan 29, 2021
1 parent 79a1c1c commit ee36819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-gruntwork-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -e
readonly BIN_DIR="/usr/local/bin"
readonly USER_DATA_DIR="/etc/user-data"

readonly DEFAULT_FETCH_VERSION="v0.3.2"
readonly DEFAULT_FETCH_VERSION="v0.3.13"
readonly FETCH_DOWNLOAD_URL_BASE="https://github.com/gruntwork-io/fetch/releases/download"
readonly FETCH_INSTALL_PATH="$BIN_DIR/fetch"

Expand Down

0 comments on commit ee36819

Please sign in to comment.