From 117e72e88e2d472fd7d55b4315ee06136ffa3dc3 Mon Sep 17 00:00:00 2001 From: Jim Sheldon Date: Mon, 30 Aug 2021 09:49:32 -0400 Subject: [PATCH] [skip ci] updating changelog with latest changes (#166) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f87c6a..7c60b52f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -- [#133](https://github.com/meltwater/drone-cache/pull/133) bacnkend/s3: Fixed Anonymous Credentials Error on public buckets. +- [#133](https://github.com/meltwater/drone-cache/pull/133) backend/s3: Fixed Anonymous Credentials Error on public buckets. - Fixes [#132](https://github.com/meltwater/drone-cache/issues/132) - [#138](https://github.com/meltwater/drone-cache/pull/138) backend/gcs: Fix GCS to pass credentials correctly when `GCS_ENDPOINT` is not set. - [#135](https://github.com/meltwater/drone-cache/issues/135) backend/gcs: Fixed parsing of GCS JSON key. - [#142](https://github.com/meltwater/drone-cache/issues/142) backend/s3: Add option to assume AWS IAM role +- [#151](https://github.com/meltwater/drone-cache/issues/151) backend/s3: Fix assume role parameter passing +- [#164](https://github.com/meltwater/drone-cache/issues/164) tests: lock azurite image to 3.10.0 ### Added - [#102](https://github.com/meltwater/drone-cache/pull/102) Implement option to disable cache rebuild if it already exists in storage.