From df4f272cb4d8ad7308d0247042f12c7584daf86e Mon Sep 17 00:00:00 2001 From: Michael Geiger Date: Mon, 28 Dec 2020 13:47:31 +0100 Subject: [PATCH] New release 2.2.10 Signed-off-by: Michael Geiger --- CHANGELOG.md | 24 ++++++++++++++++++++++-- metadata.json | 2 +- test/fixtures/metadata.json | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a414c..813ebd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,28 @@ # Changelog -## [v2.2.9](https://github.com/dev-sec/puppet-os-hardening/tree/v2.2.9) (2020-12-03) +## [v2.2.10](https://github.com/dev-sec/puppet-os-hardening/tree/v2.2.10) (2020-12-28) -[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.8...v2.2.9) +[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.9...v2.2.10) + +**Implemented enhancements:** + +- Fix + switch for arp\_ignore [\#256](https://github.com/dev-sec/puppet-os-hardening/pull/256) ([mcgege](https://github.com/mcgege)) + +**Fixed bugs:** + +- Switch to Inspec 4 to break bundler loop [\#257](https://github.com/dev-sec/puppet-os-hardening/pull/257) ([mcgege](https://github.com/mcgege)) + +**Closed issues:** + +- os\_hardening failing on centos7 [\#241](https://github.com/dev-sec/puppet-os-hardening/issues/241) + +**Merged pull requests:** + +- Disable sysctl configuration [\#253](https://github.com/dev-sec/puppet-os-hardening/pull/253) ([Tahitibob35](https://github.com/Tahitibob35)) + +## [2.2.9](https://github.com/dev-sec/puppet-os-hardening/tree/2.2.9) (2020-12-03) + +[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.8...2.2.9) **Implemented enhancements:** diff --git a/metadata.json b/metadata.json index 4e28d3b..d820dc9 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "hardening-os_hardening", - "version": "2.2.9", + "version": "2.2.10", "author": "Dominik Richter", "summary": "Configures the base OS with hardening", "license": "Apache-2.0", diff --git a/test/fixtures/metadata.json b/test/fixtures/metadata.json index 4e28d3b..d820dc9 100644 --- a/test/fixtures/metadata.json +++ b/test/fixtures/metadata.json @@ -1,6 +1,6 @@ { "name": "hardening-os_hardening", - "version": "2.2.9", + "version": "2.2.10", "author": "Dominik Richter", "summary": "Configures the base OS with hardening", "license": "Apache-2.0",