Releases: munkireport/munkireport-php
Munkireport 2.0.10
2.0.10 (June 30, 2014)
This release has some changes to the way preflight scripts are handled:
- scripts with a non-zero exit status will not terminate a munki run. If you rely on this behaviour, you should move your script to
preflight_abort.d
- all scripts (including preflight) are aborted after 10 seconds. Munkireport will emit a warning when a timeout is reached.
FIXES
- Better widget sorting (thanks to @nbalonso)
- jQuery 2.1.0
- Bootstrap 3.1.1
- Date display fixed in install history and client detail
- AD module (thanks to @nbalonso)
- MySQL create table now uses default innodb and utf-8
- FV users in security listing (thanks to @diwanicki)
- Preflight scripts handling improved
NEW FEATURES
- ARD info fields
- CPU info (thanks to @joshua-d-miller)
- Add your custom css and js files to MR
- External (and internal) displays tracking (thanks to @nbalonso)
- Display vendor strings added (thanks to @diwanicki)
- Bluetooth device tracking (thanks to @gmarnin)
- Site name on login page (thanks to @gmarnin)
- Client uptime reporting
- Added postflight.d and preflight_abort.d
- verbosity is now controlled by munki (with munki 1.0.0.1883 or 2.0.0.2086 and up)
UPGRADING
There are some changes in the database setup, if you are upgrading from a previous version, you should:
- Make a backup of your database
- Add the following line to config.php:
$conf['allow_migrations'] = TRUE;
This will automatically migrate your database to the correct version.
For more info about upgrading, visit https://github.com/munkireport/munkireport-php/wiki/How-to-upgrade
- If you come from a previous release and you want to add new report items, you have to push your clients a new pkginfo file.
Munkireport 2.0.9
Munkireport 2.0.8
2.0.8 (March 5, 2014)
FIXES
- Speed improvement for MySQL users through indexes
- Speed improvement for SQLite by dropping permissions check
- Better session handling
- Improved error handling/reporting for db queries
- updated Font Awesome to 4.0.3, moment.js to 2.5.1
- fixed AD Information report (thanks to @nbalonso)
- fixed automated warranty check
- Spanish translation update (thanks to @nbalonso)
FEATURES
This is mainly a bug fix release, but the improved error handling/reporting is certainly a nice feature!
UPGRADING
There are some changes in the database setup, if you are upgrading from a previous version, you should:
- Make a backup of your database
- Add the following line to config.php:
$conf['allow_migrations'] = TRUE;
This will automatically migrate your database to the correct version.
- If you come from a release before 2.0.7, you have to push your clients a new pkginfo file.
Munkireport 2.0.7
2.0.7 (Februari 11, 2014)
FIXES
- Updated disk_info for 10.5 clients
- Updated to Bootstrap 3.1.0
- Improved error handling
- Compatible with MySQL sql_mode = TRADITIONAL
FEATURES
- Automated warranty check
- Filevault Escrow (thanks to @gmarnin)
- SSH link in client view (thanks to @timsutton)
- Added LDAP Bind info (thanks to @rsaeks)
UPGRADING
There are some changes in the database setup, if you are upgrading from a previous version, you should:
- Make a backup of your database
- Add the following line to config.php:
$conf['allow_migrations'] = TRUE;
This will automatically migrate your database to the correct version.
- If you want your clients to trigger warranty check, you have to push a new client version.
Munkireport 2.0.6
2.0.6 (Januari 14, 2014)
This is a small bug fix release that fixes #66.
UPGRADING
There are some changes in the database setup, if you are upgrading from a previous version, you should:
- Make a backup of your database
- Add the following line to config.php:
$conf['allow_migrations'] = TRUE;
This will automatically migrate your database to the correct version.
Munkireport 2.0.5
2.0.5 (Januari 13, 2014)
FIXES
- Updated to Bootstrap 3.0.2
- Fixed printing
- Fixed disk_info reporting
- Fixed munkireport counters when munki server unreachable
- Fixed purchase date calculation
FEATURES
- Moved to modular reporting
- Added german localization (thanks to @fridomac)
- Added proxy support for Apple Warranty Lookup
- Added LDAP authentication
- Added AD authentication (thanks to @nbalonso)
- Extended AD bind reporting (thanks to @nbalonso)
- Added support for https redirecting (thanks to @nbalonso)
MISC
- Documentation updates
- Some UI changes
UPGRADING
There are some changes in the database setup, if you are upgrading from a previous version, you should:
- Make a backup of your database
- Add the following line to config.php:
$conf['allow_migrations'] = TRUE;
This will automatically migrate your database to the correct version.
- If you want your clients to get the new directory services report, you have to push a new client version.
Munkireport 2.0.4
2.0.4 (December 2, 2013)
FIXES
- Added some support for 10.5 clients
- Fixed some casing issues for Linux servers
- Fixed GB column in machine report
FEATURES
- Added client authentication
- Added directory services report (thanks to @gmarnin and @nbalonso)
- Added ability to disable modules
- Improved listing views
- Improved search in listing views
- Added munki version widget (thanks to @nbalonso)
- Added memory widget (thanks to @nbalonso)
MISC
- Documentation updates
- Small UI changes
- Database migration support
UPGRADING
There are some changes in the database setup, if you are upgrading from a previous version, you should:
- Make a backup of your database
- Add the following line to config.php:
$conf['allow_migrations'] = TRUE;
This will automatically migrate your database to the correct version.
- If you want your clients to get the new directory services report, you have to push a new client version.
Munkireport 2.0.3
2.0.3 (November 10, 2013)
FIXES
- Fixed disk size issue on MySQL
- Preflight does not stop munki when report server is down
- Moved to bootstrap 3.0.1
FEATURES
- Added network module
- Length menu now includes all
- No_auth authentication method
- Pending munki and apple updates widgets (thanks to nbalonso)
MISC
- Documentation updates
- Small UI changes
Munkireport 2.0.2.369
2.0.2.369 (October 30, 2013)
FIXES
- Fixed case issues for Linux hosts
- Fixed filevault status reporting module for 10.9
- web.config now has better protection for database (on IIS servers)
- Fixed filevault, diskreport and localadmin install scripts
FEATURES
- Added local admin module
Munkireport 2.0.1.353
2.0.1.353 (October 23, 2013)
FIXES
- Fixed installer script
- FIxed installer plist
- Improved multiple table lookups
FEATURES
- Delete clients from list view
- Search field clear button
- Responsive tables
- Security listing (with filevault status)