Skip to content

Release 0.30

Compare
Choose a tag to compare
@scymtym scymtym released this 25 Jun 10:18
· 150 commits to master since this release
  • INCOMPATIBLE-CHANGE (#26)
    The non-interactive commandline option is no longer accepted. This change represents no reduction in functionality since the option did not have any effect.

  • ENHANCEMENT
    Computing variable values is substantially faster than before. As a result, many user-level commands complete more quickly: generating Jenkins jobs, computing system requirements and generating reports.

  • ENHANCEMENT (#31)
    It is no longer necessary to create symbolic links for template recipe files that are shared between multiple modes. When a required template file MODE/NAME.template does not exist, _common/NAME.template is tried instead.

  • ENHANCEMENT (#33)
    Recipe files can now be placed into sub-directories. The respective directory name or names are part of the object name:

    Filename                                   Object name
    projects/ordinary.project                → "ordinary"
    projects/sub-directory/special.project   → "sub-directory/special"
    distributions/sub1/sub2/two.distribution → "sub1/sub2/two"
    

    The respective include syntax for projects and distributions uses this object name - not a (relative) path.