Skip to content

v2.0.0

Choose a tag to compare

@jtheriault jtheriault released this 31 Oct 21:16
· 15 commits to master since this release

Cache Cleanup

🚨Breaking Change 🚨

By default, this release deletes the cache created by aws-cli on Windows after it has finished running.

To disable this feature, use the --preserve-credentials-cache parameter.

Usage

      --preserve-credentials-cache  Retain the AWS credentials cache folder when
                                    command is complete; otherwise remove it
                                                      [boolean] [default: false]

See the README for more details

Docker Image Tags

🚨Breaking Change 🚨

This release completes the formalization of what is included in a given tagged Docker image.
Before this :latest was stuck on node erbium which has been end-of-lifed.

This fixes issue #67

Image Contents

:latest :vX.Y.Z :nodeLTS :vX.Y.Z-nodeLTS
awsudo latest vX.Y.Z latest vX.Y.Z
aws latest v2 latest v2 latest v2 latest v2
Node.js latest latest nodeLTS nodeLTS
OS debian debian debian debian

See the README for more details

Pull Requests

Full Changelog: v1.7.4...v2.0.0