Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Releases: mozilla-iam/mozilla-aws-cli

v1.2.5

14 Apr 14:54
884b03c
Compare
Choose a tag to compare

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

28 Apr 05:06
9b3d06a
Compare
Choose a tag to compare
Merge pull request #238 from gene1wood/release_1.2.3

Update to v1.2.3

v1.2.2: Merge pull request #224 from gene1wood/release_1.2.2

14 Jul 19:08
da613b5
Compare
Choose a tag to compare

v1.2.1

14 Jul 18:45
77398d6
Compare
Choose a tag to compare
Release 1.2.1

v1.2.0

01 May 20:12
c858683
Compare
Choose a tag to compare
Update package to 1.2.0

v1.1.1

20 Feb 16:38
a42105f
Compare
Choose a tag to compare
Merge pull request #200 from gene1wood/release_1.1.1

Release 1.1.1

v1.1.0

13 Feb 21:14
ce8e389
Compare
Choose a tag to compare
Merge pull request #196 from gene1wood/change_id_token_for_roles

Change idtoken_for_roles_url format to https://example.com/roles

v1.0.0

08 Feb 12:35
Compare
Choose a tag to compare
Merge pull request #195 from gene1wood/fix_pypi_deploy

Update CHANGELOG with last minute 1.0.0 addition

Faster login with cached idtoken, new profile name setting, role ARN output, bug fixes

06 Dec 22:49
c487fa1
Compare
Choose a tag to compare
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

21 Nov 18:46
532c075
Compare
Choose a tag to compare
Switch to token based travis auth

Also fix auth as I was encrypting to my fork not the upstream repo before