Releases: robertpeteuil/terraform-installer
Releases · robertpeteuil/terraform-installer
1.5.4
1.5.3
Adjust movement of binary from download folder to destination
1.5.2
Add arm processor detection
1.5.1
Adjust latest_version algorithm to exclude alpha releases
1.5.0
1.4.0
Add checksum validation of downloaded file before installation
1.3.3
Correct fallback value for cpu architecture detection.
1.3.2
Adjust for use in CI/DevOps pipelines
1.3.1
Added -c
option to leave binary in current directory (for CI/DevOps use)
1.3.0
Compatibility Release - works with either curl
or wget
and uses jq
if installed
- checks for either
curl
orwget
and uses whichever is present- defaults to
curl
if both installed
- defaults to
- 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