Releases: buildkite-plugins/ecr-buildkite-plugin
Releases · buildkite-plugins/ecr-buildkite-plugin
v2.9.0 (⛈️ Rainy Day)
Added
- Add support for authenticating to a China ECR (#104) @petercanva
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)
v2.7.0 (🐵 Monkey Island Game Day)
Added:
- Support for public ECR (#88) @toote
- Fix shebang to support NixOS (#76) @tristanpemble
- Test revamp (#87) @toote
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)
Added:
- feat: add profile support (#82) @mhornbacher
- Update buildkite plugin docker-compose to v3.10.0 (#74) @renovate
- Update buildkite plugin plugin-linter to v3 (#78) @renovate
- Update buildkite plugin shellcheck to v1.2.0 (#77) @renovate
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- ecr#v2.5.0:
+ ecr#v2.6.0:
login: true
v2.5.0
Added
- Retry for docker login (#73) @robotdana
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- ecr#v2.4.0:
+ ecr#v2.5.0:
login: true
v2.4.0
v2.3.0 (🥔 Potato chip)
Added
- Add retry to get-login-password (#56) @tmcg-gusto
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- ecr#v2.2.1:
+ ecr#v2.3.0:
login: true
v2.2.0 (🪵 Log a rhythm)
Changed
- Ensure a log output heading is always shown. (#55) @pda
- Documentation fix (#53) @JuanitoFatas
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- ecr#v2.1.1:
+ ecr#v2.2.0:
login: true