- Fixed "Munki Import throws python warnings with autopkg" #9
- Support for file-based base url configuration
- Specify content type of XML for pkginfo transmission to avoid ambiguity when XML payload includes unstructured data, like shell script.
- Notice during plugin execution that the MUNKI_REPO setting is ignored.
- config.plist permissions are now retained during installation
- config.plist file is no longer overwritten during subsequent installs
- Sets the default config.plist to world readable/writable for easier usage with third party tools like AutoPkgr
- Support for file-based API key storage
- Support for plugin-driven makecatalogs
- Switched to Python 2-compatible super() instantiation for URLGetter class
- Removed f-strings as they were causing compatibility issues with Python 2
- Removed redundant URLGetter object instantiation
- Better reporting when authentication and authorization errors occur
- Ability to change repo base url
- Eliminated dependency on AutoPkg libraries.
Initial release