This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Releases: mozilla-iam/mozilla-aws-cli
Releases · mozilla-iam/mozilla-aws-cli
v1.2.5
Fixed
- Conflict with Werkzeug version 2.1.0 and newer which caused a
KeyError: 'WERKZEUG_SERVER_FD'
error reported in #243.
This fix limits the max version of Werkzeug. A more permanent fix will be to
move away from using the Flask development server to another WSGI listener. - Dependent packages that no longer support Python 2.7. For Python 2.7 users
older versions of dependent packages are now selected that work with Python
2.7.
v1.2.3
v1.2.2: Merge pull request #224 from gene1wood/release_1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.0
Faster login with cached idtoken, new profile name setting, role ARN output, bug fixes
Merge pull request #160 from gene1wood/new_idtoken_for_roles_url_form Update for v0.2.0
Fix case when using Python 2 with a config module
Switch to token based travis auth Also fix auth as I was encrypting to my fork not the upstream repo before