Better migration wording in docs for remove of all default privileged plugins (#4088)

This commit is contained in:
6543 2024-09-05 19:24:02 +02:00 committed by GitHub
parent 116ce27524
commit 34f4f81eab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ Some versions need some changes to the server configuration or the pipeline conf
## `next`
- Rename server environment variable `WOODPECKER_ESCALATE` to `WOODPECKER_PLUGINS_PRIVILEGED`
- Remove all default privileged plugins ([re-add plugins to the list via config if needed](./30-administration/10-server-config.md#woodpecker_plugins_privileged)).
- All default privileged plugins (like `woodpeckerci/plugin-docker-buildx`) where removed, ([re-add plugins to the list via config if needed](./30-administration/10-server-config.md#woodpecker_plugins_privileged)).
- `WOODPECKER_DEFAULT_CLONE_IMAGE` got depricated use `WOODPECKER_DEFAULT_CLONE_PLUGIN`
- Check trusted-clone- and privileged-plugins by image name and tag (if tag is set)
- Secret filters for plugins now check against tag if specified