github autopkg/autopkg v0.2.5
AutoPkg 0.2.5

latest releases: v2.7.3, v3.0.0RC3, v3.0.0RC2...
10 years ago

0.2.5 (January 04, 2014)

ADDITIONS:

  • New 'BrewCaskInfoProvider' processor: get URL and version info from crowd-sourced
    Homebrew formulae for many Mac applications (https://github.com/phinze/homebrew-cask)
  • New 'PlistReader' processor contributed by Shea Craig. This can be used in place
    of both the 'AppDmgVersioner' and 'Versioner' processors (which can now be considered
    deprecated), and also supports reading arbitrary keys from plists and assigning them
    to arbitrary output variables for later use in recipes. (GH-56)
  • Recipe Repo URLs for 'repo-' commands can now also be given in short GitHub-ish forms:
    1. 'ghuser/reponame' or 2) 'reponame', which will prefix the 'autopkg/' org name.
      Full URLs at any address can be given as before.
  • Any input variable can now be set globally for all recipe runs by writing these as
    preference keys in the 'com.github.autopkg' domain. This is how the 'MUNKI_REPO' pref
    has been used up to now, but this now works for arbitrary keys, and the hardcoded
    support for MUNKI_REPO has been removed.

FIXES:

  • FoundationPlist updated to use new Property List API methods.

Don't miss a new autopkg release

NewReleases is sending notifications on new releases.