* `pybritive checkout` will now report progress of the action by default (if `stdout` is a tty). Can show more verbose output with `--verbose/-v`. Can silence the progress with the already available `--silent\-s` flag.
__Enhancements:__
* None
__Bug Fixes:__
* None
__Dependencies:__
* `britive~=2.13.0` from `britive~=2.12.4` - checkout progress callback
__Other:__
* None
0.8.0
__What's New:__
* Ability to store a GCP `gcloud` key file locally so `eval $(pybritive checkout "profile" -m gcloudauth)` will automatically authenticate the user with the gcloud CLI. * Ability to override the default location of the GCP `gcloud` key file with `pybritive checkout "profile" -m gcloudauth --gcloud-key-file /path/to/key.json` * New command `clear` with subcommands `cache` and `gcloud-key-files`. `cache` has same functionality as `pybritive cache clear` and `gcloud-key-files` will remove all `pybritive` generated temporary key files stored in the default location.
__Enhancements:__
* None
__Bug Fixes:__
* None
__Dependencies:__
* `britive~=2.12.4` from `britive~=2.12.3` - AWS provider optional session token
__Other:__
* None
0.7.2
__What's New:__
* None
__Enhancements:__
* None
__Bug Fixes:__
* None
__Dependencies:__
* `britive~=2.12.3` from `britive~=2.12.2` - AWS provider tenant port removal, disable SSL verification, json decode bug fix
__Other:__
* None
0.7.1
__What's New:__
* None
__Enhancements:__
* None
__Bug Fixes:__
* None
__Dependencies:__
* `britive~=2.12.2` from `britive~=2.12.1` - AWS provider tenant logic fix
__Other:__
* None
0.7.0
__What's New:__
> ___NOTE:___ This is a pre-release feature. It is being published in anticipation of upcoming features being released to production. This functionality will not yet work in production environments.
* Support for workload identity federation providers
__Enhancements:__
* None
__Bug Fixes:__
* None
__Dependencies:__
* None
__Other:__
* None
0.6.0
__What's New:__
* None
__Enhancements:__
* When checking out a profile, the default is to check out programmatic access unless the `--console/-c` flag is set. This enhancement will enable auto check out of console access if programmatic access is not available for the specified profile.