Releases: saltstack/python-tools-scripts
Releases · saltstack/python-tools-scripts
0.10.2
0.10.2 (2023-02-07)
Bug Fixes
- Allow passing parent to command_group (https://github.com/s0undt3ch/python-tools-scripts/issues/16)
Trivial/Internal Changes
- Update pre-commit hooks versions (https://github.com/s0undt3ch/python-tools-scripts/issues/16)
0.10.1
0.10.1 (2023-01-27)
Bug Fixes
- Allow creating the virtual environments with venv as a fallback if virtualenv is not available. (https://github.com/s0undt3ch/python-tools-scripts/issues/15)
0.10.0
0.10.0 (2023-01-27)
Features
- Add virtualenv support. (https://github.com/s0undt3ch/python-tools-scripts/issues/13)
Any python requirements that must be imported in the tools scripts cannot use this virtualenv support. This support is for when shelling out to binaries/scripts that get installed with the requirements.
0.9.7
0.9.7 (2023-01-25)
Features
- Forward
ctx.run(..., **kwargs)
to the underlying subprocess call. (https://github.com/s0undt3ch/python-tools-scripts/issues/14)
0.9.6
0.9.6 (2023-01-23)
Bug Fixes
- Cleanup conflicting parser CLI options (https://github.com/s0undt3ch/python-tools-scripts/issues/12)
0.9.5
0.9.5 (2023-01-23)
Features
- Allow passing a maximum timeout for commands executed through ctx.run() (https://github.com/s0undt3ch/python-tools-scripts/issues/11)
0.9.4
0.9.4 (2023-01-12)
Features
- Allow tools to report it's version (https://github.com/s0undt3ch/python-tools-scripts/issues/10)
0.9.3
0.9.3 (2022-11-28)
Improvements
- Repeated caught signals now kill the process (https://github.com/s0undt3ch/python-tools-scripts/issues/9)
Bug Fixes
- Fixed process interaction (https://github.com/s0undt3ch/python-tools-scripts/issues/9)
0.9.2
0.9.1
0.9.1 (2022-10-09)
Improvements
- Provide helper chdir method on the context object. (https://github.com/s0undt3ch/python-tools-scripts/issues/6)