Skip to content

Releases: common-fate/granted

v0.13.1

07 Jun 01:55
686020c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

31 May 18:19
45dd7be
Compare
Choose a tag to compare

What's Changed

  • Add AWS 'sm' shortcut for secrets manager by @alexjurkiewicz in #422
  • Add console-destination switch to enable bookmarking, use regional endpoints by @perpil in #419
  • Fix Common Fate refresh token not working by @chrnorm in #423
  • fix text disappearing in some instances due to spinner by @chrnorm in #424

Full Changelog: v0.12.0...v0.13.0

v0.12.0

23 May 05:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.12.0

v0.11.1

20 Apr 16:23
7a994d1
Compare
Choose a tag to compare

This release fixes an issue in the Common Fate access request integration which prevented access requests being created in some cases.

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

19 Apr 16:26
9671f47
Compare
Choose a tag to compare

Improved MacOS keychain UX

On MacOS, we now build a single granted binary and use a symlink for assume. This has reduced the number of keychain access prompts that you should see. A massive thanks to @lyoung-confluent for identifying and improving this!

Improved Common Fate integration

This release improves the experience for users using Granted with Common Fate. We've introduced granted exp request, which allows AWS permissions to be easily requested via the command line.

We're using the exp or experimental subcommand to denote commands with APIs that are subject to change based on user feedback. Once this command is stabilised it will graduate to granted request.

Here's a demo of the improved integration:

Demo of a CLI session running 'assume'. The role is not accessible and requires an access request. The user runs 'granted exp request latest' and is prompted for a reason, and then access is granted.

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

11 Apr 17:08
77b0c7e
Compare
Choose a tag to compare

This release improves credential caching when Granted is used - a big thanks to @lyoung-confluent for contributing this improvement.

This release also allows usage tips to be disabled by running

granted settings set -s=DisableUsageTips --value true

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.0

v0.9.1

08 Mar 09:58
b9e8f29
Compare
Choose a tag to compare

This release improves the user experience of running commands like granted sso generate - if a valid AWS SSO token already exists in ~/.aws/cache it will be used, rather than prompting you to log in again.

A big thanks to @decisivedevops for helping update our documentation links too.

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

01 Mar 11:42
26a1b66
Compare
Choose a tag to compare

This release fixes an issue which caused Granted to hang forever when using the credential_process integration on headless terminals - thanks to @meyerjrr. As a result of this change, if you are unauthenticated, Granted will now immediately return an error message with instructions on how to log in:

[✘] error when retrieving credentials from custom process. please login using 'granted sso login <SSO Start URL>'

Additionally, this release adds support for using Safari and improves the default prompt UX during browser setup.

A huge thankyou to new contributors @arturtamborski and @perpil!

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.8.2

23 Feb 16:42
d39a538
Compare
Choose a tag to compare

This release fixes an issue where --prune would remove generated profiles for other SSO start URLs. A big thankyou to @stedrow for contributing the fix for this!

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

10 Feb 00:21
471529c
Compare
Choose a tag to compare

Thankyou to @holly-evans for helping us improve our CLI help text! This release also includes UX improvements when sourcing AWS profiles from a Common Fate deployment.

What's Changed

Full Changelog: v0.8.0...v0.8.1