Releases: munkireport/machine
v6.15: Bug fix
Fixes an issue with older versions of macOS not updating the machine description. Fixes issue with Munki 7 and postflight script. Fixes issue with client data missing cpu_arch, resolves #21 . Adds CPU model to Hardware listing, resolves #18. Updates Installed Memory widget to show less than 16GB, 16GB, and more than 16GB of installed memory to reflect Apple's new minimum installed memory amount on new Macs.
For full fix, add machine as a module in the MODULES array in the .env file and rebuild client pkg. By default, this module is not in the array. Be sure to add it manually.
This module requires MunkiReport version 5.8.0 or higher.
Contains new client script and database migration.
v6.14: Fix for not properly updating from generic machine description
Fixes issue caused by incomplete logic not properly updating the machine description. Review release notes for v6.13 of the module.
This module requires MunkiReport version 5.8.0 or higher. Fix will be incorporated in future versions of MunkiReport.
Contains new database migration.
v6.13: Fix for missing description
Fixes broken machine description caused by Apple changing an endpoint MunkiReport used. Module now uses on device sources for machine description and Apple as a fail over. (Apple fail over only applicable for Intel Macs).
For full fix, add machine as a module in the MODULES array in the .env file and rebuild client pkg. By default, this module is not in the array. Be sure to add it manually.
This module requires MunkiReport version 5.8.0 or higher. Fix will be incorporated in future versions of MunkiReport.
Contains new client script and database migration.
v6.13b4: Fix for missing description
Fixes broken machine description caused by Apple changing an endpoint to no longer work. Now uses on device sources and Apple as a fail over (only applicable for Intel Macs).
For full fix, add machine as a module in the MODULES array in the .env file and rebuild client pkg. By default, this module is not in the array. Be sure to add it manually.
b2 fixes an issue with the database migration failing in some cases.
b3 fixes an issue with SQLite databases.
b4 fixes an issue with some Intel Macs
This module requires MunkiReport version 5.8 or higher.
Contains new client script and database migration.
v6.13b3: Fix for missing description
Fixes broken machine description caused by Apple changing an endpoint to no longer work. Now uses on device sources and Apple as a fail over (only applicable for Intel Macs).
For full fix, add machine as a module in the MODULES array in the .env file and rebuild client pkg. By default, this module is not in the array. Be sure to add it manually.
b2 fixes an issue with the database migration failing in some cases.
b3 fixes an issue with SQLite databases.
This module requires MunkiReport version 5.8 or higher.
Contains new client script and database migration.
v6.13b2: Fix for missing description
Fixes broken machine description caused by Apple changing an endpoint to no longer work. Now uses on device sources and Apple as a fail over (only applicable for Intel Macs).
For full fix, add machine as a module in the MODULES array in the .env file and rebuild client pkg. By default, this module is not in the array. Be sure to add it manually.
b2 fixes an issue with the database migration failing in some cases.
Contains new client script and database migration.
v6.13b1: Fix for missing description
Fixes broken machine description caused by Apple changing an endpoint to no longer work. Now uses on device sources and Apple as a fail over (only applicable for Intel Macs).
For full fix, add machine as a module in the MODULES array in the .env file and rebuild client pkg. By default, this module is not in the array. Be sure to add it manually.
Contains new client script and database migration.
v6.12: Change memory widget thresholds
Changes the memory widgets thresholds to be < 8, 8, 16+ GB
v6.11: Cleanup of Widgets
Widgets and report view are cleaned up
v6.10: Merge pull request #8 from tuxudo/patch-3
Add badge count to duplicate machines widget