From 6feab0093fb68a8222e9f01271b2ef8283fde101 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 2 Sep 2024 09:13:49 +0200 Subject: [PATCH] fix docs misspell nit --- 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 2cc396303..f111ea4a4 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` - `WOODPECKER_DEFAULT_CLONE_IMAGE` got depricated use `WOODPECKER_DEFAULT_CLONE_PLUGIN` -- Check trusted-clone- and priviledged-plugins by image name and tag (if tag is set) +- Check trusted-clone- and privileged-plugins by image name and tag (if tag is set) - Remove `plugins/docker`, `plugins/gcr` and `plugins/ecr` from the default list of privileged plugins ([modify the list via config if needed](./30-administration/10-server-config.md#woodpecker_escalate)). - Secret filters for plugins now check against tag if specified - Removed `WOODPECKER_DEV_OAUTH_HOST` and `WOODPECKER_DEV_GITEA_OAUTH_URL` use `WOODPECKER_EXPERT_FORGE_OAUTH_HOST`