Releases: almenscorner/Munki-Manifest-Generator
Releases · almenscorner/Munki-Manifest-Generator
v1.2.1
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
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
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 eitherDEBUG
,INFO
,WARNING
,ERROR
,CRITICAL
. Default isINFO
- Configurable by setting
-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
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 anddefault_catalog={your_catalog}
when running from a script.
Full Changelog: v1.1.1...v1.1.2
v1.1.1
- Removed import of check_env_vars in main as it is now removed
v1.1.0
What's Changed
- Changed deprecated ADAL module to MSAL
- Added additional auth options including,
- Interactive
- Certificate
- Added additional auth options including,
- 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
Initial release