Releases: meltwater/awsudo
v3.0.0-alpha.0
Features
- Support for SSO CLI sessions
🚨 Breaking Changes 🚨
- Drop support for Node 16
- Update aws-sdk version to version 3
v2.0.6
2.0.6
refs/tags/v2.0.5
2.0.5
refs/tags/v2.0.4
2.0.4
Add nodejs LTS `iron` Docker image
This version provides the current awsudo
release with
- updated dependencies and
- an additional Docker image for the new LTS, code-named Iron
This is the last version that will support, or include Docker images for, node 16 (fermium) or 18 (gallium).
They are no longer under maintenance, and will be removed in line with documented project policy.
What's Changed
- Add nodejs LTS
iron
Docker image by @jtheriault in #75
Full Changelog: v2.0.0...v2.0.1
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
v1.7.3
Generate Docker images based on node LTS versions
What's Changed
- Generate Docker images based on node LTS versions by @jtheriault in #66
- Upgrade aws-sdk dependency from 2.1030.0 to 2.1162.0
Full Changelog: v1.7.1...v1.7.2
Profile and AWS partition support v1.7.1
Features
- Allow role ARN for any AWS partitions #47
Thanks to @gianlucb for raising this issue!
- Extend profile support
- List available profiles in help output
- Use all available profile values by default
- Use exit codes to signal different failure conditions
- Update to latest aws-sdk
Fixes
- Make role ARN optional if a profile is available
- Failed while masking info in error logging
- Implement feature request #47
Full Changelog: v1.5.0...v1.7.1
v1.7.0
DO NOT USE
This release contained a critical flaw that treated all argument flags (e.g. -q
or --exclude
) as intended for awsudo and withheld them the underlying command.
Please use v1.7.1 and thank you to @jaytmiller and @meyertime for raising this issue.