Skip to content

1.0.0rc24

Pre-release
Pre-release
Compare
Choose a tag to compare
@s0undt3ch s0undt3ch released this 27 Jul 15:41
· 49 commits to master since this release

1.0.0rc24 (2023-07-27)

Improvements

  • Several improvements to reduce failure points: #149
    • Log the exception instead of raising it.
    • Always populate the *_dirs config settings, regardless of how salt-factories is being used
    • Improved the connect/disconnect behavior of the event listener client
    • The minimum supported Salt version is now 3005.0
    • The minimum supported Pytest version is now 7.0.0

Bug Fixes

  • Do not blindly overwrite the retuner_address configuration key #146

Trivial/Internal Changes

  • Start checking the code base with ruff #149