Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v1.6.0 #198

Merged
merged 1 commit into from
Dec 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

## [Unreleased]

## [1.6.0] - 2021-12-24

### Breaking Changes
* Fix issue with missing colon in parsed/generated Role ARNs for missing AWS region #192

### New Features
* Setup now prompts for `LogLevel`
* Suppress bogus warning when saving Role credentials in `wincred` store #183
* Add support for role chaining using `Via` tag #38
* Cache file is now versioned for better compatibility across versions of `aws-sso` #195

### Bugs Fixes
* Fix issue with missing colon in parsed/generated Role ARNs for missing AWS region #192
* Incorrect `--level` value now correctly tells user the correct name of the flag
* `exec` command now uses `cmd.exe` when no command is specified

Expand Down Expand Up @@ -161,7 +166,8 @@

Initial release

[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v1.5.1...main
[Unreleased]: https://github.com/synfinatic/aws-sso-cli/compare/v1.6.0...main
[v1.6.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.6.0
[v1.5.1]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.5.1
[v1.5.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.5.0
[v1.4.0]: https://github.com/synfinatic/aws-sso-cli/releases/tag/v1.4.0
Expand Down