Add missing changelog entries for the work done in #64113

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-04-28 06:32:20 +01:00 committed by Megan Wilhite
parent 2e3f98a95c
commit dbc2158646
2 changed files with 3 additions and 0 deletions

1
changelog/64111.fixed.md Normal file
View file

@ -0,0 +1 @@
Disable class level caching of the file client on `SaltCacheLoader` and properly use context managers to take care of initialization and termination of the file client.

2
changelog/64113.fixed.md Normal file
View file

@ -0,0 +1,2 @@
Fixed several file client uses which were not properly terminating it by switching to using it as a context manager
whenever possible or making sure `.destroy()` was called when using a context manager was not possible.