chore(deps): update plugins/s3 docker tag to v1.5.0 (#20)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [plugins/s3](https://github.com/drone-plugins/drone-s3) | minor | `1.3.1` -> `1.5.0` | --- ### Release Notes <details> <summary>drone-plugins/drone-s3 (plugins/s3)</summary> ### [`v1.5.0`](https://github.com/drone-plugins/drone-s3/releases/tag/v1.5.0) [Compare Source](https://github.com/drone-plugins/drone-s3/compare/v1.4.3...v1.5.0) #### What's Changed - Update git-secret in release binary step in .drone.yml by [@​Ompragash](https://github.com/Ompragash) in https://github.com/drone-plugins/drone-s3/pull/175 - feat: \[CI-14214] : Added PLUGIN_USER_ROLE_EXTERNAL_ID to pass external ID for the secondary role when required. by [@​DevanshMathur19](https://github.com/DevanshMathur19) in https://github.com/drone-plugins/drone-s3/pull/174 **Full Changelog**: https://github.com/drone-plugins/drone-s3/compare/v1.4.3...v1.5.0 ### [`v1.4.3`](https://github.com/drone-plugins/drone-s3/releases/tag/v1.4.3) [Compare Source](https://github.com/drone-plugins/drone-s3/compare/v1.4.2...v1.4.3) #### What's Changed - Added support for windows-1809-amd64 back in manifest.tmpl by [@​Ompragash](https://github.com/Ompragash) in https://github.com/drone-plugins/drone-s3/pull/173 **Full Changelog**: https://github.com/drone-plugins/drone-s3/compare/v1.4.2...v1.4.3 ### [`v1.4.2`](https://github.com/drone-plugins/drone-s3/releases/tag/v1.4.2) [Compare Source](https://github.com/drone-plugins/drone-s3/compare/v1.4.1...v1.4.2) #### What's Changed - feat: \[CI-14214]: Add PLUGIN_USER_ROLE_EXTERNAL_ID to pass external ID for the secondary role when required by [@​Ompragash](https://github.com/Ompragash) in https://github.com/drone-plugins/drone-s3/pull/167 - Update plugin.go by [@​Ompragash](https://github.com/Ompragash) in https://github.com/drone-plugins/drone-s3/pull/172 **Full Changelog**: https://github.com/drone-plugins/drone-s3/compare/v1.4.1...v1.4.2 ### [`v1.4.1`](https://github.com/drone-plugins/drone-s3/releases/tag/v1.4.1) [Compare Source](https://github.com/drone-plugins/drone-s3/compare/v1.4.0...v1.4.1) #### What's Changed - fix: \[CI-14134]: fix cross account access by [@​abhay084](https://github.com/abhay084) in https://github.com/drone-plugins/drone-s3/pull/168 - Update manifest.tmpl by [@​Ompragash](https://github.com/Ompragash) in https://github.com/drone-plugins/drone-s3/pull/170 **Full Changelog**: https://github.com/drone-plugins/drone-s3/compare/v1.4.0...v1.4.1 ### [`v1.4.0`](https://github.com/drone-plugins/drone-s3/releases/tag/v1.4.0) [Compare Source](https://github.com/drone-plugins/drone-s3/compare/v1.3.2...v1.4.0) #### What's Changed - feat: \[CI-10849]: add git-leaks support by [@​abhay084](https://github.com/abhay084) in https://github.com/drone-plugins/drone-s3/pull/152 - fix(deps): update module golang.org/x/sync to v0.7.0 by [@​renovate](https://github.com/renovate) in https://github.com/drone-plugins/drone-s3/pull/153 - fix: \[CI-13178]: Upgraded go with minor version to 1.22.4 by [@​rahkumar56](https://github.com/rahkumar56) in https://github.com/drone-plugins/drone-s3/pull/157 **Full Changelog**: https://github.com/drone-plugins/drone-s3/compare/v1.3.2...v1.4.0 ### [`v1.3.2`](https://github.com/drone-plugins/drone-s3/releases/tag/v1.3.2) [Compare Source](https://github.com/drone-plugins/drone-s3/compare/v1.3.1...v1.3.2) #### What's Changed - Added PLUGIN_OIDC_TOKEN_ID support by [@​Ompragash](https://github.com/Ompragash) in https://github.com/drone-plugins/drone-s3/pull/154 #### New Contributors - [@​Ompragash](https://github.com/Ompragash) made their first contribution in https://github.com/drone-plugins/drone-s3/pull/154 **Full Changelog**: https://github.com/drone-plugins/drone-s3/compare/v1.3.1...v1.3.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4zIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: devxy/build-binaries#20 Co-authored-by: automation-bot <no-reply@devxy.io> Co-committed-by: automation-bot <no-reply@devxy.io>
This commit is contained in:
parent
442691c43b
commit
d17f2cdb46
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ steps:
|
|||
effect: 'NoSchedule'
|
||||
|
||||
s3-sync:
|
||||
image: plugins/s3:1.3.1
|
||||
image: plugins/s3:1.5.0
|
||||
directory: docs
|
||||
settings:
|
||||
bucket: devxy-r-package-binaries-docs
|
||||
|
|
|
|||
Loading…
Reference in a new issue