Skip to content

Releases: buildkite-plugins/docker-cache-buildkite-plugin

v1.2.0

26 Jan 19:52
v1.2.0
1cd6460

Choose a tag to compare

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

  • @mcncl made their first contribution in #8

Full Changelog: v1.1.0...v1.2.0

v1.1.0

23 Jan 15:45
v1.1.0
21e1bc4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0 (💸 Cache deposit)

28 Jul 10:23
252d99c

Choose a tag to compare

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"