munki v5.1.0.b1 Release Notes

Release Date: 2020-08-17 // over 3 years ago
  • ๐Ÿš€ This is a beta release of Munki 5.1 a bug-fix and feature update to the Munki tools.

    ๐Ÿš€ The main focus for this release is compatibility with macOS Big Sur, but there are other changes.

    ๐Ÿ‘€ See https://github.com/munki/munki/wiki/Munki-5-Information for information on the changes in Munki 5.

    Please discuss the changes in the munki-dev mailing list, and open reproducible code issues in the issues section here.

    ๐Ÿš€ Changes from the 5.0.1 release:

    • Big Sur-related:
      • PyObjC updated to 6.2.2 -- addresses issues with macOS Big Sur Betas. 37e81f8
      • Changes to handle differences in the "Install macOS Big Sur.app": 5b50b5c and e161a87
      • Other tweaks for better compatibility with Big Sur: d1cc652 a60e90d
    • Other changes:
      • /usr/local/munki/python symlink renamed to /usr/local/munki/munki-python and relevant "shebang" lines updated. Addresses issue where using python at the command-line might unintentionally pick up Munki's python. This could be a breaking change if you have scripts that use a #!/usr/local/munki/python "shebang" line. 3bb91ca
      • Python version updated to 3.8.5. 347908b
      • Other small fixes and tweaks. A complete list of changes is here: v5.0.1...v5.1.0b1