- Enhancement - Added support for environment variable
AWS_ECR_IGNORE_CREDS_STORAGE=true
to ignore ADD and DELETE requests. This makes tools that try todocker login
work with registries managed the amazon-ecr-credential-helper. (#102 and #847) - Enhancement - Updated ECR pattern for new isolated regions. (#850)
- Upgraded dependencies.
- Enhancement - Updated ECR pattern to match C2S environments. (#433)
- Feature (Experimental) - Added support for building Windows ARM credential helper binaries. (#795)
Note: v0.7.1 is functionally equivalent to v0.7.0. We have decided to create a duplicate release to reflect a more accurate changelog, since our v0.7.0 release did not contain any direct/indirect security patches.
- Feature - Allow callers to set log output. (#309 and #312)
- Upgrade dependencies for bug fixes and security patches.
- Feature - Added support for AWS SSO (#229)
- Feature - Added support to assume roles via EC2 instance metadata. (#282)
- Feature - Added support for Apple Silicon (#291)
- Enhancement - The AWS shared config file (
~/.aws/config
) is now always enabled. (AWS_SDK_LOAD_CONFIG
environment variable is no longer supported) (#282)
- 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 variableAWS_SDK_LOAD_CONFIG
tofalse
(#201) - Bug - Fixed an issue where output from a
credential_process
was sometimes too big for the default buffer (#240)
- Feature - Added support for chaining assumed roles in the shared config file (
~/.aws/config
) defined bysource_profile
andcredential_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)
- Bug - Log directory is now automatically created when the helper runs
- Feature - Added support for PrivateLink endpoints
- Feature - Added support for FIPS endpoints
Initial release