1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Fix extension flag names (#6329)

This commit is contained in:
qwerty287
2026-03-26 12:45:40 +01:00
committed by GitHub
parent 26a01ec229
commit 3c5b24443b
4 changed files with 11 additions and 6 deletions
+4
View File
@@ -18,6 +18,10 @@ To enhance the usability of Woodpecker and meet evolving security standards, occ
Extension HTTP calls (as of now the configuration extension) will by default only be allowed to contact external hosts. Set `WOODPECKER_EXTENSIONS_ALLOWED_HOSTS` accordingly to allow additional hosts as needed.
### Internal changes
- Renamed the server flag `config-service-endpoint` to `config-extension-endpoint`
## 3.0.0
### User-facing migrations