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>
59 lines
No EOL
1.3 KiB
YAML
59 lines
No EOL
1.3 KiB
YAML
when:
|
|
- event: manual
|
|
evaluate: 'task == "docs"'
|
|
- event: cron
|
|
cron: 'build == "alpine-320-arm64"'
|
|
- event: manual
|
|
evaluate: 'build == "all-arm64"'
|
|
|
|
steps:
|
|
quarto-build:
|
|
image: ghcr.io/quarto-dev/quarto:1.7.7
|
|
directory: docs
|
|
commands:
|
|
- quarto render
|
|
backend_options:
|
|
kubernetes:
|
|
resources:
|
|
requests:
|
|
memory: 1Gi
|
|
cpu: 1000m
|
|
limits:
|
|
memory: 2Gi
|
|
cpu: 1000m
|
|
nodeSelector:
|
|
kubernetes.io/arch: amd64
|
|
tolerations:
|
|
- key: 'CI'
|
|
operator: 'Equal'
|
|
value: 'true'
|
|
effect: 'NoSchedule'
|
|
|
|
s3-sync:
|
|
image: plugins/s3:1.5.0
|
|
directory: docs
|
|
settings:
|
|
bucket: devxy-r-package-binaries-docs
|
|
region: fsn1
|
|
endpoint: https://fsn1.your-objectstorage.com
|
|
access_key:
|
|
from_secret: HETZNER_S3_ACCESS_KEY_K3S
|
|
secret_key:
|
|
from_secret: HETZNER_S3_SECRET_KEY_K3S
|
|
source: _site/**/*
|
|
strip_prefix: _site/
|
|
target: /
|
|
backend_options:
|
|
kubernetes:
|
|
resources:
|
|
requests:
|
|
memory: 300Mi
|
|
cpu: 200m
|
|
limits:
|
|
memory: 1Gi
|
|
cpu: 1000m
|
|
tolerations:
|
|
- key: 'CI'
|
|
operator: 'Equal'
|
|
value: 'true'
|
|
effect: 'NoSchedule' |