Skip to content

Commit

Permalink
Update CHANGELOG for #20
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Jun 2, 2020
1 parent 20f21be commit 1b8f7d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# v0.5.0 (Unreleased)

BREAKING CHANGES

* Credential ordering has changed from static, environment, shared credentials, EC2 metadata, default AWS Go SDK (shared configuration, web identity, ECS, etc.) to static, environment, shared credentials, default AWS Go SDK (shared configuration, web identity, ECS, etc.), ECS metadata, EC2 metadata. #20

BUG FIXES

* Properly use custom STS endpoint during AssumeRole API calls triggered by Terraform AWS Provider and S3 Backend configurations #32
* Properly use custom EC2 metadata endpoint during API calls triggered by fallback credentials lookup #32
* Prefer shared configuration handling over EC2 metadata #20
* Prefer ECS credentials over EC2 metadata #20

# v0.4.0 (October 3, 2019)

Expand Down

0 comments on commit 1b8f7d1

Please sign in to comment.