Skip to content

Releases: buildkite-plugins/ecr-buildkite-plugin

v2.11.0

19 Nov 18:12
v2.11.0
fdd631f

Choose a tag to compare

What's Changed

  • Release v2.10.0, update CHANGELOG/README by @petetomasik in #119
  • chore(deps): update buildkite plugin secrets to v1.0.1 by @renovate[bot] in #120
  • chore(deps): update buildkite plugin secrets to v1.0.2 by @renovate[bot] in #121
  • Set AWS_ECR_IGNORE_CREDS_STORAGE=true by default by @petetomasik in #122

Full Changelog: v2.10.0...v2.11.0

v2.10.0 (🎉 Friday)

29 Aug 14:03
v2.10.0
836895d

Choose a tag to compare

What's Changed

  • chore(deps): update buildkite plugin ossf-scorecard to v1.0.1 by @renovate[bot] in #117
  • Add option to use AWS ECR Credential Helper by @petetomasik in #118

New Contributors

Full Changelog: v2.9.1...v2.10.0

v2.9.1 (💦 Humid Day)

14 Aug 15:40
v2.9.1
b06f0d2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.0...v2.9.1

v2.9.0 (⛈️ Rainy Day)

12 Apr 15:08
73d58b9

Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     ecr#v2.8.0:
+     ecr#v2.9.0:
        login: true

v2.8.0 (☕ Nice Cup of Coffee)

06 Mar 18:53
10ed2f0

Choose a tag to compare

Added

Fixed

  • Correct tests due to hardcoded paths (#96) @toote

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     ecr#v2.7.0:
+     ecr#v2.8.0:
        login: true

v2.7.0 (🐵 Monkey Island Game Day)

21 Oct 13:44
a68ba7d

Choose a tag to compare

Added:

Update:

  • chore(deps): update buildkite plugin docker-compose to v4 (#86) @renovate
  • chore(deps): update buildkite plugin shellcheck to v1.3.0 (#85) @renovate

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     ecr#v2.6.0:
+     ecr#v2.7.0:
        login: true

v2.6.0 (🥪 Nice sandwich)

18 Aug 19:37
8e3c1d9

Choose a tag to compare

Added:

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     ecr#v2.5.0:
+     ecr#v2.6.0:
        login: true

v2.5.0

27 Sep 08:46
89b335a

Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     ecr#v2.4.0:
+     ecr#v2.5.0:
        login: true

v2.4.0

24 Aug 00:34
500a391

Choose a tag to compare

Added

  • Added support for assume-role before Docker login (#54)

Changed

  • Be consistent with hyphens and underscores (#67)

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     ecr#v2.3.0:
+     ecr#v2.4.0:
        login: true

v2.3.0 (🥔 Potato chip)

03 Feb 00:57
aa8e3cd

Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     ecr#v2.2.1:
+     ecr#v2.3.0:
        login: true