Skip to content

Releases: kkirsche/ansible-generator

v3.1.1

28 Jul 12:21
Compare
Choose a tag to compare
  • fix: TypeError on older python versions

v3.1.0

27 Jul 16:31
Compare
Choose a tag to compare
  • Feature: Add support for generating roles outside of a project scenario.

v3.0.2

26 Jul 19:11
Compare
Choose a tag to compare

Fix an issue due to the use of _typeshed outside of pyi file(s).

v3.0.1

26 Jul 19:02
Compare
Choose a tag to compare
  • Directly handle NotADirectoryError to better clarify to the user what the expected usage is.
  • Add environment variable to disable Sentry telemetry.
  • Add docstrings to improve code coverage in relationship to documentation.
  • Update type hints to be more accurate for allowed / expected types.

v3.0.0

06 Jul 13:13
Compare
Choose a tag to compare

Release 3.0.0

  • Python 3.8 minimum version
  • Add type hints to all locations of the codebase
  • Add py.typed
  • Reduce risk of duplication by use of sets rather than lists
  • Improve code quality via black, isort, mypy
  • Reduce / remove legacy Python 2 support
  • Improve performance via use of placeholders rather than format in logging
  • Remove all uses of .format in favor of f-strings

v2.1.1

11 Mar 17:25
Compare
Choose a tag to compare
  • Minimum Python version
  • Markdown description format
  • Remove pandoc dependencies
  • Remove RST files
  • Configure flake8 linting
  • Enable black formatting
  • Add the version command to the utility
  • Simplify logging imports to named functions / constants only rather than full module import

v2.0.0

14 Feb 15:35
Compare
Choose a tag to compare

v2.0.0

Python 3 Only
Add PEP518 support
Fix ansible-roles encoding format

v1.1.0

23 Aug 13:15
Compare
Choose a tag to compare

Add support for initializing roles when creating the project

v1.0.3

23 Aug 12:43
Compare
Choose a tag to compare

Add RST README file and have the package use it to make sure that PyPi's page displays it correctly

v1.0.2

23 Aug 12:36
Compare
Choose a tag to compare

Add support for custom inventory lists