fix(reload-config): Kill all salt-master instances

This commit is contained in:
Carlos Álvaro
2021-12-24 19:38:33 +01:00
parent 66d7c9f2b2
commit 29fad72cdf
4 changed files with 10 additions and 4 deletions

View File

@@ -4,6 +4,10 @@ This file only reflects the changes that are made in this image.
Please refer to the [Salt 3004 Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3004.html)
for the list of changes in SaltStack.
**3004_4**
- Fix an issue restarting `salt-master` processes with `supervisorctl` when reloading config.
**3004_3**
- Deprecate `USERMAP_UID` env variable in favor of `PUID`.