Meltwater Drone Cache Versions Save

A Drone plugin for caching current workspace files between builds to reduce your build times

v1.4.0

1 year ago

Changelog

  • bb2e68b 1-4-0_stage fixed the README and set the CHANGELOG for v1.4.0
  • 0b6773b 206-doublestar-mount Added glob path matching to mounts (initial)
  • 5f9e3a0 206-doublestar-mount Corrected Dockerfile, added missing comments to config.go
  • ec29e86 206-doublestar-mount Corrected test code for exampleNestedFileTreeWithGlob
  • 2db38d3 206-doublestar-mount Fixed issue with comment from linting
  • ba52e9b 206-doublestar-mount Fixed test cases, added config_test
  • f5790a1 206-doublestar-mount Improved Mount list appending other list (non-for loop)
  • 5235037 206-doublestar-mount Removed unused variables for plugin_test
  • f162b55 206-doublestar-mount Simplified config_test and fixed duplicate constants
  • 92655c8 206-doublestar-mount Updated CHANGELOG, documentation examples added
  • b02551a 206-doublestar-mount added missing detail in CHANGELOG
  • 97037e5 206-doublestar-mount fixed config.go linting
  • 9e955c9 206-doublestar-mount fixed config.go linting again
  • f8ef0f9 206-doublestar-mount fixed tests, .drone-local.yml
  • 07d1395 206-doublestar-mount updated to use doublestar/v4
  • a72b2c7 220-generate removed broken 'generate' dependencies and CI step
  • 8ed7dad Add the hashFiles template func to calculate the md5 hash of multiple files
  • cd9bbfa Allow abs path for tar
  • 534a993 Change hashFiles template function to generate SHA256 hashes
  • 4917ade Codestyle
  • eca6694 Fix CHANGELOG description mentioning wrong hash algo
  • 6ccab98 Fix CR issues
  • 7f43131 Improve log messages in case of error while generating the file hash
  • 6165ea5 Improve the documentation regarding the new template function
  • 0991bbf Restore file modification times
  • 53864e4 Stage for v1.4.0 release
  • f7d9014 Update CHANGELOG.md
  • 5ae5bcd Wrap cache_key in single-quotes in docs
  • 80c9f4f Zstd support
  • 299a9e5 [ATEAM-13094]: Implement Alibaba OSS backend (#223)
  • aab7939 [skip ci] Update CODEOWNERS for 2022 onwards
  • 928748f [skip ci] bump go-ieproxy to fix darwin goreleaser builds
  • 34796ea [skip ci] bump goreleaser and action to attempt to fix releases
  • f02c784 [skip ci] fix pr template links (#195)
  • 452a24d add absolute path mode for gzip
  • 8af42ac ateam-13324 enable only linux and darwin (macOS)
  • 8846c19 ateam-13324 stop support for i386 (32-bit)
  • 7870370 ateam-13324 stop support for windows arm (32-bit)
  • a15b6bc ateam-13324 stop support for windows i386 (32-bit) and arm64
  • c10ecf0 ateam-13324 temporarily only support linux for goreleaser
  • 51ad69d bump go version for goreleaser
  • 974f36d bump go version for goreleaser: try 2
  • e0bdfe9 dependabot-1 Added Unreleased changes to CHANGELOG
  • a53a3a8 dependabot-1 Added missing golangci-lint dependency, tidy
  • 0be1fec dependabot-1 Build fixes for changes made by nonamedreturns
  • d366988 dependabot-1 Bumped .drone.yml test image tags for test cases
  • 53d26c1 dependabot-1 Bumped docker-compose image tags for test cases
  • dc4c753 dependabot-1 Bumped maintained year from 2021 to 2022
  • 65a372e dependabot-1 Drone plugins now pull from README; removed DOCS.md update method
  • 81ab7f1 dependabot-1 Fixed test file names (again); underscores replaced
  • 12a3977 dependabot-1 Fixed test file names for azure InvalidResourceName s/ /_/
  • d41d69e dependabot-1 Linting fixes, removed varnamelen from lint checks
  • 8b88665 dependabot-1 Major linting fixes, code cleanup
  • 75153b2 dependabot-1 Moved linting to official docker image from self-installed
  • 5288d2a dependabot-1 Pinned go to version 1.18 to fix dependency build issue
  • dc8d15e dependabot-1 Removed unnecessary package installations in CI
  • f4539d1 dependabot-1 Removed unused bingo makefile target, newer go install in variables
  • 341e490 dependabot-1 Update golang version to 1.18, dependencies, fix azure backend
  • 594ea60 merge upstream master
  • 5f44362 noticket_fix1.4.0 fixed the CHANGELOG for v1.4.0
  • 2f0818b remove dev flag from examples (#192)
  • bd7acb0 resolve before merge
  • e26abd0 update .drone.yml to use v1.2.2 (#189)
  • 31dfe25 update change log to include pull #141
  • d61e799 v1.2.3 Version Adding zstd Support (#200)

v1.3.0

2 years ago

Changelog

80c9f4f Zstd support f02c784 [skip ci] fix pr template links (#195) 2f0818b remove dev flag from examples (#192) e26abd0 update .drone.yml to use v1.2.2 (#189) 6703f11 v1.2.3 Version Adding zstd Support

Docker images

  • docker pull meltwater/drone-cache:v1.2.3
  • docker pull meltwater/drone-cache:v1.2
  • docker pull meltwater/drone-cache:v1

v1.2.2

2 years ago

Changelog

6ac4c7a Ateam 11370 update drone cache doc (#185) 080c2e5 Only use anon credentials for public s3 buckets (#187) 8b0d162 [SKIP CI] 1.2.1 release notes (#184)

Docker images

  • docker pull meltwater/drone-cache:v1.2.2
  • docker pull meltwater/drone-cache:v1.2
  • docker pull meltwater/drone-cache:v1

v1.2.0-rc2

2 years ago

Changelog

f32236f Add optional param for AWS IAM role assumption (#143) c6fa146 Fix GCS credentials when no endpoint specified (#138) 8a3c468 Fix NoCredentialProviders error when accessing public bucket on Minio (#133) 40d8f10 Fix assume role parameter passing (#151) 5452b01 Regenerate: Fix README CI failures c31e61a Step down from maintainership (#161) 05a7985 Update README.md d291e25 Update README.md cf95198 Update release.yaml (#170) a39595d [docs] Adding kakkoyun to the 'Authors and Acknowledgement' section (#162) 117e72e [skip ci] updating changelog with latest changes (#166) f199bff lock azurite image to 3.10.0 (#164)

Docker images

  • docker pull meltwater/drone-cache:v1.2.0-rc2

v1.2.1

2 years ago

Changelog

f3ab05d set goarch for arm64 goreleaser (#183)

Docker images

  • docker pull meltwater/drone-cache:v1.2.1
  • docker pull meltwater/drone-cache:v1.2
  • docker pull meltwater/drone-cache:v1

v1.2.0

2 years ago

Changelog

9f667f4 preparing to release 1.2.0 (#181) 5ba347e update .drone.yml to use v1.2.0-rc1 (#180) 3a83e63 ATEAM-10574 update docs for local testing (#173) 695735f add buildx actions (#179) 48c8947 adding arm64 to goreleaser snapshot (#176) c03eec8 arm64 goreleaser snapshot (#178) 8dd04a8 missed proper tag names in templates fb83008 separate arm64 docker build (#177) 8b783ab set goarch to arm64 in goreleaser snapshot f32236f Add optional param for AWS IAM role assumption (#143) c6fa146 Fix GCS credentials when no endpoint specified (#138) 8a3c468 Fix NoCredentialProviders error when accessing public bucket on Minio (#133) 40d8f10 Fix assume role parameter passing (#151) a2059eb Fix release (#171) 217d6bf Fix release process tags (#174) f3d3321 Fix release process tags (#175) ce1a2b3 Fix snapshot process (#172) 5452b01 Regenerate: Fix README CI failures c31e61a Step down from maintainership (#161) 05a7985 Update README.md d291e25 Update README.md cf95198 Update release.yaml (#170) a39595d [docs] Adding kakkoyun to the 'Authors and Acknowledgement' section (#162) 117e72e [skip ci] updating changelog with latest changes (#166) f199bff lock azurite image to 3.10.0 (#164)

Docker images

  • docker pull meltwater/drone-cache:v1.2.0
  • docker pull meltwater/drone-cache:v1.2
  • docker pull meltwater/drone-cache:v1

v1.2.0-rc1

2 years ago

Changelog

3a83e63 ATEAM-10574 update docs for local testing (#173) 695735f add buildx actions (#179) 48c8947 adding arm64 to goreleaser snapshot (#176) c03eec8 arm64 goreleaser snapshot (#178) 8dd04a8 missed proper tag names in templates fb83008 separate arm64 docker build (#177) 8b783ab set goarch to arm64 in goreleaser snapshot

Docker images

  • docker pull meltwater/drone-cache:v1.2.0-rc1

v1.2.0-rc0

2 years ago

Changelog

f32236f Add optional param for AWS IAM role assumption (#143) c6fa146 Fix GCS credentials when no endpoint specified (#138) 8a3c468 Fix NoCredentialProviders error when accessing public bucket on Minio (#133) 40d8f10 Fix assume role parameter passing (#151) a2059eb Fix release (#171) 217d6bf Fix release process tags (#174) f3d3321 Fix release process tags (#175) ce1a2b3 Fix snapshot process (#172) 5452b01 Regenerate: Fix README CI failures c31e61a Step down from maintainership (#161) 05a7985 Update README.md d291e25 Update README.md cf95198 Update release.yaml (#170) a39595d [docs] Adding kakkoyun to the 'Authors and Acknowledgement' section (#162) 117e72e [skip ci] updating changelog with latest changes (#166) f199bff lock azurite image to 3.10.0 (#164)

Docker images

  • docker pull meltwater/drone-cache:v1.2.0-rc0

v1.1.0

3 years ago

Changelog

c555c5d Docker login on CI 22157f9 Fix branch matchers fe22f5e Fix github actions 73f6dc4 Fix snapshot tag matcher a1c231f Fix tests (#121) 326a4cf Generated missing embedded piece 3172b74 Improve documentation and development tooling (#112) 08699c2 Merge release v1.1 (#125) 0933740 Push images for snapshots (#124) 709473e Remove branch trigger 1fe5304 Remove draft from releases prevents publishing 847ba5d Remove snapshot flag from goreleaser a2c2970 Removing leading newline in code block (#117) ee7ef08 Revert snapshot simplifications 81b997c Simplify snapshot releaser config 4bc198e Update docs for CLI args with new override flag (#111) 8708a48 Use bingo for tool dependencies (#126) 8bc59e8 Use latest release candidate in CI (#127) 798a45e User docker token

Docker images

  • docker pull meltwater/drone-cache:latest
  • docker pull meltwater/drone-cache:v1.1.0
  • docker pull meltwater/drone-cache:v1.1
  • docker pull meltwater/drone-cache:v1

v1.1.0-rc1

3 years ago

Changelog

2367752 Build docker image for multiple arch/os c555c5d Docker login on CI 22157f9 Fix branch matchers fe22f5e Fix github actions 73f6dc4 Fix snapshot tag matcher a1c231f Fix tests (#121) 326a4cf Generated missing embedded piece 3172b74 Improve documentation and development tooling (#112) e5e24e2 Make archive names uname compatible 0933740 Push images for snapshots (#124) 709473e Remove branch trigger 1fe5304 Remove draft from releases prevents publishing 847ba5d Remove snapshot flag from goreleaser a2c2970 Removing leading newline in code block (#117) ee7ef08 Revert snapshot simplifications 81b997c Simplify snapshot releaser config 4002a2c Update README 4bc198e Update docs for CLI args with new override flag (#111) ec79fd1 Upgrade go 1.14.2 906a284 Upgrade go 1.14.4 798a45e User docker token

Docker images

  • docker pull meltwater/drone-cache:v1.1.0-rc1