Add release note about config memory improvements

This change is significant and we should let people know that if they
have been restricting the use of dynamic config changes based on
memory consumption, that is no longer necessary.

Change-Id: I15c2ff5d46a98148dafa05daef6cd0148cbbd41b
This commit is contained in:
James E. Blair 2018-04-30 14:34:46 -07:00
parent 2f37f9ed62
commit 9312475836
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
fixes:
- |
Configuration loading for dynamic configuration changes (i.e.,
changes to ``zuul.yaml`` files) is now significantly more CPU and
memory efficient, incurring only a slight penalty compared to
normal changes.