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 1
1
# Changelog
2
2
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 )
4
4
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 )
6
30
7
31
** Implemented enhancements:**
8
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hardening-os_hardening" ,
3
- "version" : " 2.2.6 " ,
3
+ "version" : " 2.2.7 " ,
4
4
"author" : " Dominik Richter" ,
5
5
"summary" : " Configures the base OS with hardening" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hardening-os_hardening" ,
3
- "version" : " 2.2.6 " ,
3
+ "version" : " 2.2.7 " ,
4
4
"author" : " Dominik Richter" ,
5
5
"summary" : " Configures the base OS with hardening" ,
6
6
"license" : " Apache-2.0" ,
29
29
"operatingsystem" : " CentOS" ,
30
30
"operatingsystemrelease" : [
31
31
" 6" ,
32
- " 7"
32
+ " 7" ,
33
+ " 8"
33
34
]
34
35
},
35
36
{
77
78
"version_requirement" : " >= 5.0.0 < 7.0.0"
78
79
}
79
80
],
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 "
83
84
}
You can’t perform that action at this time.
0 commit comments