Skip to content

Commit

Permalink
Allow newer dependencies, support puppet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Feb 14, 2024
1 parent 5bb556d commit 2551434
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions metadata.json
@@ -1,6 +1,6 @@
{
"name": "deric-hindsight",
"version": "0.5.1",
"version": "0.6.0",
"author": "deric",
"summary": "Manage Hindsight log processing service",
"license": "Apache-2.0",
Expand All @@ -10,11 +10,11 @@
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.2.0 < 9.0.0"
"version_requirement": ">= 4.2.0 < 10.0.0"
},
{
"name": "puppetlabs-concat",
"version_requirement": ">= 1.2.0 < 9.0.0"
"version_requirement": ">= 1.2.0 < 10.0.0"
}
],
"operatingsystem_support": [
Expand All @@ -23,7 +23,8 @@
"operatingsystemrelease": [
"9",
"10",
"11"
"11",
"12"
]
},
{
Expand Down Expand Up @@ -53,7 +54,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.21.0 < 8.0.0"
"version_requirement": ">= 6.21.0 < 9.0.0"
}
],
"pdk-version": "3.0.1",
Expand Down

0 comments on commit 2551434

Please sign in to comment.