diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba14ee..209b54d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,32 @@ # Changelog -## [v2.2.6](https://github.com/dev-sec/puppet-os-hardening/tree/v2.2.6) (2019-07-24) +## [v2.2.7](https://github.com/dev-sec/puppet-os-hardening/tree/v2.2.7) (2019-10-04) -[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.5...v2.2.6) +[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.6...v2.2.7) + +**Implemented enhancements:** + +- If disabled service should also be stopped [\#226](https://github.com/dev-sec/puppet-os-hardening/pull/226) ([mcgege](https://github.com/mcgege)) +- Manage files /etc/anacrontab and crontab equally [\#225](https://github.com/dev-sec/puppet-os-hardening/pull/225) ([mcgege](https://github.com/mcgege)) + +**Fixed bugs:** + +- Travis-CI fix \(kitchen / faraday broken?\) [\#228](https://github.com/dev-sec/puppet-os-hardening/pull/228) ([mcgege](https://github.com/mcgege)) + +**Closed issues:** + +- disabled\_services should be stopped too [\#224](https://github.com/dev-sec/puppet-os-hardening/issues/224) +- os\_hardening::minimize\_access should treat anacrontab the same as crontab [\#223](https://github.com/dev-sec/puppet-os-hardening/issues/223) + +**Merged pull requests:** + +- CentOS 8 support [\#229](https://github.com/dev-sec/puppet-os-hardening/pull/229) ([mcgege](https://github.com/mcgege)) +- Updates from pdk template 1.13.0 [\#227](https://github.com/dev-sec/puppet-os-hardening/pull/227) ([mcgege](https://github.com/mcgege)) +- Updates from pdk template 1.12.0 [\#221](https://github.com/dev-sec/puppet-os-hardening/pull/221) ([mcgege](https://github.com/mcgege)) + +## [2.2.6](https://github.com/dev-sec/puppet-os-hardening/tree/2.2.6) (2019-07-24) + +[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.5...2.2.6) **Implemented enhancements:** diff --git a/metadata.json b/metadata.json index 47e8a8f..c7504f4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "hardening-os_hardening", - "version": "2.2.6", + "version": "2.2.7", "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 c90001b..c7504f4 100644 --- a/test/fixtures/metadata.json +++ b/test/fixtures/metadata.json @@ -1,6 +1,6 @@ { "name": "hardening-os_hardening", - "version": "2.2.6", + "version": "2.2.7", "author": "Dominik Richter", "summary": "Configures the base OS with hardening", "license": "Apache-2.0", @@ -29,7 +29,8 @@ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", - "7" + "7", + "8" ] }, { @@ -77,7 +78,7 @@ "version_requirement": ">= 5.0.0 < 7.0.0" } ], - "template-url": "https://github.com/dev-sec/puppet-pdk-template#1.11.1", - "pdk-version": "1.11.1", - "template-ref": "tags/1.11.1-0-g535a8d8" + "template-url": "https://github.com/dev-sec/puppet-pdk-template#1.13.0", + "pdk-version": "1.13.0", + "template-ref": "tags/1.13.0-0-g06d1dd0" }