Skip to content

Releases: robertpeteuil/terraform-installer

1.5.4

25 Jun 16:55
Compare
Choose a tag to compare

Add CPU Architecture check for aarch64 (on Linux)

  • use regular arm binary as Terraform currently does not have a separate binary for arm64

1.5.3

21 Feb 00:34
Compare
Choose a tag to compare

Adjust movement of binary from download folder to destination

1.5.2

02 Jan 23:05
Compare
Choose a tag to compare

Add arm processor detection

1.5.1

19 Oct 23:14
Compare
Choose a tag to compare

Adjust latest_version algorithm to exclude alpha releases

1.5.0

18 Oct 20:39
Compare
Choose a tag to compare

fix latest version checking

  • latest version fixes
    • no longer includes beta and rc versions
    • no longer requires sort --versions-sort argument in jq-based algorithm [issue #4]
  • gather latest version only when necessary and after help [issue #4]
  • added set -e error trap [issue #4]

1.4.0

30 Sep 17:51
Compare
Choose a tag to compare

Add checksum validation of downloaded file before installation

1.3.3

30 Aug 21:08
218ffd4
Compare
Choose a tag to compare

Correct fallback value for cpu architecture detection.

1.3.2

29 Aug 00:48
5ae25bd
Compare
Choose a tag to compare

Adjust for use in CI/DevOps pipelines

1.3.1

28 Aug 23:38
f62b1b9
Compare
Choose a tag to compare

Added -c option to leave binary in current directory (for CI/DevOps use)

1.3.0

13 May 20:05
7a14e01
Compare
Choose a tag to compare

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