Skip to content

Releases: munkireport/profile

v4.5: Change id column to big increments

30 Sep 14:17
Compare
Choose a tag to compare

Change id column to big increments.

Contains new database migration

v4.4: Add profile id to listing

08 Jan 05:00
Compare
Choose a tag to compare

Now gathers profile ID to show in the profile listing and client tab.

Contains new client script and database migration

v4.3: Add profile id to listing

08 Jan 00:31
Compare
Choose a tag to compare

Now gathers profile ID to show in the profile listing and client tab.

Contains new client script and database migration

v4.2: Preference to not send payload data

18 Dec 19:41
Compare
Choose a tag to compare

By default the profile module uploads the profile's payload data as a JSON file to the MunkiReport server. In some cases this can result is very large file uploads or a very large profile database table.

To prevent the module from uploading the profile's payload, set the profile_upload_payload of the MunkiReport domain to FALSE using either a profile or the below command.

defaults write /Library/Preferences/MunkiReport.plist profile_upload_payload -bool False

Contains new client script

v4.1: Fixes MCX emulated profiles not showing

25 Jul 15:45
Compare
Choose a tag to compare

Fixes an issue with MCX emulated profiles are not showing. Bug found by @miawri, special thanks to them for helping debug issue.

Contains new client script.

v4.0: Python 3 Release

19 Jun 04:05
Compare
Choose a tag to compare

Fixes issue with filters not applying in widgets. Adds support for Python 3, requires MunkiReport v5.8 and Mac Admins Python 3.10 installed.

Contains new Python 3 script

v4.0b3: Third beta of Python 3 for MunkiReport v5

04 Apr 04:18
Compare
Choose a tag to compare

Third beta of Python 3 for MunkiReport v5

v4.0b2: Second beta of Python 3 for MunkiReport v5

15 Mar 18:30
b2ec28b
Compare
Choose a tag to compare

Second beta of Python 3 for MunkiReport v5

v4.0b1: First beta of Python 3 for MunkiReport v5

21 Feb 20:51
2b7df71
Compare
Choose a tag to compare

First beta of Python 3 for MunkiReport v5

v3.2: Rewrite of module

29 Jun 15:22
0f10650
Compare
Choose a tag to compare

Module rewritten to contain less bugs, use YAML, updated script, more listing data, and widgets.

Contains new database migration and client script.