Skip to content

1.3.0

Compare
Choose a tag to compare
@robertpeteuil robertpeteuil released this 13 May 20:05
· 36 commits to master since this release
7a14e01

Compatibility Release - works with either curl or wget and uses jq if installed

  • checks for either curl or wget and uses whichever is present
    • defaults to curl if both installed
  • if jq is installed - parses the latest version from hashicorp download page (instead of GitHub)
    • Avoids github api limit of 60 unauthenticated requests per hour
    • Useful if github release differs from version on hashicorp downloads