Skip to content

Releases: synfinatic/aws-sso-cli

v2.0.3

29 May 15:09
v2.0.3
5c1f920
Compare
Choose a tag to compare

Fixes a regression where AuthUrlAction configuration option was not being honored.

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

29 May 03:45
v2.0.2
b3aeecb
Compare
Choose a tag to compare

About

Just fixing the few reported bugs from v2.0.x. Thanks to everyone reporting an issue! Please keep them coming!

Changelog

Bugs

  • Fix ignoring --url-action when passed in on CLI
  • aws-sso list should never force authentication #1219
  • aws-sso-clear now no longer requires user to be logged in #1224

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

17 May 00:33
v2.0.1
37cdcc1
Compare
Choose a tag to compare

v2.0.1 - 2025-05-16

Bugs

  • Fix forced re-auth with aws-sso setup profiles #1210

Changes

  • aws-sso setup profiles Now uses your existing cache if not expired and refreshes only if necessary
  • aws-sso setup profiles Now requires users to be logged in

What's Changed

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

v2.0.0

11 May 01:21
v2.0.0
ea9a7f8
Compare
Choose a tag to compare

Finally. :)

Lots of changes since v1.17.0- far more than I can possibly cover here. Changes since beta4 are fairly small:

v2.0.0 - 2025-05-10

Bugs

  • aws-sso-profile helper generates error about --no-config-check flag
  • Honor DefaultRegion in config.yaml when using interactive prompt #1075
  • Lock SecureStore across multiple aws-sso executions #1084
  • setup completions and most ecs commands no longer require a valid config #1180
  • Improve documentation and bug fix for the Via configuration option #1202, #1087

What's Changed

Read more

v2.0.0-beta4

30 Sep 02:14
v2.0.0-beta4
1031acd
Compare
Choose a tag to compare
v2.0.0-beta4 Pre-release
Pre-release

Overview

This is hopefully the final v2-beta release and if all goes to plan, will become v2.0.0.

Bugs

  • Fix running the ECS server outside of docker #104
  • Fix crash while fetching AWS account list
  • Fix console command failing due to lack of authentication
  • Fix --lines argument

New Features

  • Add basic xonsh shell support
  • Add AutoLogin config option

Changes

  • Bump various 3rd party libraries
  • Improve github actions for builds

What's Changed

Full Changelog: v2.0.0-beta3...v2.0.0-beta4

v2.0.0-beta3

20 Aug 04:17
v2.0.0-beta3
b7757d5
Compare
Choose a tag to compare
v2.0.0-beta3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.17.0...v2.0.0-beta3

v2.0.0-beta2

20 Aug 04:08
v2.0.0-beta2
7f37e76
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.17.0...v2.0.0-beta2

v1.17.0

10 Jul 21:48
v1.17.0
8c32d50
Compare
Choose a tag to compare

Overview

  • Add credentials command
  • Various small quality-of-life bug fixes (fix --threads flag and warn about old IAM roles in the config.yaml)
  • Add support for and prefer the XDG Config location for config files: ~/.config/aws-sso over ~/.aws-sso
  • ConfigProfilesUrlAction now defaults to value of UrlAction instead of url unless you picked print or printurl

There are also a significant number of ECS Server changes that aren't really backwards compatible, but will make the future better. If you are interested in the ECS Server functionality or using aws-sso on remote hosts over ssh then I would greatly appreciate it if you upvote this AWS SDK bug which makes it nearly impossible to use SSL/TLS with the ECS Server.

  • aws-sso ecs ... commands have been re-worked
  • ECS Server now technically supports SSL/TLS (see above)
  • ECS Server now supports a bearer token for HTTP Auth
  • ECS Server now can run in a Docker container
  • ECS Server now supports binding to non-loopback interfaces via --bind-ip flag

What's Changed

Full Changelog: v1.16.1...v1.17.0

v1.16.1

13 Jun 23:01
v1.16.1
a74a0da
Compare
Choose a tag to compare

Overview

  • Fix homebrew auto-builds
  • change flag for specifying profiles to --profile for the credentials command

What's Changed

Full Changelog: v1.16.0...v1.16.1

v1.16.0

13 Jun 01:27
v1.16.0
4a355f8
Compare
Choose a tag to compare

Overview

Key changes in v1.16.0:

  • Add credentials command to write temporary IAM credentials to ~/.aws/credentials
  • Fix config-profiles command to support multiple AWS SSO instances
  • Improve fish shell support
  • AWS_SSO_SESSION_EXPIRATION environment variable is now in RFC3339 format

What's Changed

New Contributors

Full Changelog: v1.15.1...v1.16.0