Releases: rkeiii/aws-mfa-v2
Releases · rkeiii/aws-mfa-v2
v0.3.5
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
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
- Improve formatting of time remaining
v0.3.2
- 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
- Support newer versions of ykman
- Update README.md to include release process
v0.2.6
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
Fixed incorrect dependencies.
v0.2.4
Fixes incorrectly listed dependencies issue.
v0.2.3
The core script has been largely rewritten. Also tests have been added and code coverage is over 90%.
v0.1.1
Minor bug fixes and logic cleanup.