Skip to content

Releases: munkireport/munkireport-php

Munkireport 4.1.0

11 Apr 15:25
Compare
Choose a tag to compare

4.1.0 (April 11, 2019)

FIXES

  • Change 'memory' localization name (#1210) @tuxudo
  • Error handling for deleting machines.
  • Added Time Machine errors back to client summary (#1211) @tuxudo
  • Localize Delete button on business unit management (#1141) @tuxudo
  • Added additional OneLogin supported parameters (#1214)
  • Update SAML (#1244)

NEW FEATURES

MODULE UPDATES

  • machine (v1.1 => v1.2)
  • disk_report (v1.2 => v1.3)
  • displays_info (v1.3 => v1.3.3)
  • fan_temps (v1.1 => v1.3)
  • ibridge (v1.2 => v1.4)
  • munki_facts (v1.2 => v1.3)
  • munkireportinfo (v1.1 => v1.2)
  • profile (v1.1 => v1.2)
  • softwareupdate (v1.1 => v1.2)
  • supported_os (v1.3 => v1.5)
  • timemachine (v1.2 => v1.3)

Munkireport 4.0.2

07 Feb 23:05
Compare
Choose a tag to compare

4.0.2 (February 08, 2019)

FIXES

  • Updated config_to_env conversion script
  • Added manager role

NEW FEATURES

  • Docker builds PHP v7.3
  • Added SSL options (to address #1217)
  • Added mdm_status module

Munkireport 4.0.1

21 Dec 08:38
Compare
Choose a tag to compare

4.0.1 (December 21, 2018)

FIXES

  • APPS_TO_TRACK now working again due to an upgrade to the inventory module.
  • Added .env.example to the .zip and tar.gz downloads.
    CHANGES
  • Added support for local widgets.
  • Removed custom_folder as a method to load custom widgets. As a replacement, use local/views/widgets. Or override WIDGET_SEARCH_PATHS with your own paths.
  • Hotkeys are displayed in the dashboard dropdown if more than one dashboard is configured
  • There are 2 new widgets added to the munkireport module that show the top 10 error and warning messages.

Munkireport 4.0.0

18 Dec 16:24
Compare
Choose a tag to compare

4.0.0 (December 18, 2018)

IMPORTANT CHANGES

  • This release changes the entire configuration system to .env. This means that config.php and config_default.php are no longer in use.
  • There is a new directory called local that is used for user accounts, dashboards, certificates and module specific yaml files.

Please read https://github.com/munkireport/munkireport-php/wiki/How-to-Upgrade-Versions#version-3x---4x for more information

FIXES

OTHER CHANGES

  • SAML attribute mapping for user and groups
  • The adldap2/adldap2 and onelogin/php-saml libraries are updated to the latest version and included in the default installation.

Munkireport 3.3.1

27 Nov 22:42
Compare
Choose a tag to compare

3.3.1 (November 27, 2018)

FIXES

  • build/add_module.sh

CHANGES

  • Update docker files (#1192)
  • Moved config items to their respective modules

NOTES

  • Docker users: renamed MR_SITENAME to SITENAME and MR_MODULES to MODULES

Munkireport 3.3.0

20 Nov 21:19
Compare
Choose a tag to compare

3.3.0 (November 20, 2018)

FIXES

  • Fix Database sizing (#1177)

NEW FEATURES

  • Add module search path (#1187)
  • Modules are split off into separate repos
  • Added composer-merge plugin (allows for local composer.json file)

Munkireport 3.2.6

08 Nov 15:38
Compare
Choose a tag to compare

3.2.6 (November 08, 2018)

FIXES

  • detectx I ❤️ u

Munkireport 3.2.5

07 Nov 16:15
Compare
Choose a tag to compare

3.2.5 (November 07, 2018)

FIXES

  • Fixed detectx migration - again

Munkireport 3.2.4

06 Nov 16:02
Compare
Choose a tag to compare

3.2.4 (November 06, 2018)

FIXES

  • Fixed detectx migration

Munkireport 3.2.3

03 Nov 08:09
Compare
Choose a tag to compare

3.2.3 (November 03, 2018)

FIXES

NEW FEATURES