Merge "Add release note for broken trusted config loading fix"

This commit is contained in:
Zuul 2019-04-16 02:29:31 +00:00 committed by Gerrit Code Review
commit dc9347c122
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
security:
- |
Fixed a bug where config (trusted) layout updates could be used
pre-merge as a dynamically loaded layout. This could happen if Zuul
was running with config errors that originated from outside of
the config (trusted) repo. A logic error allowed code to fall
through and return the trusted layout in this case.
Users should upgrade.