Skip to content

Releases: jwalton/gh-ecr-login

v3.0.1

02 May 19:00
Compare
Choose a tag to compare

3.0.1 (2024-05-02)

Bug Fixes

v3.0.0

02 May 17:38
Compare
Choose a tag to compare

3.0.0 (2024-05-02)

Features

  • Convert to ESM module, upgrade node. (a9366a6)

BREAKING CHANGES

  • Converted to ESM module.

v2.1.1

11 Sep 18:14
Compare
Choose a tag to compare

2.1.1 (2023-09-11)

Bug Fixes

  • deps: update dependency @actions/core to v1.10.1 (b2e05b6)

v2.1.0

24 Jul 21:33
Compare
Choose a tag to compare

2.1.0 (2023-07-24)

Features

  • Allow implicit AWS credentials. (2b0cce5)

v2.0.4

14 Oct 11:38
Compare
Choose a tag to compare

2.0.4 (2022-10-14)

Bug Fixes

v2.0.3

13 Oct 16:28
Compare
Choose a tag to compare

2.0.3 (2022-10-13)

Bug Fixes

  • Remove accidentally exported 'run' function. (defbe39)

v2.0.2

13 Oct 16:23
Compare
Choose a tag to compare

2.0.2 (2022-10-13)

Bug Fixes

v2.0.1

13 Oct 15:01
Compare
Choose a tag to compare

2.0.1 (2022-10-13)

Bug Fixes

  • Upgrade @actions/core and upgrade node from 12 to 16. (4434eec)

v2.0.0

28 Jan 16:01
v2.0.0
fcaa8d5
Compare
Choose a tag to compare

fix: Use --password-stdin to login to ECR.

BREAKING CHANGE: Do not export password and username as outputs.

v1.1.2

28 Jan 16:00
v1.1.2
66a2075
Compare
Choose a tag to compare

Hide password in actions output.