Skip to content

Releases: synfinatic/aws-sso-cli

v1.9.8

25 Feb 21:22
v1.9.8
Compare
Choose a tag to compare

Fix aws-sso version

What's Changed

Full Changelog: v1.9.7...v1.9.8

v1.9.7

25 Feb 18:47
v1.9.7
Compare
Choose a tag to compare

Just upgrading dependencies to resolve some potential security issues. Unless your threat model includes AWS attacking you, this is probably no big deal. :)

What's Changed

New Contributors

Full Changelog: v1.9.6...v1.9.7

v1.9.6

04 Dec 17:15
Compare
Choose a tag to compare

This release fixes a bug with missing leading zeros in the AccountID for the automatically generated AWS_PROFILE names and dramatically improves (~10x faster) account/role query performance when updating the local cache.

What's Changed

New Contributors

Full Changelog: v1.9.5...v1.9.6

v1.9.5

13 Nov 17:26
0709ae2
Compare
Choose a tag to compare

New Features

  • Release binaries are now automatically signed via Github Actions

Changes

  • Now support overriding the timestamp when building via BUILDINFOS env var

Bugs

  • config-profiles now always uses the latest list of profiles from AWS #430
  • Specifying the FQDN for the start url hostname now works in the config wizard #434
  • Fix multiple bugs in zsh autocomplete helper
  • Fix problems with a comma in the AccountAlias
  • Fix bug in aws-sso eval --refresh

What's Changed

New Contributors

Full Changelog: v1.9.4...v1.9.5

v1.9.4

29 Sep 20:38
f6b9b90
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.3...v1.9.4

v1.9.3

29 Sep 02:55
cc2815d
Compare
Choose a tag to compare

Overview

Fix a number of important bugs/improvements:

  • Fix Keychain store on M1 Macs using official binaries
  • Fix read error with large objects on Windows CredStore
  • Use $PATH when using NIX for credential_process in ~/.aws/config
  • Fix config file role lookup

What's Changed

New Contributors

Full Changelog: v1.9.2...v1.9.3

v1.9.2

14 May 00:24
307f13e
Compare
Choose a tag to compare

Overview

This release has a number of improvements for both CLI and AWS Console access:

  • Now include shell helper (aws-sso-profile, etc) support for zsh
  • Add support for Granted Containers Firefox plugin (UrlAction: granted-containers)
  • Firefox container labels will use a randomized color/icon if no tags are specified
  • CLI now uses context sensitive auto-complete to filter out invalid AccountID, RoleNames, etc
  • Improved aws-sso config wizard

Deprecated Options

As always, running aws-sso config will migrate your config file options as necessary.

  • aws-sso list --profile-prefix has been replaced with a more powerful aws-sso list --prefix flag
  • FirefoxOpenUrlInContainer config option has been replaced with UrlAction: open-url-in-container

What's Changed

Full Changelog: v1.9.1...v1.9.2

v1.9.1

09 May 20:06
bf184e2
Compare
Choose a tag to compare

Overview

Fix a panic when running config and user did not have UrlExecCommand configured in their config.yaml. Thanks to @kevcube for the bug report.

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

08 May 23:43
00620eb
Compare
Choose a tag to compare

Overview

This is a pretty significant release with some major improvements:

  1. Now support assuming roles in bash without forking a new shell with auto-complete via aws-sso-profile command
  2. aws-sso install-completions is now aws-sso completions and supports uninstalling. Please see the quickstart for more details
  3. Users upgrading from previous versions can now run aws-sso config to update their config to take advantage of new features without editing the yaml config file
  4. aws-sso config is now known as aws-sso config-profiles to update your ~/.aws/config file
  5. Users can now specify their own AWS SSO cache refresh interval instead of the hard coded 24hrs via CacheRefresh
  6. Multiple SSOConfig blocks are now properly supported as browser session cookies are isolated via Firefox Containers

Changelog

What's Changed

Full Changelog: v1.8.1...v1.9.0

v1.8.1

02 May 17:22
92af40c
Compare
Choose a tag to compare

Overview

  • Users can now control the Firefox Container label color and icon using tags
  • Firefox Container setup is now part of guided setup
  • Optionally auto-update the named profiles in ~/.aws/config when the AWS SSO cache is refreshed
  • Clean up documentation

What's Changed

Full Changelog: v1.8.0...v1.8.1