Skip to content

Releases: rkeiii/aws-mfa-v2

v0.3.5

04 Mar 09:41
Compare
Choose a tag to compare

This is another patch release containing a new feature to support the region configuration option as well as some dependency version updates.

v0.3.4

23 Jan 17:11
30aab78
Compare
Choose a tag to compare

This is a patch release containing a bug fix (thanks @Szasza) to use the correct STS client instance when the force refresh flag is used. It also contains a couple dependency updates.

v0.3.3

03 Oct 19:49
Compare
Choose a tag to compare
  • Improve formatting of time remaining

v0.3.2

01 Oct 08:53
Compare
Choose a tag to compare
  • Added --min-remaining flag which is basicly a pre-emptive credential refresh. In some situations (ie when used with terraform apply) it may be convenient to be able to ensure credentials are good for at least N seconds in the future. This way we don't end up with a partially complete terraform apply operation and abandoned locks when our credentials expire mid apply.
  • Migrated to Poetry
  • Migrated to Python 3.8+
  • Updated deps

v0.2.7

26 Feb 04:40
Compare
Choose a tag to compare
  • Support newer versions of ykman
  • Update README.md to include release process

v0.2.6

29 Apr 15:55
Compare
Choose a tag to compare

Changes in this release:

  • PR merged from @Michenux #3 adding option to override the name of the AWS credentials within the profile
  • Black code formatting applied

v0.2.5

24 Nov 17:37
Compare
Choose a tag to compare

Fixed incorrect dependencies.

v0.2.4

24 Nov 15:48
Compare
Choose a tag to compare

Fixes incorrectly listed dependencies issue.

v0.2.3

24 Nov 14:56
Compare
Choose a tag to compare

The core script has been largely rewritten. Also tests have been added and code coverage is over 90%.

v0.1.1

23 Sep 20:11
Compare
Choose a tag to compare

Minor bug fixes and logic cleanup.