Releases: nathan-v/aws_okta_keyman
Releases · nathan-v/aws_okta_keyman
v0.9.0 - Fix Duo Web, Consistent user agent, Dropped old Python
- Fixes #64: Duo Web Failing
- Fixes #121: Use a consistent user agent
- Moves to using Black for formatting
- Adds pre-commit hooks
- Adds isort hook
- Adds testing for Python 3.10
- Corrects the supported versions list in setup.py
- Removes remaining Python. 2.x cruft
- Move to f-strings everywhere
- Start preparing for typing
- Improve/update CI
- Drops support for Python 2.7 and 3.5
- Adds support for Python 3.10
v0.8.6 - Session duration fix, Okta full URL support
v0.8.5 - Fixed named profiles
- Fix for named profiles
v0.8.4 - Bugfix for role selection
- Fixes a bug in how the roles were referenced during selection
v0.8.3 - Correct missed change in setup.py
* Hotfix to correct missing update to setup.py
v0.8.2 - Account and Role selection options, improvements to logging, dependency update
- Support --account and --role to choose the account or role
- Update coverage to 5.2
- Entry point moved to main.py to make local development simpler
- Logger setup moved to main.py to make use of Keyman as a lib simpler
- Added PR template
v0.8.1 - February 2020 update; minor bug fixes, documentation update, update/fix requirements, self-update option
- Properly handle boto profile errors caused by invalid AWS_DEFAULT_PROFILE settings
- Properly handle case where user has zero AWS apps in Okta
- Bump version to 0.8.1
- Update documentation
- Add versions to test dependencies
- Move from bs4 (incorrect) to beautifulsoup4
- Add update argument that checks for a new version and upgrades (pip or brew) if a newer version is available
v0.8.0 - Specified key duration, console login URLs,
- Add ability to specify key duration
- Add optional AWS console login URL output
- Update documentation
- v0.8.0
v0.7.5 - Add region parameter, screen only output option, command wrapper, bug fixes
Add region parameter, screen only output option, command wrapper, bug fixes, v0.7.5
- Add optional region parameter which enables use with GovCloud
- Add screen only output for cases where the credentials may need to be copied to another locaiton for use
- Add command wrapper allowing keyman to execute another command for you with the AWS credential env vars provided to the command
- Fix crash in case where ~/.config or a specified config file path does not exist
- Minor code improvements
- Fix user input to trim leading and trailing whitespace
- Version bump to 0.7.5
v0.7.4 - Fix role selection bug for multiaccount cases
- Fix selection bug
- Simplify multiple-account role code