Releases: buildkite-plugins/ecr-buildkite-plugin
Releases · buildkite-plugins/ecr-buildkite-plugin
v2.0.0 (↩ Hooks)
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
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- ecr#v1.2.0:
+ ecr#v2.0.0:
login: true