Releases: robertpeteuil/packer-installer
Releases · robertpeteuil/packer-installer
1.5.5
1.5.4
Fix for pipelines re-downloading to same cwd.
1.5.3
Add CPU Architecture check for arm and aarch64 (on Linux)
- aarch64 will use arm64 binaries
1.5.2
Adjust movement of binary from download folder to destination
1.5.1
Adjust latest_version algorithm to exclude alpha releases
1.5.0
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
- gather latest version only when necessary and after help
- added set -e error trap
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)