Skip to content

Releases: buildkite-plugins/ecr-buildkite-plugin

v2.0.0 (↩ Hooks)

08 Apr 04:12
4d081dd
Compare
Choose a tag to compare

Breaking Changes

This now uses an environment hook, instead of pre-command, so you use perform your own ECR commands in your agent pre-command hook if you need. (#26, thanks @dreyks)

Other Changes

  • Update buildkite/plugin-tester:latest Docker digest to 58a345b (#31) @renovate[bot]

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     ecr#v1.2.0:
+     ecr#v2.0.0:
        login: true

v1.2.0 ( 🎊 New Year)

03 Jan 03:44
@lox lox
a509b11
Compare
Choose a tag to compare

Changed

  • Add a retry with backoff (#11) @lox
  • Remove echo of docker login line (#29) @lox

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     ecr#v1.1.4:
+     ecr#v1.2.0:
        login: true

v1.1.4 (📍Regional)

01 May 11:48
8b23263
Compare
Choose a tag to compare

Fixed

Upgrading

To upgrade, update your pipeline.yml files:

 steps:
   - plugins:
-      ecr#v1.1.3:
+      ecr#v1.1.4: