Skip to content

Commit 76262c3

Browse files
committed
New release 2.2.7
Signed-off-by: Michael Geiger <[email protected]>
1 parent 2317fc2 commit 76262c3

File tree

3 files changed

+33
-8
lines changed

3 files changed

+33
-8
lines changed

CHANGELOG.md

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

3-
## [v2.2.6](https://github.com/dev-sec/puppet-os-hardening/tree/v2.2.6) (2019-07-24)
3+
## [v2.2.7](https://github.com/dev-sec/puppet-os-hardening/tree/v2.2.7) (2019-10-04)
44

5-
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.5...v2.2.6)
5+
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.6...v2.2.7)
6+
7+
**Implemented enhancements:**
8+
9+
- If disabled service should also be stopped [\#226](https://github.com/dev-sec/puppet-os-hardening/pull/226) ([mcgege](https://github.com/mcgege))
10+
- Manage files /etc/anacrontab and crontab equally [\#225](https://github.com/dev-sec/puppet-os-hardening/pull/225) ([mcgege](https://github.com/mcgege))
11+
12+
**Fixed bugs:**
13+
14+
- Travis-CI fix \(kitchen / faraday broken?\) [\#228](https://github.com/dev-sec/puppet-os-hardening/pull/228) ([mcgege](https://github.com/mcgege))
15+
16+
**Closed issues:**
17+
18+
- disabled\_services should be stopped too [\#224](https://github.com/dev-sec/puppet-os-hardening/issues/224)
19+
- os\_hardening::minimize\_access should treat anacrontab the same as crontab [\#223](https://github.com/dev-sec/puppet-os-hardening/issues/223)
20+
21+
**Merged pull requests:**
22+
23+
- CentOS 8 support [\#229](https://github.com/dev-sec/puppet-os-hardening/pull/229) ([mcgege](https://github.com/mcgege))
24+
- Updates from pdk template 1.13.0 [\#227](https://github.com/dev-sec/puppet-os-hardening/pull/227) ([mcgege](https://github.com/mcgege))
25+
- Updates from pdk template 1.12.0 [\#221](https://github.com/dev-sec/puppet-os-hardening/pull/221) ([mcgege](https://github.com/mcgege))
26+
27+
## [2.2.6](https://github.com/dev-sec/puppet-os-hardening/tree/2.2.6) (2019-07-24)
28+
29+
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.5...2.2.6)
630

731
**Implemented enhancements:**
832

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

test/fixtures/metadata.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardening-os_hardening",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"author": "Dominik Richter",
55
"summary": "Configures the base OS with hardening",
66
"license": "Apache-2.0",
@@ -29,7 +29,8 @@
2929
"operatingsystem": "CentOS",
3030
"operatingsystemrelease": [
3131
"6",
32-
"7"
32+
"7",
33+
"8"
3334
]
3435
},
3536
{
@@ -77,7 +78,7 @@
7778
"version_requirement": ">= 5.0.0 < 7.0.0"
7879
}
7980
],
80-
"template-url": "https://github.com/dev-sec/puppet-pdk-template#1.11.1",
81-
"pdk-version": "1.11.1",
82-
"template-ref": "tags/1.11.1-0-g535a8d8"
81+
"template-url": "https://github.com/dev-sec/puppet-pdk-template#1.13.0",
82+
"pdk-version": "1.13.0",
83+
"template-ref": "tags/1.13.0-0-g06d1dd0"
8384
}

0 commit comments

Comments
 (0)