From 34f4f81eab63ed8e8b7e904203bfe8fbe8c7177c Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 5 Sep 2024 19:24:02 +0200 Subject: [PATCH] Better migration wording in docs for remove of all default privileged plugins (#4088) --- docs/docs/91-migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/91-migrations.md b/docs/docs/91-migrations.md index c001d9548..a42c259d5 100644 --- a/docs/docs/91-migrations.md +++ b/docs/docs/91-migrations.md @@ -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