From 3a51c02df4ecab24911c5147668629de211f84cd Mon Sep 17 00:00:00 2001 From: jeannegreulich Date: Fri, 24 Jul 2020 14:27:14 -0400 Subject: [PATCH] (SIMP-8121) Update simplib upper bound (#27) * (SIMP-8121) Update simplib upper bound - update the simplib upper bound in metadata.json to include the version being released in SIMP 6.5 SIMP-8121 #comment simp_snmpd * Update CHANGELOG --- CHANGELOG | 3 +++ metadata.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a112e1c..ec6464b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Thu Jul 23 2020 Jeanne Greulich - 0.2.1-0 +- update the upper bound of simplib for SIMP 6.5 release + * Fri Aug 02 2019 Robert Vincent - 0.2.0-0 - Drop Puppet 4 support - Add Puppet 6 support diff --git a/metadata.json b/metadata.json index 4e6e1c0..acb5ebe 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-simp_snmpd", - "version": "0.2.0", + "version": "0.2.1", "author": "SIMP Team", "summary": "Configures snmpd agent using v3 USM on the client", "license": "Apache-2.0", @@ -15,7 +15,7 @@ "dependencies": [ { "name": "simp/simplib", - "version_requirement": ">= 3.5.0 < 4.0.0" + "version_requirement": ">= 3.5.0 < 5.0.0" }, { "name": "simp/iptables",