[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
woodpecker-ci/woodpecker (woodpeckerci/woodpecker-server)
### [`v2.7.3`](https://redirect.github.com/woodpecker-ci/woodpecker/releases/tag/v2.7.3): 2.7.3
[Compare Source](https://redirect.github.com/woodpecker-ci/woodpecker/compare/v2.7.2...v2.7.3)
##### Changelog
##### [2.7.3](https://redirect.github.com/woodpecker-ci/woodpecker/releases/tag/v2.7.2) - 2024-11-05
##### Important
To secure your instance, set `WOODPECKER_PLUGINS_PRIVILEGED` to only allow specific versions of the `woodpeckerci/plugin-docker-buildx` plugin, use version 5.0.0 or above. This prevents older, potentially unstable versions from being privileged.
For example, to allow only version 5.0.0, use:
```bash
WOODPECKER_PLUGINS_PRIVILEGED=woodpeckerci/plugin-docker-buildx:5.0.0
```
To allow multiple versions, you can separate them with commas:
```bash
WOODPECKER_PLUGINS_PRIVILEGED=woodpeckerci/plugin-docker-buildx:5.0.0,woodpeckerci/plugin-docker-buildx:5.1.0
```
This setup ensures only specified, stable plugin versions are given privileged access.
Read more about it in [#4213](https://redirect.github.com/woodpecker-ci/woodpecker/pull/4213)
##### ❤️ Thanks to all contributors! ❤️
[@anbraten](https://redirect.github.com/anbraten)
##### 🐛 Bug Fixes
- Upgrade vue-i18n \[[#4298](https://redirect.github.com/woodpecker-ci/woodpecker/pull/4298)]
##### Misc
- Bump release plugin \[[#4311](https://redirect.github.com/woodpecker-ci/woodpecker/pull/4311)]
- Use release-helper for release/\* branches \[[#4300](https://redirect.github.com/woodpecker-ci/woodpecker/pull/4300)]
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, check this box
This PR contains the following updates:
v2.7.2
->v2.7.3
Release Notes
woodpecker-ci/woodpecker (woodpeckerci/woodpecker-server)
### [`v2.7.3`](https://redirect.github.com/woodpecker-ci/woodpecker/releases/tag/v2.7.3): 2.7.3 [Compare Source](https://redirect.github.com/woodpecker-ci/woodpecker/compare/v2.7.2...v2.7.3) ##### Changelog ##### [2.7.3](https://redirect.github.com/woodpecker-ci/woodpecker/releases/tag/v2.7.2) - 2024-11-05 ##### Important To secure your instance, set `WOODPECKER_PLUGINS_PRIVILEGED` to only allow specific versions of the `woodpeckerci/plugin-docker-buildx` plugin, use version 5.0.0 or above. This prevents older, potentially unstable versions from being privileged. For example, to allow only version 5.0.0, use: ```bash WOODPECKER_PLUGINS_PRIVILEGED=woodpeckerci/plugin-docker-buildx:5.0.0 ``` To allow multiple versions, you can separate them with commas: ```bash WOODPECKER_PLUGINS_PRIVILEGED=woodpeckerci/plugin-docker-buildx:5.0.0,woodpeckerci/plugin-docker-buildx:5.1.0 ``` This setup ensures only specified, stable plugin versions are given privileged access. Read more about it in [#4213](https://redirect.github.com/woodpecker-ci/woodpecker/pull/4213) ##### ❤️ Thanks to all contributors! ❤️ [@anbraten](https://redirect.github.com/anbraten) ##### 🐛 Bug Fixes - Upgrade vue-i18n \[[#4298](https://redirect.github.com/woodpecker-ci/woodpecker/pull/4298)] ##### Misc - Bump release plugin \[[#4311](https://redirect.github.com/woodpecker-ci/woodpecker/pull/4311)] - Use release-helper for release/\* branches \[[#4300](https://redirect.github.com/woodpecker-ci/woodpecker/pull/4300)]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.
This PR was generated by Mend Renovate. View the repository job log.