summaryrefslogtreecommitdiff
path: root/releasenotes/notes/config-cache-regression-471cd339965b247e.yaml
blob: d8148d4f8941b350c01f0cafaa577cfef14f3b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
upgrade:
  - |
    An error was found in a change related to Zuul's internal
    configuration cache which could cause Zuul to use cached in-repo
    configuration files which no longer exist.  If a ``zuul.yaml`` (or
    ``zuul.d/*`` or any related variant) file was deleted or renamed,
    Zuul would honor that change immediately, but would attempt to
    load both the old and new contents from its cache upon the next
    restart.

    This error was introduced in version 4.8.0.

    If upgrading from 4.8.0, run ``zuul-scheduler full-reconfigure``
    in order to correctly update the cache.