Skip to content

Commit

Permalink
Update puppet-snmp upper bound (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-Adrian authored Jun 30, 2022
1 parent ae6509d commit c95f6bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Thu Jun 30 2022 Andy Adrian <[email protected]> - 1.1.1
- Expanded puppet/snmp dependency range to < 7.0.0

* Thu Jun 17 2021 Chris Tessmer <[email protected]> - 1.1.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-simp_snmpd",
"version": "1.1.0",
"version": "1.1.1",
"author": "SIMP Team",
"summary": "Configures snmpd agent using v3 USM on the client",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
},
{
"name": "puppet/snmp",
"version_requirement": ">= 5.1.0 < 6.0.0"
"version_requirement": ">= 5.1.0 < 7.0.0"
},
{
"name": "puppetlabs/stdlib",
Expand Down

0 comments on commit c95f6bf

Please sign in to comment.