Releases: buildkite-plugins/docker-cache-buildkite-plugin
Releases · buildkite-plugins/docker-cache-buildkite-plugin
v1.2.0
What's Changed
- chore: minor bump in examples by @mcncl in #8
- Allow setting image tag (defaults to
latest) by @petetomasik in #9
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Add support for BK Package Registries by @petetomasik in #2
- Add support for Artifactory Docker Registry by @petetomasik in #3
- Update buildkite plugin plugin-tester to v1.3.0 by @renovate[bot] in #5
- Add support for Azure ACR by @petetomasik in #7
New Contributors
- @petetomasik made their first contribution in #2
- @renovate[bot] made their first contribution in #5
Full Changelog: v1.0.0...v1.1.0
v1.0.0 (💸 Cache deposit)
What's changed?
- Added comprehensive test suite and finalized plugin syntax
- First stable release 🎉
Upgrading
To upgrade, update your pipeline.yml files:
steps:
- command: test.sh
plugins:
- docker-cache#v0.0.1:
+ docker-cache#v1.0.0:
provider: ecr
image: my-app
ecr:
region: us-east-1
account-id: "123456789012"