Skip to content

0.4.0 Get to the Chopper

Compare
Choose a tag to compare
@sheagcraig sheagcraig released this 25 Jun 19:31
· 218 commits to master since this release

Changed

  • Any files referenced in a JSS Recipe will now be searched for in this order:

    1. Path as specified.
    2. The parent folder of the path.
    3. First ParentRecipe's folder.
    4. First ParentRecipe's parent folder.
    5. Second ParentRecipe's folder.
    6. Second ParentRecipe's parent folder.
    7. Nth ParentRecipe's folder.
    8. Nth ParentRecipe's parent folder.

    This search-path method is primarily in place to support using recipe
    overrides. It applies to policy_template, computer group templates,
    self_service_icon, script templates, and extension attribute templates. It
    allows users to avoid having to copy the file to the override directory for
    each recipe.

  • Updates required python-jss to 1.0.2.