chore(deps): update meltwater/drone-cache docker tag to v1.4.0 #8

Merged
Kichiyaki merged 4 commits from renovate/meltwater-drone-cache-1.x into master 2022-10-09 13:21:59 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
meltwater/drone-cache docker minor v1.3.0 -> v1.4.0

Release Notes

meltwater/drone-cache

v1.4.0

Compare Source

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [meltwater/drone-cache](https://github.com/meltwater/drone-cache) | docker | minor | `v1.3.0` -> `v1.4.0` | --- ### Release Notes <details> <summary>meltwater/drone-cache</summary> ### [`v1.4.0`](https://github.com/meltwater/drone-cache/releases/tag/v1.4.0) [Compare Source](https://github.com/meltwater/drone-cache/compare/v1.3.0...v1.4.0) ##### Changelog - [`bb2e68b`](https://github.com/meltwater/drone-cache/commit/bb2e68b) 1-4-0\_stage fixed the README and set the CHANGELOG for v1.4.0 - [`0b6773b`](https://github.com/meltwater/drone-cache/commit/0b6773b) 206-doublestar-mount Added glob path matching to mounts (initial) - [`5f9e3a0`](https://github.com/meltwater/drone-cache/commit/5f9e3a0) 206-doublestar-mount Corrected Dockerfile, added missing comments to config.go - [`ec29e86`](https://github.com/meltwater/drone-cache/commit/ec29e86) 206-doublestar-mount Corrected test code for exampleNestedFileTreeWithGlob - [`2db38d3`](https://github.com/meltwater/drone-cache/commit/2db38d3) 206-doublestar-mount Fixed issue with comment from linting - [`ba52e9b`](https://github.com/meltwater/drone-cache/commit/ba52e9b) 206-doublestar-mount Fixed test cases, added config_test - [`f5790a1`](https://github.com/meltwater/drone-cache/commit/f5790a1) 206-doublestar-mount Improved Mount list appending other list (non-for loop) - [`5235037`](https://github.com/meltwater/drone-cache/commit/5235037) 206-doublestar-mount Removed unused variables for plugin_test - [`f162b55`](https://github.com/meltwater/drone-cache/commit/f162b55) 206-doublestar-mount Simplified config_test and fixed duplicate constants - [`92655c8`](https://github.com/meltwater/drone-cache/commit/92655c8) 206-doublestar-mount Updated CHANGELOG, documentation examples added - [`b02551a`](https://github.com/meltwater/drone-cache/commit/b02551a) 206-doublestar-mount added missing detail in CHANGELOG - [`97037e5`](https://github.com/meltwater/drone-cache/commit/97037e5) 206-doublestar-mount fixed config.go linting - [`9e955c9`](https://github.com/meltwater/drone-cache/commit/9e955c9) 206-doublestar-mount fixed config.go linting again - [`f8ef0f9`](https://github.com/meltwater/drone-cache/commit/f8ef0f9) 206-doublestar-mount fixed tests, .drone-local.yml - [`07d1395`](https://github.com/meltwater/drone-cache/commit/07d1395) 206-doublestar-mount updated to use doublestar/v4 - [`a72b2c7`](https://github.com/meltwater/drone-cache/commit/a72b2c7) 220-generate removed broken 'generate' dependencies and CI step - [`8ed7dad`](https://github.com/meltwater/drone-cache/commit/8ed7dad) Add the `hashFiles` template func to calculate the md5 hash of multiple files - [`cd9bbfa`](https://github.com/meltwater/drone-cache/commit/cd9bbfa) Allow abs path for tar - [`534a993`](https://github.com/meltwater/drone-cache/commit/534a993) Change `hashFiles` template function to generate SHA256 hashes - [`4917ade`](https://github.com/meltwater/drone-cache/commit/4917ade) Codestyle - [`eca6694`](https://github.com/meltwater/drone-cache/commit/eca6694) Fix CHANGELOG description mentioning wrong hash algo - [`6ccab98`](https://github.com/meltwater/drone-cache/commit/6ccab98) Fix CR issues - [`7f43131`](https://github.com/meltwater/drone-cache/commit/7f43131) Improve log messages in case of error while generating the file hash - [`6165ea5`](https://github.com/meltwater/drone-cache/commit/6165ea5) Improve the documentation regarding the new template function - [`0991bbf`](https://github.com/meltwater/drone-cache/commit/0991bbf) Restore file modification times - [`53864e4`](https://github.com/meltwater/drone-cache/commit/53864e4) Stage for v1.4.0 release - [`f7d9014`](https://github.com/meltwater/drone-cache/commit/f7d9014) Update CHANGELOG.md - [`5ae5bcd`](https://github.com/meltwater/drone-cache/commit/5ae5bcd) Wrap `cache_key` in single-quotes in docs - [`80c9f4f`](https://github.com/meltwater/drone-cache/commit/80c9f4f) Zstd support - [`299a9e5`](https://github.com/meltwater/drone-cache/commit/299a9e5) \[ATEAM-13094]: Implement Alibaba OSS backend ([#&#8203;223](https://github.com/meltwater/drone-cache/issues/223)) - [`aab7939`](https://github.com/meltwater/drone-cache/commit/aab7939) \[skip ci] Update CODEOWNERS for 2022 onwards - [`928748f`](https://github.com/meltwater/drone-cache/commit/928748f) \[skip ci] bump go-ieproxy to fix darwin goreleaser builds - [`34796ea`](https://github.com/meltwater/drone-cache/commit/34796ea) \[skip ci] bump goreleaser and action to attempt to fix releases - [`f02c784`](https://github.com/meltwater/drone-cache/commit/f02c784) \[skip ci] fix pr template links ([#&#8203;195](https://github.com/meltwater/drone-cache/issues/195)) - [`452a24d`](https://github.com/meltwater/drone-cache/commit/452a24d) add absolute path mode for gzip - [`8af42ac`](https://github.com/meltwater/drone-cache/commit/8af42ac) ateam-13324 enable only linux and darwin (macOS) - [`8846c19`](https://github.com/meltwater/drone-cache/commit/8846c19) ateam-13324 stop support for i386 (32-bit) - [`7870370`](https://github.com/meltwater/drone-cache/commit/7870370) ateam-13324 stop support for windows arm (32-bit) - [`a15b6bc`](https://github.com/meltwater/drone-cache/commit/a15b6bc) ateam-13324 stop support for windows i386 (32-bit) and arm64 - [`c10ecf0`](https://github.com/meltwater/drone-cache/commit/c10ecf0) ateam-13324 temporarily only support linux for goreleaser - [`51ad69d`](https://github.com/meltwater/drone-cache/commit/51ad69d) bump go version for goreleaser - [`974f36d`](https://github.com/meltwater/drone-cache/commit/974f36d) bump go version for goreleaser: try 2 - [`e0bdfe9`](https://github.com/meltwater/drone-cache/commit/e0bdfe9) dependabot-1 Added Unreleased changes to CHANGELOG - [`a53a3a8`](https://github.com/meltwater/drone-cache/commit/a53a3a8) dependabot-1 Added missing golangci-lint dependency, tidy - [`0be1fec`](https://github.com/meltwater/drone-cache/commit/0be1fec) dependabot-1 Build fixes for changes made by nonamedreturns - [`d366988`](https://github.com/meltwater/drone-cache/commit/d366988) dependabot-1 Bumped .drone.yml test image tags for test cases - [`53d26c1`](https://github.com/meltwater/drone-cache/commit/53d26c1) dependabot-1 Bumped docker-compose image tags for test cases - [`dc4c753`](https://github.com/meltwater/drone-cache/commit/dc4c753) dependabot-1 Bumped maintained year from 2021 to 2022 - [`65a372e`](https://github.com/meltwater/drone-cache/commit/65a372e) dependabot-1 Drone plugins now pull from README; removed DOCS.md update method - [`81ab7f1`](https://github.com/meltwater/drone-cache/commit/81ab7f1) dependabot-1 Fixed test file names (again); underscores replaced - [`12a3977`](https://github.com/meltwater/drone-cache/commit/12a3977) dependabot-1 Fixed test file names for azure InvalidResourceName s/ /\_/ - [`d41d69e`](https://github.com/meltwater/drone-cache/commit/d41d69e) dependabot-1 Linting fixes, removed varnamelen from lint checks - [`8b88665`](https://github.com/meltwater/drone-cache/commit/8b88665) dependabot-1 Major linting fixes, code cleanup - [`75153b2`](https://github.com/meltwater/drone-cache/commit/75153b2) dependabot-1 Moved linting to official docker image from self-installed - [`5288d2a`](https://github.com/meltwater/drone-cache/commit/5288d2a) dependabot-1 Pinned go to version 1.18 to fix dependency build issue - [`dc8d15e`](https://github.com/meltwater/drone-cache/commit/dc8d15e) dependabot-1 Removed unnecessary package installations in CI - [`f4539d1`](https://github.com/meltwater/drone-cache/commit/f4539d1) dependabot-1 Removed unused bingo makefile target, newer go install in variables - [`341e490`](https://github.com/meltwater/drone-cache/commit/341e490) dependabot-1 Update golang version to 1.18, dependencies, fix azure backend - [`594ea60`](https://github.com/meltwater/drone-cache/commit/594ea60) merge upstream master - [`5f44362`](https://github.com/meltwater/drone-cache/commit/5f44362) noticket_fix1.4.0 fixed the CHANGELOG for v1.4.0 - [`2f0818b`](https://github.com/meltwater/drone-cache/commit/2f0818b) remove dev flag from examples ([#&#8203;192](https://github.com/meltwater/drone-cache/issues/192)) - [`bd7acb0`](https://github.com/meltwater/drone-cache/commit/bd7acb0) resolve before merge - [`e26abd0`](https://github.com/meltwater/drone-cache/commit/e26abd0) update .drone.yml to use v1.2.2 ([#&#8203;189](https://github.com/meltwater/drone-cache/issues/189)) - [`31dfe25`](https://github.com/meltwater/drone-cache/commit/31dfe25) update change log to include pull [#&#8203;141](https://github.com/meltwater/drone-cache/issues/141) - [`d61e799`](https://github.com/meltwater/drone-cache/commit/d61e799) v1.2.3 Version Adding zstd Support ([#&#8203;200](https://github.com/meltwater/drone-cache/issues/200)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyNC4wIn0=-->
renovate added the
dependencies
label 2022-10-09 08:00:48 +00:00
renovate added 1 commit 2022-10-09 08:00:49 +00:00
Kichiyaki added 2 commits 2022-10-09 13:19:05 +00:00
Kichiyaki added 1 commit 2022-10-09 13:20:33 +00:00
Kichiyaki merged commit ab1474e172 into master 2022-10-09 13:21:59 +00:00
Kichiyaki deleted branch renovate/meltwater-drone-cache-1.x 2022-10-09 13:21:59 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: twhelp/dcbot#8
No description provided.