From b15b089ebe27109ad2dc5b8aadeb75269ae84f74 Mon Sep 17 00:00:00 2001 From: jeannegreulich Date: Thu, 13 Aug 2020 12:23:50 -0400 Subject: [PATCH] (SIMP-8075) Update dependencies (#57) Updated the upper bound of puppetlabs/inifile SIMP-8075 #comment updated gdm inifile Co-authored-by: op-ct --- CHANGELOG | 3 +++ metadata.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 28a2b0d..0b837a9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Wed Jul 29 2020 Jeanne Greulich - 7.2.3-0 +- update the upper bound of puppetlabs/inifiles for SIMP 6.5 release + * Thu Jul 23 2020 Jeanne Greulich - 7.2.2-0 - update the upper bound of simplib for SIMP 6.5 release diff --git a/metadata.json b/metadata.json index faad17d..2fdf19c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-gdm", - "version": "7.2.2", + "version": "7.2.3", "author": "SIMP Team", "summary": "manages GDM", "license": "Apache-2.0", @@ -36,7 +36,7 @@ }, { "name": "puppetlabs/inifile", - "version_requirement": ">= 1.6.0 < 4.0.0" + "version_requirement": ">= 1.6.0 < 5.0.0" }, { "name": "puppetlabs/stdlib",