Skip to content

Commit 5c6ee8a

Browse files
committed
New release 2.3.2
Signed-off-by: Michael Geiger <[email protected]>
1 parent f9fb0b7 commit 5c6ee8a

File tree

3 files changed

+27
-13
lines changed

3 files changed

+27
-13
lines changed

CHANGELOG.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# Changelog
22

3-
## Changelog generator problem - older changes included in current delta
3+
## Changelog generator still broken, sorry
44

5-
## [v2.3.1](https://github.com/dev-sec/puppet-os-hardening/tree/v2.3.1) (2021-07-19)
5+
### Really new in v2.3.2
66

7-
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.3.0...v2.3.1)
7+
- Backwards incompatible breaking change in PR279 [\#284](https://github.com/dev-sec/puppet-os-hardening/issues/284)
8+
- Backwards incompatible breaking change in PR279 \(\#284\) [\#285](https://github.com/dev-sec/puppet-os-hardening/pull/285) ([earthgecko](https://github.com/earthgecko))
9+
10+
## [v2.3.2](https://github.com/dev-sec/puppet-os-hardening/tree/v2.3.2) (2021-07-22)
11+
12+
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.3.1...v2.3.2)
813

914
**Implemented enhancements:**
1015

11-
- Add support for Puppet 7 [\#267](https://github.com/dev-sec/puppet-os-hardening/issues/267)
12-
- allow defining parameters in hiera [\#248](https://github.com/dev-sec/puppet-os-hardening/issues/248)
13-
- Add integration tests for current platforms [\#172](https://github.com/dev-sec/puppet-os-hardening/issues/172)
1416
- Add Puppet 7 tests + new versions [\#282](https://github.com/dev-sec/puppet-os-hardening/pull/282) ([mcgege](https://github.com/mcgege))
1517
- Remove Puppet v5 support + tests [\#281](https://github.com/dev-sec/puppet-os-hardening/pull/281) ([mcgege](https://github.com/mcgege))
1618
- 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 @@
2628

2729
**Fixed bugs:**
2830

31+
- Backwards incompatible breaking change in PR279 [\#284](https://github.com/dev-sec/puppet-os-hardening/issues/284)
32+
- Backwards incompatible breaking change in PR279 \(\#284\) [\#285](https://github.com/dev-sec/puppet-os-hardening/pull/285) ([earthgecko](https://github.com/earthgecko))
2933
- Activate manage\_cron\_permissions to satisfy cron tests [\#269](https://github.com/dev-sec/puppet-os-hardening/pull/269) ([mcgege](https://github.com/mcgege))
3034
- Solve bundle problem on automated tests [\#268](https://github.com/dev-sec/puppet-os-hardening/pull/268) ([mcgege](https://github.com/mcgege))
3135
- add source for chef-utils gem \(bundle confusion\) [\#265](https://github.com/dev-sec/puppet-os-hardening/pull/265) ([mcgege](https://github.com/mcgege))
3236
- 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))
3337
- Switch to Inspec 4 to break bundler loop [\#257](https://github.com/dev-sec/puppet-os-hardening/pull/257) ([mcgege](https://github.com/mcgege))
3438

39+
**Merged pull requests:**
40+
41+
- Add ignore\_max\_files\_warnings \(\#279\) [\#280](https://github.com/dev-sec/puppet-os-hardening/pull/280) ([earthgecko](https://github.com/earthgecko))
42+
- Disable sysctl configuration [\#253](https://github.com/dev-sec/puppet-os-hardening/pull/253) ([Tahitibob35](https://github.com/Tahitibob35))
43+
44+
## [2.3.1](https://github.com/dev-sec/puppet-os-hardening/tree/2.3.1) (2021-07-19)
45+
46+
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.3.0...2.3.1)
47+
48+
**Implemented enhancements:**
49+
50+
- Add support for Puppet 7 [\#267](https://github.com/dev-sec/puppet-os-hardening/issues/267)
51+
- allow defining parameters in hiera [\#248](https://github.com/dev-sec/puppet-os-hardening/issues/248)
52+
- Add integration tests for current platforms [\#172](https://github.com/dev-sec/puppet-os-hardening/issues/172)
53+
3554
**Closed issues:**
3655

3756
- 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 @@
4059
- Duplicate declaration [\#270](https://github.com/dev-sec/puppet-os-hardening/issues/270)
4160
- Using relative file modes can result very wrong in some cases [\#222](https://github.com/dev-sec/puppet-os-hardening/issues/222)
4261

43-
**Merged pull requests:**
44-
45-
- Add ignore\_max\_files\_warnings \(\#279\) [\#280](https://github.com/dev-sec/puppet-os-hardening/pull/280) ([earthgecko](https://github.com/earthgecko))
46-
- Disable sysctl configuration [\#253](https://github.com/dev-sec/puppet-os-hardening/pull/253) ([Tahitibob35](https://github.com/Tahitibob35))
47-
4862
## [2.3.0](https://github.com/dev-sec/puppet-os-hardening/tree/2.3.0) (2021-02-10)
4963

5064
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.11...2.3.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardening-os_hardening",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"author": "Dominik Richter",
55
"summary": "Configures the base OS with hardening",
66
"license": "Apache-2.0",

test/fixtures/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardening-os_hardening",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"author": "Dominik Richter",
55
"summary": "Configures the base OS with hardening",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)