Add a release notes for cache cleanup fix

We want to do a release and should have a release note for it. Add a
note about the cache cleanup fix.

Change-Id: Iae70c7a08108940c724609e324a83d91533f4bcf
This commit is contained in:
Clark Boylan
2021-10-08 13:39:04 -07:00
committed by James E. Blair
parent 96c61208a0
commit 79260670d3

View File

@@ -0,0 +1,7 @@
---
fixes:
- |
Fix a bug in the cleanup routine for the new Zookeeper based change
cache. Previously this caused the change cache to leak entries. Note
the fixed routine will clean up the leaked entries automatically once
Zuul is restarted on this new version.