From c8d029f4969a7cc05019c6cdf16df2f165271b99 Mon Sep 17 00:00:00 2001 From: fedor Date: Tue, 6 Dec 2022 08:44:16 -0500 Subject: [PATCH] Bump minimal version of tart plugin To include https://github.com/cirruslabs/packer-plugin-tart/pull/34 --- templates/base.pkr.hcl | 2 +- templates/disable-sip.pkr.hcl | 2 +- templates/vanilla-monterey.pkr.hcl | 2 +- templates/vanilla-ventura.pkr.hcl | 2 +- templates/xcode.pkr.hcl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/base.pkr.hcl b/templates/base.pkr.hcl index 184f137..504b098 100644 --- a/templates/base.pkr.hcl +++ b/templates/base.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 0.5.1" + version = ">= 0.5.4" source = "github.com/cirruslabs/tart" } } diff --git a/templates/disable-sip.pkr.hcl b/templates/disable-sip.pkr.hcl index 8a01837..13954b7 100644 --- a/templates/disable-sip.pkr.hcl +++ b/templates/disable-sip.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 0.5.2" + version = ">= 0.5.4" source = "github.com/cirruslabs/tart" } } diff --git a/templates/vanilla-monterey.pkr.hcl b/templates/vanilla-monterey.pkr.hcl index 593a841..9066ad5 100644 --- a/templates/vanilla-monterey.pkr.hcl +++ b/templates/vanilla-monterey.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 0.5.3" + version = ">= 0.5.4" source = "github.com/cirruslabs/tart" } } diff --git a/templates/vanilla-ventura.pkr.hcl b/templates/vanilla-ventura.pkr.hcl index bbfe264..12aa7ab 100644 --- a/templates/vanilla-ventura.pkr.hcl +++ b/templates/vanilla-ventura.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 0.5.3" + version = ">= 0.5.4" source = "github.com/cirruslabs/tart" } } diff --git a/templates/xcode.pkr.hcl b/templates/xcode.pkr.hcl index 4b8e42c..84380ba 100644 --- a/templates/xcode.pkr.hcl +++ b/templates/xcode.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 0.5.1" + version = ">= 0.5.4" source = "github.com/cirruslabs/tart" } }