Releases: nienbo/cache-buildkite-plugin
Releases · nienbo/cache-buildkite-plugin
v2.4.0
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
- Don't upload unconditionally to S3. See #21.
v2.3.9
- 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
- Add
$BK_AWS_ARGS
to s3 head-object
call See #19.
- Fix README docker example
v2.3.7
- Do not check
busybox
on macOS. See #17.
v2.3.6
- 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
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
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.