Skip to content

Commit 67314fe

Browse files
committed
check_autopkg_recipes: Add FindAndReplace version req
1 parent 68241a2 commit 67314fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. This projec
1717
- `check-autopkg-recipes` and `check-munki-pkgsinfo` now validates that `supported_architectures` values are set appropriately.
1818
- In anticipation of Munki 7, `check-munki-pkgsinfo` validates that `version_script` is a string starting with a script shebang.
1919
- `check-munki-pkgsinfo` now checks for specific deprecated `installer_type` and `uninstall_method` values, most of which are detailed [here](https://github.com/munki/munki/wiki/Deprecation-Notes).
20+
- Added new FindAndReplace core processor version requirements for AutoPkg recipes.
2021

2122
### Changed
2223

pre_commit_hooks/check_autopkg_recipes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def validate_minimumversion(process, min_vers, ignore_min_vers_before, filename)
198198
"FileCreator": "0.0",
199199
"FileFinder": "0.2.3",
200200
"FileMover": "0.2.9",
201+
"FindAndReplace": "2.7.6",
201202
"FlatPkgPacker": "0.2.4",
202203
"FlatPkgUnpacker": "0.1.0",
203204
"GitHubReleasesInfoProvider": "0.5.0",

0 commit comments

Comments
 (0)