You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Ensure no superclass processors (e.g. URLGetter) are used, as these are intended to be referred to by other processors rather than directly used in recipes
11
11
- Warn if setting a MinimumVersion greater than or equal to 2 in AutoPkg recipes, because some administrators may be running 1.4.1 and waiting for processor authors to add Python 3 compatibility
12
+
- Validate `minimum_os_version` and `maximum_os_version` keys in Munki pkginfo files
13
+
14
+
### Changed
15
+
- Set MinimumVersion needed for [C]URL* processors to 1.4, to ensure utilization of URLGetter
16
+
- Updated valid Munki script shebangs to include Munki embedded Python symlink and path
12
17
13
18
14
19
## [1.6.2] - 2020-01-20
@@ -183,7 +188,8 @@ All notable changes to this project will be documented in this file. This projec
0 commit comments