Releases: cdalvaro/docker-salt-master
3006.1_1
The following changes are only related with the docker image.
Please refer to the Salt 3006.1 Release Notes for the full list of changes.
- Stream
salt-master
output to stdout and stderr. - Do not capture
salt-api
output with supervisord. - Add
.log
extension to master and api log files. - Change stop signal for master and api processes to
TERM
.
docker pull ghcr.io/cdalvaro/docker-salt-master:3006.1_1
3006.1
The following changes are only related with the docker image.
Please refer to the Salt 3006.1 Sulfur Release Notes for the full list of changes.
- Upgrade
salt-master
to3006.1
Sulfur. - Change Docker base image to
ubuntu:jammy-20230425
.
docker pull ghcr.io/cdalvaro/docker-salt-master:3006.1
3006.0
The following changes are only related with the docker image.
Please refer to the Salt 3006.0 Sulfur Release Notes for the full list of changes.
- Upgrade
salt-master
to3006.0
Sulfur. - Change Docker base image to
ubuntu:jammy-20230308
. - Use onedir system for installing salt.
- Remove support for arm32 architecture.
docker pull ghcr.io/cdalvaro/docker-salt-master:3006.0
3005.1-2_1
The following changes are only related with the docker image.
Please refer to the Salt 3005.1 Release Notes for the full list of changes.
- Fix: check GPG env variables before exiting if
gpgkeys
directory is empty.
docker pull ghcr.io/cdalvaro/docker-salt-master:3005.1-2_1
3005.1_2
The following changes are only related with the docker image.
Please refer to the Salt 3005.1 Release Notes for the full list of changes.
- Add support for GPG keys.
- Ensure
salt-minion
is not installed. - Remove
GitPython
documentation, since it has some
using warnings. - Add Development section to README.md.
- CI(tests): Install
salt-minion
for integration tests. - CI(tests): Improve log support.
- CI(tests): Always run tests.
- CI: Always perform cleanup tasks.
- CI: Improve build times.
docker pull ghcr.io/cdalvaro/docker-salt-master:3005.1_2
3005.1-2
The following changes are only related with the docker image.
Please refer to the Salt 3005.1 Release Notes for the full list of changes.
- Upgrade
salt-master
to3005.1-2
Phosphorus
docker pull ghcr.io/cdalvaro/docker-salt-master:3005.1-2
3005.1_1
The following changes are only related with the docker image.
Please refer to the Salt 3005.1 Release Notes for the full list of changes.
- If
SALT_LEVEL_LOGFILE
is not defined, then fallback toSALT_LOG_LEVEL
. - Do not create automatically mount points for the following paths:
/home/salt/data/3pfs
/home/salt/data/config
/home/salt/data/srv
- This avoids creating unnecessary volumes.
- Change Docker base image to
ubuntu:jammy-20221101
.
docker pull ghcr.io/cdalvaro/docker-salt-master:3005.1_1
3005.1
The following changes are only related with the docker image.
Please refer to the Salt 3005.1 Release Notes for the full list of changes.
- Upgrade
salt-master
to3005.1
Phosphorus - Upgrade
salt-bootstrap
to version2022.10.04
- Change Docker base image to
ubuntu:jammy-20220815
docker pull ghcr.io/cdalvaro/docker-salt-master:3005.1
3005_1
The following changes are only related with the docker image.
Please refer to the Salt 3005 Release Notes for the full list of changes.
- Add support for setting the
salt-master
keys via Docker secrets using the environment variables:SALT_MASTER_KEY_FILE
: The path to the master-key-pair {pem,pub} files without suffixes.SALT_MASTER_SIGN_KEY_FILE
: The path to the signing-key-pair {pem,pub} without suffixes.SALT_MASTER_PUBKEY_SIGNATURE_FILE
: The path of the salt-master public key file with the pre-calculated
signature.
- Add support for setting the
salt-api
user's password via Docker secrets using the environment
variableSALT_API_USER_PASS_FILE
.- Note: Has priority over
SALT_API_USER_PASS
.
- Note: Has priority over
docker pull ghcr.io/cdalvaro/docker-salt-master:3005_1
3005
The following changes are only related with the docker image.
Please refer to the Salt 3005 Release Notes for the full list of changes.
- Upgrade
salt-master
to3005
Phosphorus - Upgrade
salt-bootstrap
to version2022.08.13
- Change Docker base image to
ubuntu:jammy-20220801
- Use
python3
default distro version - Install
python3-pygit2
version1.6.1
from Ubuntu repositories - Remove
USERMAP_UID
andUSERMAP_GID
env variables in favor ofPUID
andPGID
, respectively.
docker pull ghcr.io/cdalvaro/docker-salt-master:3005