Skip to content

Releases: hpcsc/aws-profile

v0.6.0

12 Feb 10:41
Compare
Choose a tag to compare

No change in core functionalities. Move prerelease storage from Bintray to Artifactory

v0.5.0

15 Nov 02:46
Compare
Choose a tag to compare
  • Add set-region and get-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

15 Mar 04:33
Compare
Choose a tag to compare
  • 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

07 Jan 08:09
Compare
Choose a tag to compare
  • 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

29 Dec 08:31
Compare
Choose a tag to compare

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 using default profile from config/credentials files
  • Experimented with Github Actions for build and publish process

v0.1.0

12 Sep 15:11
Compare
Choose a tag to compare
refactor set handler to take in dependencies with side-effect, add tests

v0.0.1

31 Jul 16:12
Compare
Choose a tag to compare
restructure travis to build stages