Skip to content

Releases: cytopia/aws-export-assume-profile

Release v0.4

01 Nov 14:39
v0.4
ccdebe6
Compare
Choose a tag to compare

Release v0.4

This fixes an issue when the ~/.aws/config file is stored on Windows (e.g. via WSL) and it is using CRLF for line feeds.

Release v0.3

11 Oct 15:58
v0.3
1ceb710
Compare
Choose a tag to compare

Allow whitespaces before/after equal sign

Previously only the following /.aws/config was interpreted

[profile some-profile]
role_arn=arn:aws:iam::12345678:role/SOME-ROLE   
source_profile=login   
region=eu-central-1   

With this PR, now also the following will be valid:

[profile some-profile]
role_arn       = arn:aws:iam::12345678:role/SOME-ROLE   
source_profile = login   
region         = eu-central-1   

Release v0.2

08 Oct 08:05
v0.2
b845d4c
Compare
Choose a tag to compare

Release v0.2

  • Fix AWS region variable
  • Switch indentation from tabs to spaces
  • Use GitHub Actions instead of Travis-CI

Release v0.1

01 May 07:43
v0.1
f286216
Compare
Choose a tag to compare

Initial Release