feat: Use PUID and PGID for mapping host's user

This commit is contained in:
Carlos Álvaro
2021-12-19 19:09:07 +01:00
parent 12a8f3fc94
commit d3b2740b28
5 changed files with 67 additions and 17 deletions

View File

@@ -4,6 +4,13 @@ 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_3**
- Deprecate `USERMAP_UID` env variable in favor of `PUID`.
- Deprecate `USERMAP_GID` env variable in favor of `PGID`.
Support for the `USERMAP_UID` and `USERMAP_GID` env variables will be removed with Salt 3005.
**3004_2**
- Support for automatically restart `salt-master` after config changes