Releases: hpcsc/aws-profile
Releases · hpcsc/aws-profile
v0.6.0
v0.5.0
- Add
set-region
andget-region
commands - Add
upgrade
command - Copy
mfa_serial
during set if available - Support configuration of highlight color and available regions through config file
- Add installation script for MacOS/Linux users
- Restructuring of project folder to make it more Go idiomatic, restructure pipeline, add linting, security scanning etc
v0.4.0
- Add unset command to unset credentials environment variables
- Update highlight color
- Check caller identity in get command when credentials environment variables are set
- Use built-in Golang time for parsing duration in export command
v0.3.0
- update region when setting a profile
- move credentials and config flags to global parameters
- export command now only prints instruction specific to OS that is running in
- add flag to specify duration of assume role session in export command
- add e2e tests for get/set commands
v0.2.0
Changes in this release:
- Removed dependency to fzf. Instead of fzf, the application uses termui to render profile selection dropdown now
- Added support for Windows
- Added a command to print AWS environment variables (.e.g.
AWS_ACCESS_KEY_ID
). This is to support some of the tools that not usingdefault
profile fromconfig
/credentials
files - Experimented with Github Actions for build and publish process