Added support for Waterfox browser
Granted now supports Waterfox, thanks to @dowster! Run granted browser set
and choose the option to update your browser preference.
Auto refresh for assuming roles that use Credential Process
We've introduced automatic credential refresh when assuming roles that use the credential process. Now by default, we export only the AWS_PROFILE
environment variable. If you want to export all variables, you can use the --export-all-env-vars flag
when running assume.
What's Changed
- Add
codepipeline
andcodedeploy
services by @Jeff-SearchPilot in #510 - Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #511
- Update aws_sso_assumer by @Eddie023 in #495
- Do not export aws credentials with credential_process_assumer by @Eddie023 in #467
- Add Waterfox as a browser option by @dowster in #512
- FIX: add fallback to provided profile name if getLocalStatePath method fails by @Eddie023 in #515
New Contributors
- @Jeff-SearchPilot made their first contribution in #510
- @dowster made their first contribution in #512
Full Changelog: v0.18.0...v0.19.0