Skip to content

1.04

Latest
Compare
Choose a tag to compare
@mikaellofgren mikaellofgren released this 24 Apr 15:12
  • Added support for 'jamf' processors and recipe format
    https://github.com/grahampugh/jamf-upload/wiki/JamfUploader-AutoPkg-Processors
  • Added Verify Recipes files (at Options) that will check for:
    Duplicated identifiers
    Parent Identifiers is not the same as Identifier
    MinimumVersion matches processor required version.
    For Yaml recipes will only check duplicated Identifiers and Parent and MinimumVersion is 2.3.
    Deprecated Processors
    EndOfCheckPhase is after URLDownloader
  • Fixed button view
  • Added Visual Studio Code to open with external editor
  • Universal build

Verify Recipes files is inspired by homebysix precommit:
https://github.com/homebysix/pre-commit-macadmin/blob/main/pre_commit_hooks/check_autopkg_recipes.py