Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Mon Aug 24 2026 Steven Pritchard <steve@sicura.us> - 2.0.1
- [puppetsync] Update metadata.json dependency ranges from the Forge

* Fri Jul 24 2026 Nicholas Markowski <nicholas.markowski@onyxpoint.com> - 2.0.0
- Add `cron::cron_deny_ensure`, `cron::cron_deny_owner`,
`cron::cron_deny_group`, and `cron::cron_deny_mode` to optionally manage
Expand Down
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down