ansible-later/CHANGELOG.md

1.3 KiB

BREAKING RELEASE

ansible-later contains some fundamental restructuring and is not backward compatible with old releases.

  • BREAKING

    • Switch configuration files to YAML
    • Enable multi location configuration files #14
    • ID's used in standards have to be unique (or not set)
  • FEATURE

    • Add optional JSON logging #13
    • Add exclude options in config files #16
    • Add multiprocessing for better perfomance #12
  • ENHANCEMENT

    • Allow passing glob patterns to cli #16
    • Rule settings (e.g. for yamllint) can be set in config file #7
    • Remove simple print outputs and switch to python logging module #13
    • Restructure log output for better readability #13
    • Better loglevel control from cli (-vvv/-qqq) #13
    • Better inventory file classification #15