Skip to content

Commit 168f22e

Browse files
committed
Add VariableSetter to minimum AutoPkg version validation
1 parent dbbc5b7 commit 168f22e

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file. This projec
1212

1313
## [Unreleased]
1414

15+
### Added
16+
17+
- Added support for minimum AutoPkg version validation for new [VariableSetter](https://github.com/autopkg/autopkg/wiki/Processor-VariableSetter) processor.
18+
1519
### Changed
1620

1721
- `check-munki-pkgsinfo` now skips warning about missing packages if a `PackageCompleteURL` key is set in the pkginfo.

pre_commit_macadmin_hooks/check_autopkg_recipes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def validate_minimumversion(process, min_vers, ignore_min_vers_before, filename)
235235
"URLDownloader": "0.0",
236236
"URLDownloaderPython": "2.4.1",
237237
"URLTextSearcher": "0.2.9",
238+
"VariableSetter": "2.9.0",
238239
"Versioner": "0.1.0",
239240
}
240241

0 commit comments

Comments
 (0)