New Salt Releases: 3007.12 and 3006.20 are out! 🎉
Easily test and manage your Salt setups in a clean Docker container.
github.com/cdalvaro/doc...
Built for the community. Maintained with ❤️ by @cdalvaro
#SaltProject #SaltStack #DevOps #Docker #Containers #SaltAPI #Automation #IoT #Puppet
:saltstack: :docker: New Salt Releases: 3007.12 and 3006.20 are out! 🎉
Easily test and manage your Salt setups in a clean Docker container:
docker pull ghcr.io/cdalvaro/docker-salt-master:latest
🔧 Includes Salt API, production-ready config & more.
📚 Docs & usage examples.
💬 Feedback and PRs […]
🐳🧂 New Salt Releases: 3007.8 and 3006.16 are out! 🎉
Easily test and manage your Salt setups in a clean Docker container:
docker pull ghcr.io/cdalvaro/docker-salt-master:3007.8
🔧 Includes Salt API, production-ready config & more.
📚 Docs & usage examples.
💬 Feedback and PRs are welcome! […]
New Bugfix Releases from Salt Project:
Salt v3006.14 LTS and v3007.10 STS are available!
saltproject.io/blog/2025-07-10-new-rele...
#SaltProject #SaltStack
New Security Releases from Salt Project:
Salt v3006.12 LTS and v3007.4 STS are available!
saltproject.io/security-announcements/2...
#SaltStack #SaltProject
In the Salt Project Community open hour this month, the team talked about the recent Salt 3007.2 STS release, the in-progress work to upgrade current Salt releases to use Python 3.11.x in relenv, and more!
https://saltproject.io/blog/2025-05-15-open-hour/
#SaltProject #SaltStack
New Release from Salt Project:
Salt v3007.2 STS is available!
saltproject.io/blog/2025-05-14-new-rele...
#SaltProject #SaltStack
🐳🧂 New Release: Salt Chlorine v3007.2 is out! 🎉
Easily test and manage your Salt setups in a clean Docker container:
docker pull ghcr.io/cdalvaro/docker-salt-master:3007.2
🔧 Includes Salt API, production-ready config & more.
📚 Docs & usage examples […]
In the Salt Project Community Open Hour this month, the team talked about David Murphy retiring, revival of the Salt Project MacOS Working Group, and more.
https://saltproject.io/blog/2025-04-17-open-hour/
#SaltProject #SaltStack
A Letter from David Murphy: Retiring from Tech
Serious thanks, to David, for all the work over the years in making Salt awesome and being a hero in the community!
saltproject.io/blog/2025-04-02-david-mu...
#SaltProject #SaltStack
Anytime anyone needs an audit of compliance, just run #Salt !
Done in seconds!
Plus I can make custom compliance-checkers in #Python, masquerading as custom states!
#SaltStack #SaltProject
Salt Project posted notes from the March 20th, 2025 Open Hour call.
In this month’s open hour, we talked about the completion of Salt Project CI work, the recent release of Salt v3006.10 LTS, and more!
https://saltproject.io/blog/2025-03-26-open-hour/
#SaltProject #SaltStack
For example
```
Required Packages:
pkg.installed:
- pkgs:
{% for pkg in req_pkgs -%}
- {{pkg}}
{% endfor %}
```
Makes for tight,
easy to read,
easy to maintain,
powerful formulae.
#Salt #SaltStack #SaltProject
In #Ansible
The YAML is parsed first,
Then the Jinja2 is templated.
In #SaltStack
The Jinja2 gets templated first,
The the YAML is parsed.
I found #SaltProject 's approach to be
MUCH easier to reason about.
Also,
allows for dynamic building of YAML lists
Without needing special filters.
Upgrading #SaltStack minions remotely is an exercise in nail-biting 😅
It *does* work, but I wouldn't ever think of upgrading ALL the minions in one go. It's just too much of an anxiety for me 😂
#SaltProject
New Release from Salt Project:
Salt v3006.10 LTS is available!
saltproject.io/blog/2025-03-19-new-rele...
#SaltProject #SaltStack