Skip to content

Releases: unfor19/install-aws-cli-action

v1.0.7

04 Dec 20:03
e8b481e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.0.7

v1

04 Dec 20:05
e8b481e
Compare
Choose a tag to compare

v1.0.6

13 Jan 13:08
3c53dab
Compare
Choose a tag to compare
  • Sets download tool to wget by default and fallback to curl; 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 and wget is not.

Full Changelog: v1...v1.0.6

v1.0.4

04 Nov 06:29
8a86d81
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

25 Apr 21:45
35a9630
Compare
Choose a tag to compare

What's Changed

  • All Bash functions are pure - 0bf3d1c
  • Extracting aws cli to directories other than source code directory by @unfor19 in #13
  • Added dirs as inputs by @unfor19 in #14

Full Changelog: v1.0.2...v1.0.3

v1.0.2

12 Nov 20:53
Compare
Choose a tag to compare
  • Fixed inputs for action
  • Refactored entrypoint.sh to functional programming

v1.0.1

12 Nov 20:18
Compare
Choose a tag to compare
  • 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