diff --git a/CHANGELOG.md b/CHANGELOG.md index ede6049..af26d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,18 @@ # Changelog -## Changelog generator problem - older changes included in current delta +## Changelog generator still broken, sorry -## [v2.3.1](https://github.com/dev-sec/puppet-os-hardening/tree/v2.3.1) (2021-07-19) +### Really new in v2.3.2 -[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.3.0...v2.3.1) +- Backwards incompatible breaking change in PR279 [\#284](https://github.com/dev-sec/puppet-os-hardening/issues/284) +- Backwards incompatible breaking change in PR279 \(\#284\) [\#285](https://github.com/dev-sec/puppet-os-hardening/pull/285) ([earthgecko](https://github.com/earthgecko)) + +## [v2.3.2](https://github.com/dev-sec/puppet-os-hardening/tree/v2.3.2) (2021-07-22) + +[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.3.1...v2.3.2) **Implemented enhancements:** -- Add support for Puppet 7 [\#267](https://github.com/dev-sec/puppet-os-hardening/issues/267) -- allow defining parameters in hiera [\#248](https://github.com/dev-sec/puppet-os-hardening/issues/248) -- Add integration tests for current platforms [\#172](https://github.com/dev-sec/puppet-os-hardening/issues/172) - Add Puppet 7 tests + new versions [\#282](https://github.com/dev-sec/puppet-os-hardening/pull/282) ([mcgege](https://github.com/mcgege)) - Remove Puppet v5 support + tests [\#281](https://github.com/dev-sec/puppet-os-hardening/pull/281) ([mcgege](https://github.com/mcgege)) - update to PDK template 2.1.1 [\#278](https://github.com/dev-sec/puppet-os-hardening/pull/278) ([mcgege](https://github.com/mcgege)) @@ -26,12 +28,29 @@ **Fixed bugs:** +- Backwards incompatible breaking change in PR279 [\#284](https://github.com/dev-sec/puppet-os-hardening/issues/284) +- Backwards incompatible breaking change in PR279 \(\#284\) [\#285](https://github.com/dev-sec/puppet-os-hardening/pull/285) ([earthgecko](https://github.com/earthgecko)) - Activate manage\_cron\_permissions to satisfy cron tests [\#269](https://github.com/dev-sec/puppet-os-hardening/pull/269) ([mcgege](https://github.com/mcgege)) - Solve bundle problem on automated tests [\#268](https://github.com/dev-sec/puppet-os-hardening/pull/268) ([mcgege](https://github.com/mcgege)) - add source for chef-utils gem \(bundle confusion\) [\#265](https://github.com/dev-sec/puppet-os-hardening/pull/265) ([mcgege](https://github.com/mcgege)) - Revert "secure\_redirects should be set to 1 \(default\)" [\#260](https://github.com/dev-sec/puppet-os-hardening/pull/260) ([mcgege](https://github.com/mcgege)) - Switch to Inspec 4 to break bundler loop [\#257](https://github.com/dev-sec/puppet-os-hardening/pull/257) ([mcgege](https://github.com/mcgege)) +**Merged pull requests:** + +- Add ignore\_max\_files\_warnings \(\#279\) [\#280](https://github.com/dev-sec/puppet-os-hardening/pull/280) ([earthgecko](https://github.com/earthgecko)) +- Disable sysctl configuration [\#253](https://github.com/dev-sec/puppet-os-hardening/pull/253) ([Tahitibob35](https://github.com/Tahitibob35)) + +## [2.3.1](https://github.com/dev-sec/puppet-os-hardening/tree/2.3.1) (2021-07-19) + +[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.3.0...2.3.1) + +**Implemented enhancements:** + +- Add support for Puppet 7 [\#267](https://github.com/dev-sec/puppet-os-hardening/issues/267) +- allow defining parameters in hiera [\#248](https://github.com/dev-sec/puppet-os-hardening/issues/248) +- Add integration tests for current platforms [\#172](https://github.com/dev-sec/puppet-os-hardening/issues/172) + **Closed issues:** - New warning - max\_files - exceeds the default soft limit 1000 [\#279](https://github.com/dev-sec/puppet-os-hardening/issues/279) @@ -40,11 +59,6 @@ - Duplicate declaration [\#270](https://github.com/dev-sec/puppet-os-hardening/issues/270) - Using relative file modes can result very wrong in some cases [\#222](https://github.com/dev-sec/puppet-os-hardening/issues/222) -**Merged pull requests:** - -- Add ignore\_max\_files\_warnings \(\#279\) [\#280](https://github.com/dev-sec/puppet-os-hardening/pull/280) ([earthgecko](https://github.com/earthgecko)) -- Disable sysctl configuration [\#253](https://github.com/dev-sec/puppet-os-hardening/pull/253) ([Tahitibob35](https://github.com/Tahitibob35)) - ## [2.3.0](https://github.com/dev-sec/puppet-os-hardening/tree/2.3.0) (2021-02-10) [Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.11...2.3.0) diff --git a/metadata.json b/metadata.json index b1b5dae..b82a43d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "hardening-os_hardening", - "version": "2.3.1", + "version": "2.3.2", "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 b1b5dae..b82a43d 100644 --- a/test/fixtures/metadata.json +++ b/test/fixtures/metadata.json @@ -1,6 +1,6 @@ { "name": "hardening-os_hardening", - "version": "2.3.1", + "version": "2.3.2", "author": "Dominik Richter", "summary": "Configures the base OS with hardening", "license": "Apache-2.0",