Skip to content

Commit

Permalink
Generate Changelog for version 1.0.0rc24
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Jul 27, 2023
1 parent 34f1f71 commit d91af44
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,33 @@ Backward incompatible (breaking) changes will only be introduced in major versio

.. towncrier release notes start
1.0.0rc24 (2023-07-27)
======================

Improvements
------------

- Several improvements to reduce failure points:

* 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 (`#149 <https://github.com/saltstack/pytest-salt-factories/issues/149>`_)


Bug Fixes
---------

- Do not blindly overwrite the `retuner_address` configuration key (`#146 <https://github.com/saltstack/pytest-salt-factories/issues/146>`_)


Trivial/Internal Changes
------------------------

- Start checking the code base with ruff (`#149 <https://github.com/saltstack/pytest-salt-factories/issues/149>`_)


1.0.0rc23 (2022-12-15)
======================

Expand Down
1 change: 0 additions & 1 deletion changelog/146.bugfix.rst

This file was deleted.

7 changes: 0 additions & 7 deletions changelog/149.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/149.trivial.rst

This file was deleted.

0 comments on commit d91af44

Please sign in to comment.