Skip to content

Releases: cdalvaro/docker-salt-master

3006.1_1

23 May 17:44
Compare
Choose a tag to compare

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

07 May 21:00
9fbebb7
Compare
Choose a tag to compare

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 to 3006.1 Sulfur.
  • Change Docker base image to ubuntu:jammy-20230425.
docker pull ghcr.io/cdalvaro/docker-salt-master:3006.1

3006.0

20 Apr 20:20
Compare
Choose a tag to compare

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 to 3006.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

11 Nov 05:59
5c40635
Compare
Choose a tag to compare

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

10 Nov 13:26
e69ca3b
Compare
Choose a tag to compare

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

10 Nov 17:35
e9db02a
Compare
Choose a tag to compare

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 to 3005.1-2 Phosphorus
docker pull ghcr.io/cdalvaro/docker-salt-master:3005.1-2

3005.1_1

02 Nov 21:24
c556e06
Compare
Choose a tag to compare

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 to SALT_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

04 Oct 21:18
1702c7d
Compare
Choose a tag to compare

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 to 3005.1 Phosphorus
  • Upgrade salt-bootstrap to version 2022.10.04
  • Change Docker base image to ubuntu:jammy-20220815
docker pull ghcr.io/cdalvaro/docker-salt-master:3005.1

3005_1

21 Sep 18:00
cfcefc4
Compare
Choose a tag to compare

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
    variable SALT_API_USER_PASS_FILE.
    • Note: Has priority over SALT_API_USER_PASS.
docker pull ghcr.io/cdalvaro/docker-salt-master:3005_1

3005

25 Aug 16:48
92d4d36
Compare
Choose a tag to compare

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 to 3005 Phosphorus
  • Upgrade salt-bootstrap to version 2022.08.13
  • Change Docker base image to ubuntu:jammy-20220801
  • Use python3 default distro version
  • Install python3-pygit2 version 1.6.1 from Ubuntu repositories
  • Remove USERMAP_UID and USERMAP_GID env variables in favor of PUID and PGID, respectively.
docker pull ghcr.io/cdalvaro/docker-salt-master:3005