Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 53864e4

Browse files
committed
Stage for v1.4.0 release
1 parent 578f62f commit 53864e4

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

CHANGELOG.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
- [#141](https://github.com/meltwater/drone-cache/pull/141) archive/tar, archive/gzip:
11-
add absolute path mode: fix an issue #130 with drone where it fails to make extraction if the passed path is an absoulte path.
1210
### Added
1311

14-
- [#223](https://github.com/meltwater/drone-cache/pull/223) Added implementation for AlibabaOSS for backend storage
15-
1612
### Changed
1713

18-
- Updated dependency `cloud.google.com/go/storage v1.24.0` -> `v1.26.0`
19-
- Updated dependency `github.com/urfave/cli/v2 v2.11.1` -> `v2.14.1`
20-
- Updated dependency `google.golang.org/api v0.88.0` -> `v0.94.0`
21-
- Updated dependency `google.golang.org/protobuf v1.28.0 ` -> `v1.28.1`
22-
2314
### Removed
2415

25-
## [1.4.0] - 2022-09-01
16+
## [1.4.0] - 2022-09-21
2617

2718
### Added
2819

29-
- [#212](https://github.com/meltwater/drone-cache/pull/212) `filesystem` backend now restores files modification time (with sub-second prevision if possible)
30-
- [#209](https://github.com/meltwater/drone-cache/pull/209) Added double star directory searching in mounts (e.g. `path/**/subdir`)
20+
- [#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.
3121
- [#198](https://github.com/meltwater/drone-cache/pull/198) Add `hashFiles` template function to generate the SHA256 hash of multiple files
22+
- [#209](https://github.com/meltwater/drone-cache/pull/209) Added double star directory searching in mounts (e.g. `path/**/subdir`)
23+
- [#212](https://github.com/meltwater/drone-cache/pull/212) `filesystem` backend now restores files modification time (with sub-second prevision if possible)
24+
- [#223](https://github.com/meltwater/drone-cache/pull/223) Added implementation for AlibabaOSS for backend storage
3225

3326
### Changed
3427

3528
- Bumped base go version from Go 1.14 to 1.18
3629
- Switched and updated to moved dependency `go-kit/[email protected]` -> `go-kit/[email protected]`
3730
- Updated dependency `Azure/[email protected]` -> `v0.15.0`
3831
- Updated dependency `aws/[email protected]` -> `v1.44.55`
39-
- Updated dependency `cloud.google.com/go/[email protected]` -> `v1.23.0`
40-
- Updated dependency `google.golang.org/[email protected]` -> `v0.87.0`
32+
- Updated dependency `cloud.google.com/go/[email protected]` -> `v1.26.0`
33+
- Updated dependency `github.com/urfave/cli/[email protected]` -> `v2.14.1`
34+
- Updated dependency `google.golang.org/[email protected]` -> `v0.94.0`
35+
- Updated dependency `google.golang.org/protobuf v1.28.0 ` -> `v1.28.1`
4136
- Updated dependency `google/[email protected]` -> `v0.5.8`
4237
- Updated dependency `klauspost/[email protected]` -> `v1.15.8`
4338
- Updated dependency `pkg/[email protected]` -> `v1.13.5`
4439
- Updated dependency `urface/cli/[email protected]` -> `v2.11.0`
45-
- Updated linting from manual install to official `golangci/golangci-lint:v1.46.2` Docker image
40+
- Updated linting from manual install to official `golangci/golangci-lint:v1.46.2` Docker image
4641
- Updated golang base image from `1.14-alpine` to `1.18.4` (debian); issues with alpine `>= 3.13` due to DroneCI Docker Engine version
4742
- Updated test image `minio/minio:RELEASE.2020-11-06T23-17-07Z` to `RELEASE.2022-07-15T03-44-22Z`
4843
- Updated test image `fsouza/fake-gcs-server:1.18.3` to `1.38.3`
@@ -106,7 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106101
- [#135](https://github.com/meltwater/drone-cache/issues/135) backend/gcs: Fixed parsing of GCS JSON key.
107102
- [#151](https://github.com/meltwater/drone-cache/issues/151) backend/s3: Fix assume role parameter passing
108103
- [#164](https://github.com/meltwater/drone-cache/issues/164) tests: lock azurite image to 3.10.0
109-
- [#133](https://github.com/meltwater/drone-cache/pull/133) backend/s3: Fixed Anonymous Credentials Error on public buckets.
104+
- [#133](https://github.com/meltwater/drone-cache/pull/133) backend/s3: Fixed Anonymous Credentials Error on public buckets.
110105
- Fixes [#132](https://github.com/meltwater/drone-cache/issues/132)
111106

112107
### Removed

0 commit comments

Comments
 (0)