Skip to content

Commit bc8c28b

Browse files
committed
Update version to 0.4.0
1 parent 789e45e commit bc8c28b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.4.0
2+
3+
* Feature - Added support for chaining assumed roles in the shared config file
4+
(`~/.aws/config`) defined by `source_profile` and `credential_source`
5+
([#177](https://github.com/awslabs/amazon-ecr-credential-helper/pull/177))
6+
* Feature - Added support for Web Identities and [IAM Roles for Service
7+
Accounts (IRSA)](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html)
8+
with Kubernetes
9+
([#183](https://github.com/awslabs/amazon-ecr-credential-helper/pull/183))
10+
* Bug - Fixed the `make docker` target when the credential helper git repository is used as a git submodule
11+
([#184](https://github.com/awslabs/amazon-ecr-credential-helper/issues/184))
12+
113
# 0.3.1
214

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

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.4.0

0 commit comments

Comments
 (0)