mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add missing changelog entries for the work done in #64113
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
2e3f98a95c
commit
dbc2158646
2 changed files with 3 additions and 0 deletions
1
changelog/64111.fixed.md
Normal file
1
changelog/64111.fixed.md
Normal 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
2
changelog/64113.fixed.md
Normal 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.
|
Loading…
Add table
Reference in a new issue