From d9afc70ae6df5f563051cbbd1a9285a267105ae3 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Mon, 24 Aug 2026 19:25:35 +0000 Subject: [PATCH] [puppetsync] Update metadata.json dependency ranges from the Forge This patch updates the module's dependency version ranges (including simp.optional_dependencies) against the Puppet Forge's current releases: modules that moved are renamed per their superseded_by chain, and upper version bounds are raised to '< next major' where the current release fell outside the declared range. Lower bounds and in-range requirements are untouched. The module version is bumped (with a matching CHANGELOG entry) so RELENG checks pass. --- CHANGELOG | 3 +++ metadata.json | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a52ecba..274fc23 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Mon Aug 24 2026 Steven Pritchard - 2.0.1 +- [puppetsync] Update metadata.json dependency ranges from the Forge + * Fri Jul 24 2026 Nicholas Markowski - 2.0.0 - Add `cron::cron_deny_ensure`, `cron::cron_deny_owner`, `cron::cron_deny_group`, and `cron::cron_deny_mode` to optionally manage diff --git a/metadata.json b/metadata.json index 582753a..1faba92 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-cron", - "version": "2.0.0", + "version": "2.0.1", "author": "SIMP Team", "summary": "A SIMP Puppet module for managing cron", "license": "Apache-2.0", @@ -13,15 +13,15 @@ "dependencies": [ { "name": "simp/simplib", - "version_requirement": ">= 4.9.0 < 6.0.0" + "version_requirement": ">= 4.9.0 < 8.0.0" }, { "name": "puppetlabs/concat", - "version_requirement": ">= 6.4.0 < 10.0.0" + "version_requirement": ">= 6.4.0 < 11.0.0" }, { "name": "puppetlabs/stdlib", - "version_requirement": ">= 8.0.0 < 10.0.0" + "version_requirement": ">= 8.0.0 < 11.0.0" } ], "simp": {