Skip to content

Commit df4f272

Browse files
committed
New release 2.2.10
Signed-off-by: Michael Geiger <[email protected]>
1 parent 3f983b4 commit df4f272

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
# Changelog
22

3-
## [v2.2.9](https://github.com/dev-sec/puppet-os-hardening/tree/v2.2.9) (2020-12-03)
3+
## [v2.2.10](https://github.com/dev-sec/puppet-os-hardening/tree/v2.2.10) (2020-12-28)
44

5-
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.8...v2.2.9)
5+
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.9...v2.2.10)
6+
7+
**Implemented enhancements:**
8+
9+
- Fix + switch for arp\_ignore [\#256](https://github.com/dev-sec/puppet-os-hardening/pull/256) ([mcgege](https://github.com/mcgege))
10+
11+
**Fixed bugs:**
12+
13+
- Switch to Inspec 4 to break bundler loop [\#257](https://github.com/dev-sec/puppet-os-hardening/pull/257) ([mcgege](https://github.com/mcgege))
14+
15+
**Closed issues:**
16+
17+
- os\_hardening failing on centos7 [\#241](https://github.com/dev-sec/puppet-os-hardening/issues/241)
18+
19+
**Merged pull requests:**
20+
21+
- Disable sysctl configuration [\#253](https://github.com/dev-sec/puppet-os-hardening/pull/253) ([Tahitibob35](https://github.com/Tahitibob35))
22+
23+
## [2.2.9](https://github.com/dev-sec/puppet-os-hardening/tree/2.2.9) (2020-12-03)
24+
25+
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.8...2.2.9)
626

727
**Implemented enhancements:**
828

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.2.9",
3+
"version": "2.2.10",
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.2.9",
3+
"version": "2.2.10",
44
"author": "Dominik Richter",
55
"summary": "Configures the base OS with hardening",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)