Releases: saltstack/pytest-salt-factories
Releases · saltstack/pytest-salt-factories
1.0.5 (2025-07-08)
- Fix compatibility with Pytest 8.4+
1.0.4 (2024-10-22)
- Reverting requirements in base.txt to those of 1.0.1
1.0.3 (2024-10-21)
- Remove support for DSA
1.0.2 (2024-10-21)
- Updated requirements and actions
- Limit to Python 3.10, since that is the only version supported for currently supported Salt onedir architecture
- Adjusted requirements versions for various dependencies
- Updated GitHub Actions for recent EOL of Python 3.7 and 3.8, using Salt 3006.9 and 3007.1, also use of psutil.AccessDenied
1.0.1
1.0.0
1.0.0 (2024-3-21)
Improvements
- The SSHD daemon implementation now has a get_host_keys method which returns the host keys that can then be written to a known_hosts file. (#176)
Trivial/Internal Changes
- CI pipeline changes:
- Stop testing against Pytest 8.0.0rc2 and instead test against 8.0.x
- Stop testing against Salt 3005.x
- Add Salt 3007.x to the versions to test
- Stop testing against Pytest 7.3.x and add 8.1.x to the list of versions to test (#177)
1.0.0rc29
1.0.0rc28
1.0.0rc28 (2023-11-25)
Features
- Added a containarized salt master class implementation,
SaltMaster(#169)
Improvements
- Switch to testing against Salt 3006.x instead of 3005.x (#169)
Bug Fixes
- The
Container._pull_containercallback now properly registers on theSaltMinionand theSaltMasterclasses whenpull_before_startis True (#168)
Improved Documentation
- Fix the readthedocs builds due to https://blog.readthedocs.com/migrate-configuration-v2/ (#169)
1.0.0rc27
1.0.0rc26
1.0.0rc26 (2023-09-20)
Bug Fixes
- Check if path exists before running additional checks on the
temp_directorycontext manager. (#160) - The
containerimplementation is now sensible to theexitedstate when starting containers. (#165)
Improved Documentation
- Updated documentation for SaltEnv temp_file and added an example usage (#163)