v2.0.0
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
- Remove local cache after session by @terodox in #64
- Complete implementation of ADR 001 by @jtheriault in #69
- Align environment with oldest supported version by @jtheriault in #73
Full Changelog: v1.7.4...v2.0.0