summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2021-08-10 17:16:35 -0700
committerJames E. Blair <jim@acmegating.com>2022-05-16 16:28:01 -0700
commitcca5c92dd65523dfd31e130ba687444606f85a60 (patch)
treee0a0c663d1aba5b76939f8df224c6332d20a9566 /releasenotes
parent2f8e64b9e2f5d49a3b4778a469c868b190a88107 (diff)
downloadzuul-cca5c92dd65523dfd31e130ba687444606f85a60.tar.gz
Add include- and exclude-branches tenant config options
This allows operators to filter the set of branches from which Zuul loads configuration. They are similar to exclude-unprotected-branches but apply to all drivers. Change-Id: I8201b3a19efb266298decb4851430b7205e855a1
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/include-branches-493b6bb04414341b.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/include-branches-493b6bb04414341b.yaml b/releasenotes/notes/include-branches-493b6bb04414341b.yaml
new file mode 100644
index 000000000..1121c991b
--- /dev/null
+++ b/releasenotes/notes/include-branches-493b6bb04414341b.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - |
+ Added new tenant project configuration options
+ attr:`tenant.untrusted-projects.<project>.include-branches` and
+ attr:`tenant.untrusted-projects.<project>.exclude-branches`.
+ Similar to *exclude-unprotected-branches*, these may be used to
+ reduce the set of branches from which Zuul will load
+ configuration.