Releases: cdalvaro/docker-salt-master
3006.9
The following changes are only related with the Docker image.
Please refer to the Salt 3006.9 Release Notes for the full list of changes.
What's Changed
- This is a LTS release supporting
salt 3006.9
. It includes all changes untildocker-salt-master:3007.1_6
release.
docker pull ghcr.io/cdalvaro/docker-salt-master:3006.9
3007.1_6
The following changes are only related with the Docker image.
Please refer to the Salt 3007.1 Release Notes for the full list of changes.
What's Changed
- When
SALT_CONFS_DIR
is set to something different than the default value,/home/salt/data/config
. A symlink is created pointing fromSALT_CONFS_DIR
to/home/salt/data/config
. This is done to simplify the configuration files allowing to use the same configuration files in different containers. (#272)
Changes comparison: 3007.1_5...3007.1_6
docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1_6
3007.1_5
The following changes are only related with the Docker image.
Please refer to the Salt 3007.1 Release Notes for the full list of changes.
What's Changed
- Fixes an issue that prevents config-reload from working properly #270
Changes comparison: 3007.1_4...3007.1_5
docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1_5
3007.1_4
The following changes are only related with the Docker image.
Please refer to the Salt 3007.1 Release Notes for the full list of changes.
What's Changed
Changes comparison: 3007.1_3...3007.1_4
docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1_4
3007.1_3
The following changes are only related with the Docker image.
Please refer to the Salt 3007.1 Release Notes for the full list of changes.
What's Changed
Warning
This release removes the keys
and logs
volumes from the Dockerfile, meaning these directories will be deleted when the container is removed, if they are not mounted from the host.
docker run --name salt_master --detach \
--publish 4505:4505 --publish 4506:4506 \
--env 'SALT_LOG_LEVEL=info' \
--volume $(pwd)/roots/:/home/salt/data/srv/ \
--volume $(pwd)/keys/:/home/salt/data/keys/ \
--volume $(pwd)/logs/:/home/salt/data/logs/ \
ghcr.io/cdalvaro/docker-salt-master:3007.1_3
Changes comparison: 3007.1_2...3007.1_3
docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1_3
3007.1_2
The following changes are only related with the Docker image.
Please refer to the Salt 3007.1 Release Notes for the full list of changes.
What's Changed
- Revert default
salt
's userPUID
andPGID
values to1000
. Now theubuntu
user is deleted beforesalt
user creation. (ee34c89) - Fixes an issue setting permissions for master keys under some platforms [#245]. (69a0f69)
- Change Docker base image to
ubuntu:noble-20240530
. (9eaa34e)
Changes comparison: 3007.1_1...3007.1_2
docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1_2
3007.1_1
The following changes are only related with the Docker image.
Please refer to the Salt 3007.1 Release Notes for the full list of changes.
What's Changed
- fix: Change salt user UID to 1001 to avoid collisions with default ubuntu user. (a04bb62)
Changes comparison: 3007.1...3007.1_1
docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1_1
3007.1
The following changes are only related with the Docker image.
Please refer to the Salt 3007.1 Release Notes for the full list of changes.
What's Changed
- Upgrade
salt-master
to3007.1
Chlorine. (a9e6b01) - Change Docker base image to
ubuntu:noble-20240429
. (c2b722f) - fix: Run
salt-master
andsalt-api
services asroot
. (b26819f)
Changes comparison: 3007.0_2...3007.1
docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1
3007.0_2
The following changes are only related with the Docker image.
Please refer to the Salt 3007.0 Release Notes for the full list of changes.
What's Changed
- Add support for built-in
salt-minion
service.
It can be enabled by setting theSALT_MINION_ENABLED
environment variable totrue
. - ❗️ Breaking change: Rename
SALT_API_SERVICE_ENABLED
toSALT_API_ENABLED
.
SALT_API_SERVICE_ENABLED
is still supported for backward compatibility but support will be removed starting from Salt3007.2
.
More info in PR #239
Changes comparison: 3007.0_1...3007.0_2
docker pull ghcr.io/cdalvaro/docker-salt-master:3007.0_2
3007.0_1
The following changes are only related with the Docker image.
Please refer to the Salt 3007.0 Release Notes for the full list of changes.
What's Changed
- Add support for installing Python extra packages (#234 for more details).
Changes comparison: 3007.0...3007.0_1
docker pull ghcr.io/cdalvaro/docker-salt-master:3007.0_1