Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Release 2.5.0

Compare
Choose a tag to compare
@bocekm bocekm released this 17 Oct 15:24
· 64 commits to master since this release

New:

  • Name of a module set directory can now be arbitrary and properties.ini file is now required in the directory (see module_writing_tutorial/README.md for its format)
    Related: #124
  • Module set can now contain an executable init script which is executed after the "common" files-gathering stage and before execution of the modules
    Related: #279
  • Possible to skip building UI now

Changed:

  • READMEs moved from /usr/share/preupgrade to /usr/share/doc
  • Removed CPE platform from the result report
  • Removed obsolete RESULT_FAILED and check_root() from bash API and exit_failed() from python API
    Related: #199
  • Removed deprecated preupg-create-group-xml utility - it's superseded by the preupg-content-creator utility
  • It's not allowed anymore to have solution and check_script keys in module.ini - the solution file and check script need to named solution.txt and check
    Related: https://bugzilla.redhat.com/show_bug.cgi?id=1400680

Fixed:

  • <module set directory>/common/release_version file and <module set directory>/common/<src_arch>-<dst_arch> directory are now not required for performing the system assessment
    Related: #279
  • Before the stdout and stderr was not shown for the pass and fixed results in the simple style report (--old-report-style). Now they are shown no matter what the result of a module is.
  • preupg-content-creator: Not entering module's description or title could break processing of a module set. They are mandatory to input now.
    Related: #301
  • Module set all-xccdf.xml is not being corrupted now in case of using the --contents option
    Related: #247, https://bugzilla.redhat.com/show_bug.cgi?id=1368823
  • Fixed links to files and directories in Web UI reports
    Related: https://bugzilla.redhat.com/show_bug.cgi?id=1473515
  • The Preupgrade Assistant can run again on RHEL 6.7. The previous release could run on RHEL 6.8+.