From 0cee0c3ed2b1c0d745c40e2fe0636a3d722d7b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gencer=20W=2E=20Gen=C3=A7?= Date: Thu, 21 Jul 2022 11:48:19 +0300 Subject: [PATCH] v2.4.11 [ci skip] --- LICENSE | 2 +- README.md | 28 ++++++++++++++-------------- VERSION | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/LICENSE b/LICENSE index e71c83c..5e4c82e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License Copyright (c) 2019 Daniel Thorpe -Copyright (c) 2020-2021 Gencer W. Genç +Copyright (c) 2020-2022 Gencer W. Genç Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e6a602a..1ce05d7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cache Buildkite Plugin [![Version badge](https://img.shields.io/badge/cache-v2.4.10-blue?style=flat-square)](https://buildkite.com/plugins) [![CI](https://github.com/gencer/cache-buildkite-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/gencer/cache-buildkite-plugin/actions/workflows/ci.yml) +# Cache Buildkite Plugin [![Version badge](https://img.shields.io/badge/cache-v2.4.11-blue?style=flat-square)](https://buildkite.com/plugins) [![CI](https://github.com/gencer/cache-buildkite-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/gencer/cache-buildkite-plugin/actions/workflows/ci.yml) ### Tarball, Rsync & S3 Cache Kit for Buildkite. Supports Linux, macOS and Windows* @@ -71,7 +71,7 @@ S3 backend uses **AWS CLI** v**1** or v**2** to copy and download from/to S3 buc ```yml steps: - plugins: - - gencer/cache#v2.4.10: + - gencer/cache#v2.4.11: id: ruby # or ruby-3.0 backend: s3 key: "v1-cache-{{ id }}-{{ runner.os }}-{{ checksum 'Gemfile.lock' }}" @@ -100,7 +100,7 @@ Use `endpoint` and `region` fields to pass host and region parameters to be able ```yml steps: - plugins: - - gencer/cache#v2.4.10: + - gencer/cache#v2.4.11: id: ruby # or ruby-3.0 backend: s3 key: "v1-cache-{{ id }}-{{ runner.os }}-{{ checksum 'Gemfile.lock' }}" @@ -136,7 +136,7 @@ Enabling this interoperability in Google Cloud Storage will generate the respect ```yml steps: - plugins: - - gencer/cache#v2.4.10: + - gencer/cache#v2.4.11: id: ruby # or ruby-3.0 backend: s3 key: "v1-cache-{{ id }}-{{ runner.os }}-{{ checksum 'Gemfile.lock' }}" @@ -191,7 +191,7 @@ You can also use rsync to store your files using the `rsync` backend. Files will ```yml steps: - plugins: - - gencer/cache#v2.4.10: + - gencer/cache#v2.4.11: id: ruby # or ruby-3.0 backend: rsync key: "v1-cache-{{ id }}-{{ runner.os }}-{{ checksum 'Gemfile.lock' }}" @@ -216,7 +216,7 @@ You can also use tarballs to store your files using the `tarball` backend. Files ```yml steps: - plugins: - - gencer/cache#v2.4.10: + - gencer/cache#v2.4.11: id: ruby # or ruby-3.0 backend: tarball key: "v1-cache-{{ id }}-{{ runner.os }}-{{ checksum 'Gemfile.lock' }}" @@ -261,7 +261,7 @@ Along with lock files, you can calculate directory that contains multiple files ```yml steps: - plugins: - - gencer/cache#v2.4.10: + - gencer/cache#v2.4.11: id: node # or node-16 backend: tarball # Optional. Default `backend` is already set to `tarball` key: "v1-cache-{{ id }}-{{ runner.os }}-{{ checksum './app/javascript' }}" # Calculate whole 'app/javascript' recursively @@ -287,7 +287,7 @@ You can skip caching on Pull Requests (Merge Requests) by simply adding `pr: fal ```yml steps: - plugins: - - gencer/cache#v2.4.10: + - gencer/cache#v2.4.11: id: ruby # or ruby-3.0 backend: s3 key: "v1-cache-{{ id }}-{{ runner.os }}-{{ checksum 'Gemfile.lock' }}" @@ -343,8 +343,8 @@ ruby-cache: &ruby-cache - 'bundler/vendor' all-plugins: &all-plugins - - gencer/cache#v2.4.10: *node-cache - - gencer/cache#v2.4.10: *ruby-cache + - gencer/cache#v2.4.11: *node-cache + - gencer/cache#v2.4.11: *ruby-cache - docker#v3.7.0: ~ # Use your config here steps: @@ -369,7 +369,7 @@ steps: key: jest command: yarn test --runInBand plugins: - - gencer/cache#v2.4.10: # Define cache *before* docker plugins. + - gencer/cache#v2.4.11: # Define cache *before* docker plugins. id: ruby # or ruby-3.0 backend: s3 key: "v1-cache-{{ id }}-{{ runner.os }}-{{ checksum 'Gemfile.lock' }}" @@ -394,7 +394,7 @@ steps: key: jest command: yarn test --runInBand plugins: - - gencer/cache#v2.4.10: + - gencer/cache#v2.4.11: id: ruby # or ruby-3.0 backend: s3 key: "v1-cache-{{ id }}-{{ runner.os }}-{{ checksum 'Gemfile.lock' }}" @@ -425,7 +425,7 @@ steps: key: jest command: yarn test --runInBand plugins: - - gencer/cache#v2.4.10: + - gencer/cache#v2.4.11: id: ruby # or ruby-3.0 backend: s3 key: "v1-cache-{{ id }}-{{ runner.os }}-{{ checksum 'Gemfile.lock' }}" @@ -451,7 +451,7 @@ steps: key: jest command: yarn test --runInBand plugins: - - gencer/cache#v2.4.10: + - gencer/cache#v2.4.11: id: ruby # or ruby-3.0 backend: s3 key: "v1-cache-{{ id }}-{{ runner.os }}-{{ checksum 'Gemfile.lock' }}" diff --git a/VERSION b/VERSION index b0f6bf0..11e3212 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.10 +2.4.11