Skip to content

Release 0.14.0

Compare
Choose a tag to compare
@pirat89 pirat89 released this 18 Mar 09:42
· 98 commits to master since this release

Packaging

  • Add depency on python3 for el8+ (python3 refers to the distribution python)
  • Bump leapp-framework to 2.2
  • Bump leapp-framework-dependencies to 5
  • Doc: --report-schema in manpage (#686)

Framework

Fixes

  • Fix issues with initialisation of loggers (#764)
  • Fix TypeError during JSON serialization in dialogs on Python3 (#760)
  • Prevent breaking the answerfile when dialog fields contain newlines (#757)
  • Check answerfile upon loading (#760)
  • Fix the multiprocessing on Python 3.9 on Mac OS

Enhancements

  • Dialogs: print the reason field for question in the answerfile (#762)
  • Added possibility to specify the report format version (#686)

stdlib

Enhancements

  • Introduced stdlib.path library get_common_*_path functions for the scanning repositories, actors, etc. paths outside of the actor execution (#742)