Releases: oktadev/okta-aws-cli-assume-role
v1.0.7
Regressions
🐛 IllegalStateException on MFA_CHALLENGE when using push #262
New features
🌱 Nothing in this release
Bugs fixed
🐛 Repetitive profile name warning #236
🐛 Crash encountered if password has expired #250
🐛 Session not invalidated on org switch #251
🐛 list-roles doesn't work with just one role 5efc973
🐛 Logs "you do not have access" when you do 13bccfe
📝 Clarify OKTA_AWS_ROLE_TO_ASSUME 5efc973
📝 Add disclaimer that this is ineligible for Okta support #252
Breaking changes
❓No known breaking changes in this release (if you encounter one, let @AlainODea know)
All Changes
v1.0.6
New features
🌱 Streamlined PowerShell install and docs #230 (thank you @mh-psaad 🎉)
🌱 Support for app-level MFA and re-authentication prompts #240 (👀)
🌱 Get credentials for programmatically created OktaAwsCliEnvironment #247 (thank you @froshyfrosh 🎉)
Bugs fixed
🐛 Clarify PATH requirements #226 (thank you for report @ohuk2 👍)
🐛 Fish install now installs working aliases #235 (thank you for report+guidance @patrickf3139 👍)
🐛 CredentialProcess works without special configuration #237
🐛 PREFIX correction for Bash-based install #241 (thank you @naxhh 🎉)
🐛 Support for aws being aws.cmd on Windows #243 (thank you for solution @testworksau 👍)
🐛 SOCKS proxies now work on Windows #245 (thank you for report+collab @tlynchpin 👍)
Breaking changes
❓No known breaking changes in this release (if you encounter one, let @AlainODea know)
All Changes
v1.0.5
New features
- OKTA_AWS_REGION support for AWS GovCloud and other restricted STS regions (thank you @Joeskyyy 🎉 )
- OKTA_PASSWORD_CMD usage examples for GNOME Keyring (thank you @edubxb 🎉 )
- Okta-ListRoles command for machine-consumable role list (idea from @robkinyon-roivant 👍)
Bugs fixed
- Proxy support now includes SOCKS (thank you @NaveenAtCNA and naiduklr936 for reporting this and troubleshooting)
- Up to date Maven plug-ins and dependencies (thank you @jones2026 🎉 )
- Restore OKTA_BROWSER_AUTH on Java 11 (including OpenJFX makes the JAR 32MB bigger...) [help wanted]
- Suppress SLF4j warnings on console
Breaking changes
- No known breaking changes in this release (if you encounter one, let @AlainODea know)
All Changes
v1.0.4
New features
- Emit environment variables
- Clearer failure messages
- Password program and credential_process support
Bugs fixed
- NullPointerException on second MFA attempt
- AWS Java SDK 2 compatible profile names
Breaking changes
@robkinyon-roivant correctly pointed out that this should be a minor not a patch release
- No longer writes to ~/.aws/config (you will need to remove source_profile and role_arn properties manually)