You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,27 @@ Backward incompatible (breaking) changes will only be introduced in major versio
20
20
21
21
.. towncrier release notes start
22
22
23
+
1.0.0rc21 (2022-11-04)
24
+
======================
25
+
26
+
Improvements
27
+
------------
28
+
29
+
- Several improvements to the state module wrappers:
30
+
31
+
* Allow getting the state chunk by `__id__` on MultiStateResult
32
+
* Wrap a few more functions from `salt.modules.state` (`#140 <https://github.com/saltstack/pytest-salt-factories/issues/140>`_)
33
+
34
+
35
+
Trivial/Internal Changes
36
+
------------------------
37
+
38
+
- Pipeline and requirements fixes:
39
+
40
+
* Test against 3005.* and not 3005rc2 since it's now released.
41
+
* Install `importlib-metadata<5.0.0` since only Salt>=3006 will be able to handle it (`#140 <https://github.com/saltstack/pytest-salt-factories/issues/140>`_)
0 commit comments