From 37feac6223d9d33614ff2d8baac536e3c231fca0 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Mon, 16 Sep 2024 11:08:04 -0500 Subject: [PATCH] [puppetsync] Support simp-iptables 7.x (#178) --- CHANGELOG | 3 +++ metadata.json | 4 ++-- spec/spec_helper.rb | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8a52164..9431eb7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Fri Sep 13 2024 Steven Pritchard - 6.19.0 +- [puppetsync] Update module dependencies to support simp-iptables 7.x + * Wed Jul 10 2024 Steven Pritchard - 6.18.2 - Fix calls to `FileUtils.mkdir_p` to work on Ruby 3 diff --git a/metadata.json b/metadata.json index 738fb15..96d47d8 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-ssh", - "version": "6.18.2", + "version": "6.19.0", "author": "SIMP Team", "summary": "Manage ssh", "license": "Apache-2.0", @@ -35,7 +35,7 @@ }, { "name": "simp/iptables", - "version_requirement": ">= 6.5.3 < 7.0.0" + "version_requirement": ">= 6.5.3 < 8.0.0" }, { "name": "simp/oath", diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 1b21aa4..ef4fe64 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -100,7 +100,6 @@ def set_hieradata(hieradata) c.mock_with :rspec c.module_path = File.join(fixture_path, 'modules') - c.manifest_dir = File.join(fixture_path, 'manifests') if c.respond_to?(:manifest_dir) c.hiera_config = File.join(fixture_path, 'hieradata', 'hiera.yaml')