Skip to content

Commit

Permalink
Generate Changelog for version 1.0.0rc19
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Aug 22, 2022
1 parent 40882f6 commit b3df681
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 13 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,32 @@ Backward incompatible (breaking) changes will only be introduced in major versio

.. towncrier release notes start
1.0.0rc19 (2022-08-22)
======================

Breaking Changes
----------------

- In `saltfactories.utils.cli_scipts.generate_script()`:

* For coverage tracking, both `coverate_db_path` and `coverage_rc_path` must be passed. They will not be infered by `root_dir`.
* `inject_coverage` was removed. (`#135 <https://github.com/saltstack/pytest-salt-factories/issues/135>`_)
- The minimum Salt version in now `3004` (`#136 <https://github.com/saltstack/pytest-salt-factories/issues/136>`_)


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

- CI and internal changes:

* Start testing Salt 3005.x (rc2 for now)
* Skip testing 3005rc2 on windows and macOS for now.
* Lock system tests to a version of nox that still works
* Bump python version to 3.9 for lint workflow
* Bumped pylint requirement to `2.14.5` and cleaned up issues
* Don't build the salt minion container during test runs, pull an existing container. (`#136 <https://github.com/saltstack/pytest-salt-factories/issues/136>`_)


1.0.0rc18 (2022-07-14)
======================

Expand Down
4 changes: 0 additions & 4 deletions changelog/135.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/136.breaking.rst

This file was deleted.

8 changes: 0 additions & 8 deletions changelog/136.trivial.rst

This file was deleted.

0 comments on commit b3df681

Please sign in to comment.