Skip to content

Releases: nienbo/cache-buildkite-plugin

v2.4.0

02 Mar 12:31
a1f35a5
Compare
Choose a tag to compare
  • restore-keys support for incremental cache and key lookup. Requires jq. See #20.
  • git.commit and git.branch support in cache key templates. See README.

v2.3.10

15 Feb 22:27
4a63f92
Compare
Choose a tag to compare
  • Don't upload unconditionally to S3. See #21.

v2.3.9

30 Jan 11:49
55a2827
Compare
Choose a tag to compare
  • Add endpoint and region support to S3 backend. See README for this change.
  • Default path for tarball and rsync is now set to /tmp.

v2.3.8

22 Jan 07:57
a8b1845
Compare
Choose a tag to compare
  • Add $BK_AWS_ARGS to s3 head-object call See #19.
  • Fix README docker example

v2.3.7

06 Jan 10:31
851f366
Compare
Choose a tag to compare
  • Do not check busybox on macOS. See #17.

v2.3.6

26 Dec 17:12
a9a9da3
Compare
Choose a tag to compare
  • Added checking for busybox and fallback to lesser options of tar.
  • Use -exec with rm -f using find instead of native -delete option.

v2.3.5

05 Dec 11:18
c473846
Compare
Choose a tag to compare

S3 Update

Storage Class

You can pass class option for the following classes:

  • STANDARD
  • STANDARD_IA
  • ONEZONE_IA
  • INTELLIGENT_TIERING

Additional Arguments

You can pass args argument with required options. This arguments will be added to the end of s3 cp command. Therefore please do not add following options:

  • --storage-class
  • --profile

However, If you do not specify profile and class via YAML, then you can pass those arguments to the args.

v2.3.4

27 Nov 16:01
fe4fb40
Compare
Choose a tag to compare

Many variables prepended with BK_CACHE_ to avoid conflict with local variables. More will come.
Added {{ runner.os }} helper to separate caches between runner operating systems.