1.0.0rc22
Pre-release
Pre-release
1.0.0rc22 (2022-12-02)
Breaking Changes
- Drop support for Python 3.5 and 3.6 (#123)
Improvements
- Defer all
salt
imports so that we can use pytest-salt-factories to test onedir builds (#144) - A few improvements to functional testing support: (#145)
- Allow
StateReturn
to be accessed by key instead of just attribute - Add warning for when more than a state function is used under the same state key
- Return an instance of
MatchString
forStateResult.comment
- Allow
Trivial/Internal Changes
- Update the github actions versions to avoid deprecation errors (#145)