Skip to content

Releases: cdalvaro/docker-salt-master

3006.9

01 Nov 09:39
1bd960d
Compare
Choose a tag to compare

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

docker pull ghcr.io/cdalvaro/docker-salt-master:3006.9

3007.1_6

29 Oct 19:48
Compare
Choose a tag to compare

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

27 Oct 16:32
627c729
Compare
Choose a tag to compare

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

25 Oct 16:33
Compare
Choose a tag to compare

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

08 Oct 17:48
Compare
Choose a tag to compare

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

20 Jun 04:34
Compare
Choose a tag to compare

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 user PUID and PGID values to 1000. Now the ubuntu user is deleted before salt 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

01 Jun 09:22
Compare
Choose a tag to compare

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

23 May 10:30
Compare
Choose a tag to compare

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 to 3007.1 Chlorine. (a9e6b01)
  • Change Docker base image to ubuntu:noble-20240429. (c2b722f)
  • fix: Run salt-master and salt-api services as root. (b26819f)

Changes comparison: 3007.0_2...3007.1

docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1

3007.0_2

20 Mar 16:04
Compare
Choose a tag to compare

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 the SALT_MINION_ENABLED environment variable to true.
  • ❗️ Breaking change: Rename SALT_API_SERVICE_ENABLED to SALT_API_ENABLED.
    SALT_API_SERVICE_ENABLED is still supported for backward compatibility but support will be removed starting from Salt 3007.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

08 Mar 20:05
Compare
Choose a tag to compare

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