Skip to content

Releases: saltstack/pytest-salt-factories

1.0.0rc14

06 Apr 10:13
Compare
Choose a tag to compare
1.0.0rc14 Pre-release
Pre-release

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

28 Mar 04:23
Compare
Choose a tag to compare
1.0.0rc12 Pre-release
Pre-release

1.0.0rc12 (2022-03-27)

Bug Fixes

  • Catch APIError when removing containers (#112)

1.0.0rc11

22 Mar 10:55
Compare
Choose a tag to compare
1.0.0rc11 Pre-release
Pre-release

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

21 Mar 09:24
Compare
Choose a tag to compare
1.0.0rc10 Pre-release
Pre-release

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

20 Mar 12:37
Compare
Choose a tag to compare
1.0.0rc9 Pre-release
Pre-release

1.0.0rc9 (2022-03-20)

Improvements

  • Use old-style Salt entrypoints for improved backwards compatibility. (#98)

1.0.0rc8

12 Mar 11:52
Compare
Choose a tag to compare
1.0.0rc8 Pre-release
Pre-release

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

19 Feb 07:44
Compare
Choose a tag to compare
1.0.0rc7 Pre-release
Pre-release

1.0.0rc7 (2022-02-19)

Bug Fixes

  • The containers factory does not accept the stats_processes keyword. (#105

1.0.0rc6

17 Feb 16:51
Compare
Choose a tag to compare
1.0.0rc6 Pre-release
Pre-release

1.0.0rc6 (2022-02-17)

Bug Fixes

  • Include the started daemons in the stats_processes dictionary (#104)

1.0.0rc5

17 Feb 16:28
Compare
Choose a tag to compare
1.0.0rc5 Pre-release
Pre-release

1.0.0rc5 (2022-02-17)

Improvements

  • Wipe the cachedir for on each saltfactories.utils.functional.Loaders reset (#103)

1.0.0rc4

17 Feb 09:28
Compare
Choose a tag to compare
1.0.0rc4 Pre-release
Pre-release

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)