Releases: jamf/jamJAR
jamJAR
jamJAR
This release will only work with Munki 5.1+ as several items have been changed to use Munki 5.1's shipping Python.
Addresses:
- #31 - Up to date message shown outside of self service triggered policies
extension attribute
- #26 - Add option to name log - See the log_file_name key in jamJAR's preferences, EA updated to support this new key.
jamJAR.py - 2.0
- #25 - Rotates log at 10MB instead of nightly, keep no backups.
- #29 - Munki 5.1 support - now requires
#!/usr/local/munki/munki-python
, which is in Munki 5.1+.
postfilght - 2.1
- #25 - Rotates log at 10MB instead of nightly, keep no backups.
- #26 - Add option to name log - See the log_file_name key in jamJAR's preferences.
- #27 - Add option to delete the AdditionalHttpHeaders key in /private/var/root/Library/Preferences/ManagedInstalls.plist - See the delete_secure_auth key in jamJAR's preferences.
- #28 - Notifier full support - See the datajar_notifier key in jamJAR's preferences.
- #29 - Munki 5.1 support - now requires
#!/usr/local/munki/munki-python
, which is in Munki 5.1+ - #30 - See the notifier_msg_osupdatespending key in jamJAR's preferences, example below:
For some examples of these new 2.0 workflows please see: https://youtu.be/JGU48-S-unE?t=1324
jamJAR
This release will only work with Munki 5.1+ as several items have been changed to use Munki 5.1's shipping Python.
Included:
extension attribute
- #26 - Add option to name log - See the log_file_name key in jamJAR's preferences, EA updated to support this new key.
jamJAR.py - 2.0
- #25 - Rotates log at 10MB instead of nightly, keep no backups.
- #29 - Munki 5.1 support - now requires
#!/usr/local/munki/munki-python
, which is in Munki 5.1+.
postfilght - 2.1
- #25 - Rotates log at 10MB instead of nightly, keep no backups.
- #26 - Add option to name log - See the log_file_name key in jamJAR's preferences.
- #27 - Add option to delete the AdditionalHttpHeaders key in /private/var/root/Library/Preferences/ManagedInstalls.plist - See the delete_secure_auth key in jamJAR's preferences.
- #28 - Notifier full support - See the datajar_notifier key in jamJAR's preferences.
- #29 - Munki 5.1 support - now requires
#!/usr/local/munki/munki-python
, which is in Munki 5.1+ - #30 - See the notifier_msg_osupdatespending key in jamJAR's preferences, example below:
For some examples of these new 2.0 workflows please see: https://youtu.be/JGU48-S-unE?t=1324
jamJAR
NOTE: The next major release of jamJAR will work only with Munki's shipping Python 3 & will also officially support Apple updates via Munki & the new workflows in Munki 5 (https://github.com/munki/munki/wiki/manual-apple-updates-in-Munki-5).
Reverted the below, as s Munki will not always publish category to ManagedInstallReport.plist when an item is installed.
- #13 - added the "no_msg_category" key. Items with this category will not post notifications (see https://github.com/dataJAR/jamJAR/wiki/jamJAR-Preferences#no_msg_category)
jamJAR
NOTE: This is the last major Python 2 release of jamJAR, next release will work with Munki's shipping Python 3 & will also officially support Apple updates via Munki & the new workflows in Munki 5 (https://github.com/munki/munki/wiki/manual-apple-updates-in-Munki-5).
-
#13 - added the "no_msg_category" key. Items with this category will not post notifications (see https://github.com/dataJAR/jamJAR/wiki/jamJAR-Preferences#no_msg_category)
-
#14 -added dataJAR Notifier support. dataJAR Notifier (to be released soon)