Skip to content

Releases: saltstack/python-tools-scripts

0.13.6

05 Jun 11:26
Compare
Choose a tag to compare

0.13.5

05 Jun 11:26
Compare
Choose a tag to compare

0.13.4

05 Jun 11:26
Compare
Choose a tag to compare

0.13.3

28 May 19:28
Compare
Choose a tag to compare

0.13.2

27 May 17:45
Compare
Choose a tag to compare

0.13.1

27 May 17:45
Compare
Choose a tag to compare

0.13.0

27 May 17:45
Compare
Choose a tag to compare

0.12.0

07 Mar 18:19
Compare
Choose a tag to compare

0.12.0 (2023-03-07)

Improvements

Bug Fixes

0.11.1

16 Feb 04:47
Compare
Choose a tag to compare

0.11.1 (2023-02-16)

Bug Fixes

0.11.0

14 Feb 17:49
Compare
Choose a tag to compare

0.11.0 (2023-02-14)

Features

  • The ctx now has a web attribute, a requests.Session instance which can be used to make web requests. (https://github.com/s0undt3ch/python-tools-scripts/issues/19)
  • Improve the user experience when an ImportError occurs while instantiating tools. Instead of relying on direct imports, users can now call, pyscripts.register_tools_module('tools.'). Python tools scripts will then import them one by one, catching and reporting any ImportErrors occurring. Due to these errors, some of the commands might be unavailable, but most likely not all, while providing a clue as to why that is. (https://github.com/s0undt3ch/python-tools-scripts/issues/20)