From 28a549137b969bde6de53599c70fc4568a3be756 Mon Sep 17 00:00:00 2001 From: Anbraten <6918444+anbraten@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:03:20 +0200 Subject: [PATCH] Correct migrations text (#4089) --- 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 a42c259d5..14de249d8 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` -- 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)). +- All default privileged plugins (like `woodpeckerci/plugin-docker-buildx`) were removed. Please carefully [re-add those plugins](./30-administration/10-server-config.md#woodpecker_plugins_privileged) you trust and rely on. - `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