Releases: saltstack/pytest-salt-factories
Releases · saltstack/pytest-salt-factories
1.0.0rc14
1.0.0rc14 (2022-04-06)
Bug Fixes
- Fixed container tests not passing on macOS (#114)
Trivial/Internal Changes
- Pin click on the black pre-commit hooks (#115)
1.0.0rc12
1.0.0rc12 (2022-03-27)
Bug Fixes
- Catch
APIError
when removing containers (#112)
1.0.0rc11
1.0.0rc11 (2022-03-22)
Improvements
- Provide a
SECURITY.md
file for the project (#67)
- It's no longer necessary to pass a docker client instance as
docker_client
when using containers. (#111)
1.0.0rc10
1.0.0rc10 (2022-03-21)
Improvements
- The docker container daemon now pulls the image by default prior to starting it. (#109)
Bug Fixes
- Provide backwards compatibility imports for the old factory exceptions, now in pytest-shell-utilities (#108)
- Base classes for the
SaltDaemon
containers order is now fixed. (`#110)
1.0.0rc9
1.0.0rc9 (2022-03-20)
Improvements
- Use old-style Salt entrypoints for improved backwards compatibility. (#98)
1.0.0rc8
1.0.0rc8 (2022-03-12)
Bug Fixes
- Instead of just removing
saltfactories.utils.ports
and saltfactories.utils.processes
, redirect the imports to the right library and show a deprecation warning. (#106)
1.0.0rc7
1.0.0rc7 (2022-02-19)
Bug Fixes
- The containers factory does not accept the
stats_processes
keyword. (#105
1.0.0rc6
1.0.0rc6 (2022-02-17)
Bug Fixes
- Include the started daemons in the
stats_processes
dictionary (#104)
1.0.0rc5
1.0.0rc5 (2022-02-17)
Improvements
- Wipe the
cachedir
for on each saltfactories.utils.functional.Loaders
reset (#103)
1.0.0rc4
1.0.0rc4 (2022-02-17)
Bug Fixes
- Properly handle missing keys in the configuration for the pytest salt logging handler. (#101)
- Fix passing
--timeout
to Salt's CLI's (#102)