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
+
- 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
17
+
18
+
19
+
## [1.6.2] - 2020-01-20
20
+
21
+
### Fixed
22
+
- Added missing sys module for Python version determination
23
+
24
+
25
+
## [1.6.1] - 2019-12-26
26
+
27
+
### Fixed
28
+
- Convert subprocess output to string
29
+
30
+
31
+
## [1.6.0] - 2019-12-26
32
+
33
+
### Added
34
+
- Validate possible values of RestartAction key in Munki pkginfo
35
+
- New hook to check Git user email configuration (`git config user.email`)
36
+
37
+
38
+
## [1.5.2] - 2019-11-26
39
+
40
+
### Fixed
41
+
- Removed redundant EndOfCheckPhase check
42
+
- Added URLGetter minimum version (although we should never need this since URLGetter is not meant to be called directly)
43
+
44
+
45
+
## [1.5.1] - 2019-09-21
46
+
47
+
### Added
48
+
- Checking for downloader processors without EndOfCheckPhase
49
+
50
+
51
+
## [1.5.0] - 2019-09-17
52
+
53
+
### Added
54
+
- Warn if using deprecated AutoPkg processors (only one exists now: CURLDownloader)
0 commit comments