Releases: unfor19/install-aws-cli-action
Releases · unfor19/install-aws-cli-action
v1.0.7
What's Changed
- Replace
github.action_path
intoGITHUB_ACTION_PATH
by @SSW-SCIENTIFIC in #23 - added bindir and installdir as arguments by @unfor19 in #27
New Contributors
- @SSW-SCIENTIFIC made their first contribution in #23
Full Changelog: v1...v1.0.7
v1
Latest release
v1.0.6
- Sets download tool to
wget
by default and fallback tocurl
; if none is available, will fail in the beginning. - Improved the error message in the "Provided version does not exist" - prints the error message in case of a failure
- Fixed issue #20 where only
curl
is available andwget
is not.
Full Changelog: v1...v1.0.6
v1.0.4
v1.0.3
v1.0.2
- Fixed inputs for action
- Refactored
entrypoint.sh
to functional programming
v1.0.1
- Major code refactor, and there's still more to do - need to make functions as pure as possible, they're currently polluted with global+env vars
- Added the option for installing on
arm64
- CI/CD - using matrix instead of copy-pasting jobs in the
test.yaml
file - CI/CD - added tests for
arm64
in Docker