Skip to content

Tags: nordcloud/assume-role-arn

Tags

v0.3.13

Toggle v0.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove travis dependency in favor of Github Actions (#215)

v0.3.12

Toggle v0.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Go and dependencies (#213)

* Bump dependencies

* Bump travis go version

* Bump dependencies

v0.3.11

Toggle v0.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add build for M1 osx chip (#163)

v0.3.10

Toggle v0.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes #44 version printing (#51)

v0.3.8

Toggle v0.3.8's commit message
fix travis

v0.3.7

Toggle v0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.35.19 (#41)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.33.12 to 1.35.19.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.33.12...v1.35.19)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow to specify custom AWS region (#15)

* Use AWS_DEFAULT_REGION env (necessary when assuming roles in AWS China)

* Add an option for specifying a region

v0.3.5

Toggle v0.3.5's commit message
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

Toggle v0.3.4's commit message
Release version 0.3.4 of assume-role-arn.