File tree Expand file tree Collapse file tree 3 files changed +33
-8
lines changed Expand file tree Collapse file tree 3 files changed +33
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
2929 "operatingsystem" : " CentOS" ,
3030 "operatingsystemrelease" : [
3131 " 6" ,
32- " 7"
32+ " 7" ,
33+ " 8"
3334 ]
3435 },
3536 {
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}
You can’t perform that action at this time.
0 commit comments