Releases: basefarm/aws-session-tool
Releases · basefarm/aws-session-tool
v1.6.6
- If a role has been assumed, you can revert back to main session by using
get_session -rand you will no longer be prompted for a password. - The env variable AWS_ROLE_ALIAS is now maintained correctly. Containing the role alias for any assumed role and is cleared if no role is currently assumed.
- Optional support for shell prompt status information about main session and assumed role. Supporting zsh (including Oh My Zsh) and bash. See documentation for usage.
- Optional support for terminal window title status information about main session and assumed role. See documentation for usage.
v1.6.5
Fixing various minor issues:
- Fix: Importing access keys to session tool with existing expired access keys active in the shell fail
- If failing to list access keys do not proceed to check age
- Removed the use of motd as it was never used. Speedup of get_session with about 1 second.
1.6.4
Minor improvements in this release:
- Make session tool work on git bash for windows, but not possible to save/restore sessions
- Do not print warning if terraform is not installed
- Make session tool work on MacOS with GNU utils installed
- Set session name to AWS username in assume role calls, to improve traceability.
1.6.3
1.6.2
Various bug fixes:
- The sleep command on mac seems to have changed. Do not support the 's' suffix any more.
- Fixed a bug on Mac OS where realpath is not present. Replaced it by using readlink -f
- Fixed a bug where the git check would run also in directories not controlled by git
- Fixed bug on Mac OS where the wrong date command could be used
1.6.1
1.6.0
1.5.9
1.5.8
1.5.7
- Fix for using correct profile on some bucket operations (Thanks to Christian)
- Support for python3 (only python3 default on Ubuntu 18.04)
- On OpenSSL 1.1.1 and LibreSSL 2.91 or newer versions, use the pbkdf2 key derivation (security finding by Hans-Petter, and warning from OpenSSL)