Skip to content

Releases: saltstack/pytest-salt-factories

1.0.0rc15

09 May 20:01

Choose a tag to compare

1.0.0rc15 Pre-release
Pre-release

1.0.0rc15 (2022-05-09)

Improvements

  • Now that the new logging changes are merged into Salt's master branch, adjust detection of those changes on SaltKey. (#118)

Bug Fixes

  • --timeout is now correctly passed for CLI factories when either timeout is defined on the configuration or when timeout is passed to the CLI factory constructor. (#117)

Trivial/Internal Changes

  • Test PyTest 7.0.x and 7.1.x & Fix tests requirements: (#116)

    • Don't allow pytest-subtests to upgrade pytest
    • Test under PyTest 7.0.x and 7.1.x
    • Force Jinja2 to be < 3.1 on Salt 3003.x
    • Fix the requirements of the example echo-extension
    • Explicitly pass a timeout to Salt CLI's on spawning platforms.
    • Windows builds were not getting passed the PYTEST_VERSION_REQUIREMENT env var.

1.0.0rc14

06 Apr 10:13

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

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

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

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

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

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

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

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

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)