Skip to content

v3.0.0 - Windows and Alpine Linux Support

Compare
Choose a tag to compare
@brivu brivu released this 05 Apr 20:22
· 67 commits to master since this release
a23cf78

What's Changed

This version update includes the following breaking changes:

  • role-arn parameter has been removed from the setup command and is now exclusively in the role-arn-setup command.

New parameters:

install command now lets users specify the install and binary directories for the aws cli

  • install-dir: Specify the installation dirertory of AWS CLI. Defaults to /usr/local/aws-cli
  • binary-dir: The main aws program in the install directory is symbolically linked to the file aws in this specified path. Defaults to /usr/local/bin

Added features:

install command can now be installed on Alpine Linux and Windows bash.exe

  • Windows uses Choclatey to add AWS and must be installed prior.
  • When installing AWS on Windows, bash.exe must be specified when defining the executor using the shell parameter like so:
windows:
    machine:
      image: windows-server-2019-vs2019:stable
    shell: bash.exe
    resource_class: windows.medium

Issues closed:

  1. #82
  2. #77
  3. #46
  4. #95

PR's closed:

  1. #92
  2. #88
  3. #79
  4. #57
  5. #96
  6. #97

Full Changelog: v1.4.1...v3.0.0