Skip to content

Releases: meltwater/awsudo

v3.0.0-alpha.0

16 Oct 18:44
Compare
Choose a tag to compare

Features

  • Support for SSO CLI sessions

🚨 Breaking Changes 🚨

  • Drop support for Node 16
  • Update aws-sdk version to version 3

v2.0.6

16 Oct 18:11
Compare
Choose a tag to compare
2.0.6

refs/tags/v2.0.5

16 Oct 15:46
Compare
Choose a tag to compare

refs/tags/v2.0.4

16 Oct 15:28
Compare
Choose a tag to compare

Add nodejs LTS `iron` Docker image

03 Nov 20:59
Compare
Choose a tag to compare

This version provides the current awsudo release with

  • updated dependencies and
  • an additional Docker image for the new LTS, code-named Iron

⚠️ Notice ⚠️

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

Full Changelog: v2.0.0...v2.0.1

v2.0.0

31 Oct 21:16
Compare
Choose a tag to compare

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

v1.7.3

12 Aug 17:52
Compare
Choose a tag to compare
1.7.3

Generate Docker images based on node LTS versions

24 Jun 20:59
Compare
Choose a tag to compare

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

17 Nov 16:09
Compare
Choose a tag to compare

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

05 Nov 22:35
Compare
Choose a tag to compare

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.