From f0bde88413a14b3146e3803ce8e2d196c4a9fa76 Mon Sep 17 00:00:00 2001 From: Lukas Audzevicius <97180854+LukasAud@users.noreply.github.com> Date: Tue, 6 Dec 2022 17:11:17 +0000 Subject: [PATCH] (GH-1097) Bumping back required puppet version (#1098) Prior to this commit, due to a mistake, there was a reversion to the previously implemented bump to minimum required puppet version, which was part of the CVE update. This commit aims to address issue 1097 in Github which brings to light the need for this puppet bump to be restored to 6.24 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index ed133ae..ea089d1 100644 --- a/metadata.json +++ b/metadata.json @@ -79,7 +79,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 6.0.0 < 8.0.0" + "version_requirement": ">= 6.24.0 < 8.0.0" } ], "template-url": "https://github.com/puppetlabs/pdk-templates.git#main", -- 2.45.2