Releases: buildkite-plugins/ecr-buildkite-plugin
Releases · buildkite-plugins/ecr-buildkite-plugin
v2.11.0
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)
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
- @petetomasik made their first contribution in #118
Full Changelog: v2.9.1...v2.10.0
v2.9.1 (💦 Humid Day)
What's Changed
- Target hosted queue by @yob in #105
- SUP-2419: Add CODEOWNERS by @tomowatt in #106
- Remove explicit targeting of the hosted queue by @yob in #107
- chore(deps): update buildkite plugin shellcheck to v1.4.0 by @renovate[bot] in #108
- chore(deps): update buildkite plugin plugin-tester to v1.2.0 by @renovate[bot] in #113
- chore: add ossf plugin by @mcncl in #114
- Fix AWS CLI version parsing by @JoeColeman95 in #115
- Updating Changelog and README by @JoeColeman95 in #116
New Contributors
- @yob made their first contribution in #105
- @mcncl made their first contribution in #114
- @JoeColeman95 made their first contribution in #115
Full Changelog: v2.9.0...v2.9.1
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: truev2.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: truev2.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: truev2.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: truev2.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