Skip to content

Releases: almenscorner/Munki-Manifest-Generator

v1.2.1

13 Sep 09:09
0cc47eb
Compare
Choose a tag to compare

Changed

  • Retrying has been added to get requests

Fixed

  • If a device is part of multiple included manifests that has the same catalog, the catalog is now only added once instead of multiple times

Full Changelog: v1.2.0...v1.2.1

v1.2.1-beta.1

13 Sep 07:33
Compare
Choose a tag to compare
v1.2.1-beta.1 Pre-release
Pre-release

Changed

  • Retrying has been added to get requests

Fixed

  • If a device is part of multiple included manifests that has the same catalog, it is now only added once instead of multiple times

Full Changelog: v1.2.0...v1.2.1-beta.1

v1.2.0

17 Apr 08:36
96095e4
Compare
Choose a tag to compare

Release Notes - 1.2.0

New Features:

  • Graph calls to get devices and users groups is batched concurrently
  • Per device operations is run concurrently

Enhancements:

  • Prints is changed to logging module for better output
    • Configurable by setting --log to either DEBUG, INFO, WARNING, ERROR, CRITICAL. Default is INFO
  • -l for --group_list is changed to -g as -l has been assigned to --log instead
  • Required packages has had their versions updated and additional requirements has been added
    • Python version: 3.6 -> 3.7 and above
    • merest: 0.6.21 -> 0.7.1
    • azure_storage_blob: 12.13.1 -> 12.15.0
    • retrying: NEW

Bug Fixes:

Full Changelog: v1.1.2...v1.2.0

v1.1.2

03 Mar 13:13
Compare
Choose a tag to compare

What's new

  • Added "default_catalog" to let users specify a default catalog other than "Production". To change from "Production" to your own default catalog, specify -d {your_catalog} when running from a terminal and default_catalog={your_catalog} when running from a script.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

14 Feb 09:27
Compare
Choose a tag to compare
  • Removed import of check_env_vars in main as it is now removed

v1.1.0

13 Feb 13:51
7cb6500
Compare
Choose a tag to compare

What's Changed

  • Changed deprecated ADAL module to MSAL
    • Added additional auth options including,
      • Interactive
      • Certificate
  • Bugfix: Catalog was set on multiple groups
    • Caused the catalog to be removed if the device was only a member of one of the groups. An additional check has been added to check if a device is part of either group. If true, the catalog will remain on the device.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

22 Sep 13:23
bd72438
Compare
Choose a tag to compare

Initial release