Skip to content

Commit 1b95e2c

Browse files
committed
Update minimum version to 2.3 for multiple recipes
1 parent ab65e36 commit 1b95e2c

File tree

47 files changed

+53
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+53
-69
lines changed

Diff for: Adobe/AdobeExpiryCheck.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the Adobe Device License Expiry Check tool - https://helpx.adobe.com/enterprise/kb/volume-license-expiration-check.html
22
Identifier: com.github.neilmartin83.download.AdobeExpiryCheck
3-
MinimumVersion: 0.5.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: AdobeExpiryCheck

Diff for: Adobe/AdobeExpiryCheck.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Packages the Adobe Device License Expiry Check tool so it installs in /usr/local/bin
22
Identifier: com.github.neilmartin83.pkg.AdobeExpiryCheck
33
ParentRecipe: com.github.neilmartin83.download.AdobeExpiryCheck
4-
MinimumVersion: 0.5.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: AdobeExpiryCheck

Diff for: Adobe/AdobeUninstallUnauthorizedVersions.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the Unauthorised Versions Uninstaller tool - https://helpx.adobe.com/enterprise/kb/remove-unauthorized-versions.html
22
Identifier: com.github.neilmartin83.download.AdobeUninstallUnauthorizedVersions
3-
MinimumVersion: 0.5.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: AdobeUninstallUnauthorizedVersions

Diff for: Adobe/AdobeUninstallUnauthorizedVersions.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Packages the Unauthorized Versions Uninstaller tool so it will install in /private/tmp and adds a postinstall script to run it
22
Identifier: com.github.neilmartin83.pkg.AdobeUninstallUnauthorizedVersions
33
ParentRecipe: com.github.neilmartin83.download.AdobeUninstallUnauthorizedVersions
4-
MinimumVersion: 0.5.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: AdobeUninstallUnauthorizedVersions

Diff for: Andrew Belt/VCV Rack.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the latest version of VCV Rack.
22
Identifier: com.github.neilmartin83.download.VCVRack
3-
MinimumVersion: 1.0.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: VCV_Rack

Diff for: Andrew Belt/VCV Rack.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of VCV Rack and creates a package.
22
Identifier: com.github.neilmartin83.pkg.VCVRack
33
ParentRecipe: com.github.neilmartin83.download.VCVRack
4-
MinimumVersion: 1.0.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: VCV_Rack

Diff for: Astute/Astute Manager.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the latest version of Astute Manager.
22
Identifier: com.github.neilmartin83.download.Astute Manager
3-
MinimumVersion: 1.0.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: AstuteManager

Diff for: Astute/Astute Manager.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Astute Manager and creates a package.
22
Identifier: com.github.neilmartin83.pkg.Astute Manager
33
ParentRecipe: com.github.neilmartin83.download.Astute Manager
4-
MinimumVersion: 1.0.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: AstuteManager

Diff for: Belight Software/LabelsandAddresses.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the latest version of Labels and Addresses.
22
Identifier: com.github.neilmartin83.download.LabelsandAddresses
3-
MinimumVersion: 1.0.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: LabelsandAddresses

Diff for: Belight Software/LabelsandAddresses.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Labels & Addresses and creates a package.
22
Identifier: com.github.neilmartin83.pkg.LabelsandAddresses
33
ParentRecipe: com.github.neilmartin83.download.LabelsandAddresses
4-
MinimumVersion: 1.0.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: LabelsandAddresses

Diff for: Danny Storm/Fanny.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the latest version of Fanny
22
Identifier: com.github.neilmartin83.download.Fanny
3-
MinimumVersion: 0.5.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: Fanny

Diff for: Danny Storm/Fanny.munki.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Fanny and imports into Munki
22
Identifier: com.github.neilmartin83.munki.Fanny
33
ParentRecipe: com.github.neilmartin83.pkg.Fanny
4-
MinimumVersion: 0.5.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: Fanny

Diff for: Danny Storm/Fanny.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Fanny and creates a package
22
Identifier: com.github.neilmartin83.pkg.Fanny
33
ParentRecipe: com.github.neilmartin83.download.Fanny
4-
MinimumVersion: 0.5.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: Fanny

Diff for: Erik Berglund/ProfileCreator.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description: |
55
via Input in an override or via the -k option,
66
i.e.: `-k PRERELEASE=yes"
77
Identifier: com.github.neilmartin83.download.ProfileCreator
8-
MinimumVersion: 1.0.0
8+
MinimumVersion: "2.3"
99

1010
Input:
1111
NAME: ProfileCreator

Diff for: Erik Berglund/ProfileCreator.install.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads and installs the current release version of ProfileCreator.
22
Identifier: com.github.neilmartin83.install.ProfileCreator
33
ParentRecipe: com.github.neilmartin83.pkg.ProfileCreator
4-
MinimumVersion: 0.6.1
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: ProfileCreator

Diff for: Erik Berglund/ProfileCreator.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of ProfileCreator and creates a package.
22
Identifier: com.github.neilmartin83.pkg.ProfileCreator
33
ParentRecipe: com.github.neilmartin83.download.ProfileCreator
4-
MinimumVersion: 1.0.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: ProfileCreator

Diff for: Finale/Finale.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: |
77
88
Inspired by Anthony Reimer's Finale recipes.
99
Identifier: com.github.neilmartin83.pkg.Finale
10-
MinimumVersion: 0.5.0
10+
MinimumVersion: "2.3"
1111

1212
Input:
1313
NAME: Finale

Diff for: Frederik Berlaen/DrawBot.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the latest version of DrawBot.
22
Identifier: com.github.neilmartin83.download.DrawBot
3-
MinimumVersion: 1.0.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: DrawBot

Diff for: Frederik Berlaen/DrawBot.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of DrawBot and creates a package.
22
Identifier: com.github.neilmartin83.pkg.DrawBot
33
ParentRecipe: com.github.neilmartin83.download.DrawBot
4-
MinimumVersion: 1.0.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: DrawBot

Diff for: Hasselblad/Phocus.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the specified version of Phocus.
22
Identifier: com.github.neilmartin83.download.Phocus
3-
MinimumVersion: 1.0.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: Phocus

Diff for: Hasselblad/Phocus.munki.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Phocus and imports into Munki
22
Identifier: com.github.neilmartin83.munki.Phocus
33
ParentRecipe: com.github.neilmartin83.download.Phocus
4-
MinimumVersion: 0.5.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: Phocus

Diff for: Hasselblad/Phocus.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Phocus and creates a package.
22
Identifier: com.github.neilmartin83.pkg.Phocus
33
ParentRecipe: com.github.neilmartin83.download.Phocus
4-
MinimumVersion: 1.0.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: Phocus

Diff for: JamfTest.jamf.recipe.yaml

+7-23
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,18 @@
11
Description: Jamf Test Recipe.
22
Identifier: com.github.neilmartin83.Jamf
3-
MinimumVersion: 0.2.0
3+
MinimumVersion: "2.3"
44

55
Input:
6+
NAME: Microsoft Word
67
OBJECT_NAME: A Name
78
OBJECT_TYPE: computer_extension_attribute_classic
89
VALUE: Hello there!
910

1011
Process:
1112

12-
- Processor: com.github.grahampugh.jamf-upload.processors/JamfObjectReader
13+
- Processor: com.github.grahampugh.recipes.commonprocessors/IconGenerator
1314
Arguments:
14-
object_name: "Machine Role"
15-
object_type: computer_extension_attribute_classic
16-
output_path: "%RECIPE_CACHE_DIR%"
17-
18-
- Processor: FileFinder
19-
Arguments:
20-
pattern: "%RECIPE_CACHE_DIR%/*.xml"
21-
22-
- Processor: com.github.neilmartin83.SharedProcessors/AddXMLTagProcessor
23-
Arguments:
24-
input_path: "%found_filename%"
25-
parent_xpath: .//popup_choices
26-
new_element: choice
27-
text: "%VALUE%"
28-
29-
- Processor: com.github.grahampugh.jamf-upload.processors/JamfClassicAPIObjectUploader
30-
Arguments:
31-
object_name: "%OBJECT_NAME%"
32-
object_template: "%found_filename%"
33-
object_type: "%OBJECT_TYPE%"
34-
replace_object: "True"
15+
source_app: /Applications/Microsoft Word.app
16+
composite_install_path: "%RECIPE_CACHE_DIR%/%NAME%-install.png"
17+
composite_update_path: "%RECIPE_CACHE_DIR%/%NAME%-update.png"
18+
composite_uninstall_path: "%RECIPE_CACHE_DIR%/%NAME%-uninstall.png"

Diff for: LAPS-for-macOS/LAPS-for-macOS.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the latest version of LAPS for macOS.
22
Identifier: com.github.neilmartin83.download.LAPSformacOS
3-
MinimumVersion: 1.0.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: LAPS-for-macOS

Diff for: LAPS-for-macOS/LAPS-for-macOS.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of LAPS for macOS and builds a package.
22
Identifier: com.github.neilmartin83.pkg.LAPSformacOS
33
ParentRecipe: com.github.neilmartin83.download.LAPSformacOS
4-
MinimumVersion: 0.2.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: LAPS-for-macOS

Diff for: Logitech/Logitech Camera Settings.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the latest version of Logitech Camera Settings.
22
Identifier: com.github.neilmartin83-recipes.download.Logitech Camera Settings
3-
MinimumVersion: 0.3.1
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: Logitech Control Center

Diff for: Logitech/Logitech Camera Settings.munki.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Logitech Camera Settings and imports it into Munki.
22
Identifier: com.github.neilmartin83-recipes.munki.Logitech Camera Settings
33
ParentRecipe: com.github.neilmartin83-recipes.download.Logitech Camera Settings
4-
MinimumVersion: 1.0.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: Logitech Camera Settings

Diff for: Mounty for NTFS/Mounty.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Mounty and creates a package.
22
Identifier: com.github.neilmartin83.pkg.Mounty
33
ParentRecipe: com.github.andrewvalentine.download.Mounty
4-
MinimumVersion: 1.0.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: Mounty

Diff for: Mozilla/FirefoxPolicies.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Description: |
2121
so you may need to verify that any particular combination is offered."
2222
Identifier: com.github.neilmartin83.pkg.FirefoxPolicies
2323
ParentRecipe: com.github.autopkg.download.firefox-rc-en_US
24-
MinimumVersion: 0.4.0
24+
MinimumVersion: "2.3"
2525

2626
Input:
2727
NAME: Firefox

Diff for: Native Instruments/NativeAccess.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the latest version of Native Instruments Native Access.
22
Identifier: com.github.neilmartin83.download.NativeAccess
3-
MinimumVersion: 1.0.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: Native_Instruments_Native_Access

Diff for: Native Instruments/NativeAccess.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Native Instruments Native Access and creates a package.
22
Identifier: com.github.neilmartin83.pkg.NativeAccess
33
ParentRecipe: com.github.neilmartin83.download.NativeAccess
4-
MinimumVersion: 1.0.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: Native_Instruments_Native_Access

Diff for: Nucleo/Nucleo.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the latest version of Nucleo
22
Identifier: com.github.neilmartin83-recipes.download.Nucleo
3-
MinimumVersion: 0.5.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: Nucleo

Diff for: Nucleo/Nucleo.munki.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Nucleo and imports into Munki
22
Identifier: com.github.neilmartin83-recipes.munki.Nucleo
33
ParentRecipe: com.github.neilmartin83-recipes.download.Nucleo
4-
MinimumVersion: 0.5.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: Nucleo

Diff for: Nucleo/Nucleo.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Nucleo and creates a package
22
Identifier: com.github.neilmartin83-recipes.pkg.Nucleo
33
ParentRecipe: com.github.neilmartin83-recipes.download.Nucleo
4-
MinimumVersion: 0.5.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: Nucleo

Diff for: RecipeBuilder/RecipeBuilder.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the latest version of RecipeBuilder
22
Identifier: com.github.neilmartin83.download.RecipeBuilder
3-
MinimumVersion: 0.5.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: RecipeBuilder

Diff for: RecipeBuilder/RecipeBuilder.jss.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of RecipeBuilder and then uploads to the JSS
22
Identifier: com.github.neilmartin83.jss.RecipeBuilder
33
ParentRecipe: com.github.neilmartin83.pkg.RecipeBuilder
4-
MinimumVersion: 0.6.1
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: RecipeBuilder

Diff for: RecipeBuilder/RecipeBuilder.munki.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of RecipeBuilder and imports into Munki
22
Identifier: com.github.neilmartin83.munki.RecipeBuilder
33
ParentRecipe: com.github.neilmartin83.download.RecipeBuilder
4-
MinimumVersion: 0.5.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: RecipeBuilder

Diff for: RecipeBuilder/RecipeBuilder.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of RecipeBuilder and creates a package
22
Identifier: com.github.neilmartin83.pkg.RecipeBuilder
33
ParentRecipe: com.github.neilmartin83.download.RecipeBuilder
4-
MinimumVersion: 0.5.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: RecipeBuilder

Diff for: Tenable/Nessus Agent.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the latest version of Nessus Agent
22
Identifier: com.github.neilmartin83-recipes.download.Nessus Agent
3-
MinimumVersion: 0.5.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: Nessus Agent

Diff for: Tenable/Nessus Agent.munki.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Nessus Agent and imports into Munki
22
Identifier: com.github.neilmartin83-recipes.munki.Nessus Agent
33
ParentRecipe: com.github.neilmartin83-recipes.pkg.Nessus Agent
4-
MinimumVersion: 0.5.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: Nessus Agent

Diff for: Tenable/Nessus Agent.pkg.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Description: Downloads the latest version of Nessus Agent and creates a package
22
Identifier: com.github.neilmartin83-recipes.pkg.Nessus Agent
33
ParentRecipe: com.github.neilmartin83-recipes.download.Nessus Agent
4-
MinimumVersion: 0.5.0
4+
MinimumVersion: "2.3"
55

66
Input:
77
NAME: Nessus Agent

Diff for: Trail of Bits/Sinter.download.recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Description: Downloads the latest version of Sinter
22
Identifier: com.github.neilmartin83.download.Sinter
3-
MinimumVersion: 0.5.0
3+
MinimumVersion: "2.3"
44

55
Input:
66
NAME: Sinter

0 commit comments

Comments
 (0)