Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 1.67 KB

0.5.0

  • Feature - Added support for ECR Public (#253)
  • Feature - Added support for EC2 IMDSv2 (#240)
  • Enhancement - The AWS shared config file (~/.aws/config) is now enabled by default. This can be disabled by setting the environment variable AWS_SDK_LOAD_CONFIG to false (#201)
  • Bug - Fixed an issue where output from a credential_process was sometimes too big for the default buffer (#240)

0.4.0

  • Feature - Added support for chaining assumed roles in the shared config file (~/.aws/config) defined by source_profile and credential_source (#177)
  • Feature - Added support for Web Identities and IAM Roles for Service Accounts (IRSA) with Kubernetes (#183)
  • Bug - Fixed the make docker target when the credential helper git repository is used as a git submodule (#184)

0.3.1

  • Bug - Log directory is now automatically created when the helper runs

0.3.0

  • Feature - Added support for PrivateLink endpoints

0.2.0

  • Feature - Added support for FIPS endpoints

0.1.0

Initial release