Skip to content

Releases: nordcloud/assume-role-arn

v0.3.13

18 Dec 11:01
c033417
Compare
Choose a tag to compare

New release system

v0.3.12

14 Dec 14:50
2bb10d2
Compare
Choose a tag to compare
Update Go and dependencies (#213)

* Bump dependencies

* Bump travis go version

* Bump dependencies

v0.3.11

27 Oct 10:16
a980d8f
Compare
Choose a tag to compare
Add build for M1 osx chip (#163)

v0.3.10

27 Oct 10:15
0818f6b
Compare
Choose a tag to compare
Merge pull request #65 from nordcloud/dependabot/go_modules/github.co…

…m/sirupsen/logrus-1.8.1

Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.1

v0.3.9

28 Dec 18:26
c7c4753
Compare
Choose a tag to compare

Fixed versioning and dependencies bump.

v0.3.8

01 Nov 12:46
Compare
Choose a tag to compare
fix travis

v0.3.7

31 Oct 22:52
f326c4c
Compare
Choose a tag to compare
v0.3.7 Pre-release
Pre-release

Dependencies bump

v0.3.6

29 Mar 19:24
ca37610
Compare
Choose a tag to compare
v0.3.6 Pre-release
Pre-release

Ability to specify region (important for AWS China)

v0.3.5

23 Jan 08:26
Compare
Choose a tag to compare
Store creds origin (#14)

* Store credentials origin in environment vars.

Store three additional environment variables that hold information about
credentials origin. At first, it might seem redundant but it will be
useful for scripts that add data to terminal prompts (powerlevel9k, p10k
etc.). Command aws sts get-caller-credentials already can return
credentials origin, but it could be undesirable to do HTTP calls just
for the prompt purposes.

* Example usage of credentials origin variables.

* Reformat README.md

v0.3.4

04 Dec 12:49
a6e0b4d
Compare
Choose a tag to compare

Added

  • Added command-line switch to show version number and build revision.
  • Added handler to detect and short circuit expired credentials.
  • Added option to completely skip the caching of credentials.

Changed

  • Changed to raise fatal error when user intends to use cache but it was not possible.