Skip to content

Commit

Permalink
update change log to include pull #141
Browse files Browse the repository at this point in the history
  • Loading branch information
hacktron95 committed Oct 13, 2020
1 parent 452a24d commit 31dfe25
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Expand Up @@ -7,7 +7,10 @@ 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.
- [#141](https://github.com/meltwater/drone-cache/pull/141) archive/tar, archive-gzip:
add absolute path mode: fix an issue #130 with drone where it fails to make extraction if the passed path is an absoulte path.

- [#133](https://github.com/meltwater/drone-cache/pull/133) bacnkend/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.
Expand All @@ -18,11 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#86](https://github.com/meltwater/drone-cache/pull/86) Add backend operation timeout option that cancels request if they take longer than given duration. `BACKEND_OPERATION_TIMEOUT`, `backend.operation-timeot`. Default value is `3 minutes`.
- [#86](https://github.com/meltwater/drone-cache/pull/86) Customize the cache key in the path. Adds a new `remote_root` option to customize it. Defaults to `repo.name`.
- Fixes [#97](https://github.com/meltwater/drone-cache/issues/97).
[#89](https://github.com/meltwater/drone-cache/pull/89) Add Azure Storage Backend.
[#84](https://github.com/meltwater/drone-cache/pull/84) Adds compression level option.
[#77](https://github.com/meltwater/drone-cache/pull/77) Adds a new hidden CLI flag to be used for tests.
[#73](https://github.com/meltwater/drone-cache/pull/73) Add Google Cloud storage support
[#68](https://github.com/meltwater/drone-cache/pull/68) Introduces new storage backend, sFTP.
[#89](https://github.com/meltwater/drone-cache/pull/89) Add Azure Storage Backend.
[#84](https://github.com/meltwater/drone-cache/pull/84) Adds compression level option.
[#77](https://github.com/meltwater/drone-cache/pull/77) Adds a new hidden CLI flag to be used for tests.
[#73](https://github.com/meltwater/drone-cache/pull/73) Add Google Cloud storage support
[#68](https://github.com/meltwater/drone-cache/pull/68) Introduces new storage backend, sFTP.

### Changed

Expand Down

0 comments on commit 31dfe25

Please sign in to comment.