|
1 | | -# Change Log |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [5.2.0](https://github.com/dev-sec/ansible-os-hardening/tree/5.2.0) (2019-05-04) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/5.1.0...5.2.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Speed up "minimize access on found files" task [\#208](https://github.com/dev-sec/ansible-os-hardening/issues/208) |
| 10 | +- Fedora support? [\#163](https://github.com/dev-sec/ansible-os-hardening/issues/163) |
| 11 | +- remove eol'd OS and add new [\#217](https://github.com/dev-sec/ansible-os-hardening/pull/217) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 12 | +- Add note about docker under warning [\#214](https://github.com/dev-sec/ansible-os-hardening/pull/214) ([ChrisMcKee](https://github.com/ChrisMcKee)) |
| 13 | +- change minimize access tasks to speed them up [\#209](https://github.com/dev-sec/ansible-os-hardening/pull/209) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 14 | +- Added fedora support [\#206](https://github.com/dev-sec/ansible-os-hardening/pull/206) ([jonaswre](https://github.com/jonaswre)) |
| 15 | +- Pass package list directly to apt and yum modules without using with\_items loop [\#200](https://github.com/dev-sec/ansible-os-hardening/pull/200) ([Normo](https://github.com/Normo)) |
| 16 | + |
| 17 | +**Fixed bugs:** |
| 18 | + |
| 19 | +- login.defs.j2 template: ENV\_PATH is missing ':' before variable substitution [\#202](https://github.com/dev-sec/ansible-os-hardening/issues/202) |
| 20 | +- 'sysctl\_rhel\_config' is undefined [\#167](https://github.com/dev-sec/ansible-os-hardening/issues/167) |
| 21 | +- RHEL 7.4: Too many setuid bits removed [\#140](https://github.com/dev-sec/ansible-os-hardening/issues/140) |
| 22 | +- Fix typo [\#212](https://github.com/dev-sec/ansible-os-hardening/pull/212) ([ruslo](https://github.com/ruslo)) |
| 23 | +- Update modprobe to 0644 [\#211](https://github.com/dev-sec/ansible-os-hardening/pull/211) ([joshuatalb](https://github.com/joshuatalb)) |
| 24 | +- Test Kitchen Vagrant Fixes [\#210](https://github.com/dev-sec/ansible-os-hardening/pull/210) ([joshuatalb](https://github.com/joshuatalb)) |
| 25 | +- \[readme\] Update documentation link [\#207](https://github.com/dev-sec/ansible-os-hardening/pull/207) ([pmav99](https://github.com/pmav99)) |
| 26 | +- fix ansible lint remarks [\#204](https://github.com/dev-sec/ansible-os-hardening/pull/204) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 27 | +- add colon to user env paths - fix \#202 [\#203](https://github.com/dev-sec/ansible-os-hardening/pull/203) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 28 | +- Fix errors produced by ansible-lint [\#159](https://github.com/dev-sec/ansible-os-hardening/pull/159) ([zbrojny120](https://github.com/zbrojny120)) |
2 | 29 |
|
3 | 30 | ## [5.1.0](https://github.com/dev-sec/ansible-os-hardening/tree/5.1.0) (2018-10-17) |
| 31 | + |
4 | 32 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/5.0.0...5.1.0) |
5 | 33 |
|
6 | 34 | **Implemented enhancements:** |
|
16 | 44 | - ensure that permissions to su-binary are not restricted to root user and group only, if os\_security\_users\_allow contains the value change\_user [\#197](https://github.com/dev-sec/ansible-os-hardening/pull/197) ([szEvEz](https://github.com/szEvEz)) |
17 | 45 |
|
18 | 46 | ## [5.0.0](https://github.com/dev-sec/ansible-os-hardening/tree/5.0.0) (2018-09-02) |
| 47 | + |
19 | 48 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/4.3.0...5.0.0) |
20 | 49 |
|
21 | 50 | **Implemented enhancements:** |
|
49 | 78 | - change minimize access method [\#181](https://github.com/dev-sec/ansible-os-hardening/pull/181) ([rndmh3ro](https://github.com/rndmh3ro)) |
50 | 79 |
|
51 | 80 | ## [4.3.0](https://github.com/dev-sec/ansible-os-hardening/tree/4.3.0) (2018-01-03) |
| 81 | + |
52 | 82 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/4.3.1...4.3.0) |
53 | 83 |
|
54 | 84 | **Implemented enhancements:** |
|
78 | 108 | - move defaults to os-specific vars [\#157](https://github.com/dev-sec/ansible-os-hardening/pull/157) ([rndmh3ro](https://github.com/rndmh3ro)) |
79 | 109 |
|
80 | 110 | ## [4.3.1](https://github.com/dev-sec/ansible-os-hardening/tree/4.3.1) (2017-09-13) |
| 111 | + |
81 | 112 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/4.2.0...4.3.1) |
82 | 113 |
|
83 | 114 | **Fixed bugs:** |
84 | 115 |
|
85 | 116 | - os\_security\_kernel\_enable\_sysrq is not implemented [\#115](https://github.com/dev-sec/ansible-os-hardening/issues/115) |
86 | 117 |
|
87 | 118 | ## [4.2.0](https://github.com/dev-sec/ansible-os-hardening/tree/4.2.0) (2017-08-08) |
| 119 | + |
88 | 120 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/4.1.0...4.2.0) |
89 | 121 |
|
90 | 122 | **Implemented enhancements:** |
|
108 | 140 | - remove execshield sysctl-parameter on rhel7 [\#119](https://github.com/dev-sec/ansible-os-hardening/pull/119) ([rndmh3ro](https://github.com/rndmh3ro)) |
109 | 141 |
|
110 | 142 | ## [4.1.0](https://github.com/dev-sec/ansible-os-hardening/tree/4.1.0) (2017-06-27) |
| 143 | + |
111 | 144 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/4.0.0...4.1.0) |
112 | 145 |
|
113 | 146 | **Fixed bugs:** |
|
128 | 161 | - add more sysctl settings, allow overwriting [\#120](https://github.com/dev-sec/ansible-os-hardening/pull/120) ([rndmh3ro](https://github.com/rndmh3ro)) |
129 | 162 |
|
130 | 163 | ## [4.0.0](https://github.com/dev-sec/ansible-os-hardening/tree/4.0.0) (2017-03-14) |
| 164 | + |
131 | 165 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/3.2.0...4.0.0) |
132 | 166 |
|
133 | 167 | **Implemented enhancements:** |
|
139 | 173 | **Fixed bugs:** |
140 | 174 |
|
141 | 175 | - The role fails when conditionally included [\#105](https://github.com/dev-sec/ansible-os-hardening/issues/105) |
142 | | -- omit empty variables [\#106](https://github.com/dev-sec/ansible-os-hardening/pull/106) ([rndmh3ro](https://github.com/rndmh3ro)) |
143 | 176 |
|
144 | 177 | **Closed issues:** |
145 | 178 |
|
|
154 | 187 | - Don’t refer to this role as "playbook" in the role description [\#104](https://github.com/dev-sec/ansible-os-hardening/pull/104) ([ypid](https://github.com/ypid)) |
155 | 188 |
|
156 | 189 | ## [3.2.0](https://github.com/dev-sec/ansible-os-hardening/tree/3.2.0) (2016-10-24) |
| 190 | + |
157 | 191 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/3.1.0...3.2.0) |
158 | 192 |
|
159 | 193 | **Fixed bugs:** |
|
171 | 205 | - add rhel7 pam\_pwquality. fix \#73 [\#94](https://github.com/dev-sec/ansible-os-hardening/pull/94) ([rndmh3ro](https://github.com/rndmh3ro)) |
172 | 206 |
|
173 | 207 | ## [3.1.0](https://github.com/dev-sec/ansible-os-hardening/tree/3.1.0) (2016-08-03) |
| 208 | + |
174 | 209 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/3.1...3.1.0) |
175 | 210 |
|
176 | 211 | ## [3.1](https://github.com/dev-sec/ansible-os-hardening/tree/3.1) (2016-07-27) |
| 212 | + |
177 | 213 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/3.0.0...3.1) |
178 | 214 |
|
179 | 215 | **Implemented enhancements:** |
|
196 | 232 | - Permissions on /etc/shadow can lock out GUI users [\#86](https://github.com/dev-sec/ansible-os-hardening/issues/86) |
197 | 233 | - network related sysctl rewritten by ufw in ubuntu [\#82](https://github.com/dev-sec/ansible-os-hardening/issues/82) |
198 | 234 | - ansible \>= 2.0 complains: Using bare variables is deprecated [\#78](https://github.com/dev-sec/ansible-os-hardening/issues/78) |
199 | | -- Norm-Audit-Hardening-Audit [\#76](https://github.com/dev-sec/ansible-os-hardening/issues/76) |
200 | 235 |
|
201 | 236 | **Merged pull requests:** |
202 | 237 |
|
203 | 238 | - Fix a formatting issue in readme. [\#92](https://github.com/dev-sec/ansible-os-hardening/pull/92) ([vivekagr](https://github.com/vivekagr)) |
204 | 239 | - Permits overriding permissions on /etc/shadow [\#89](https://github.com/dev-sec/ansible-os-hardening/pull/89) ([conorsch](https://github.com/conorsch)) |
205 | 240 |
|
206 | 241 | ## [3.0.0](https://github.com/dev-sec/ansible-os-hardening/tree/3.0.0) (2016-03-13) |
| 242 | + |
207 | 243 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/2.0.0...3.0.0) |
208 | 244 |
|
209 | 245 | **Implemented enhancements:** |
|
223 | 259 |
|
224 | 260 | - Updates "tags" parameters on includes in main.yml [\#66](https://github.com/dev-sec/ansible-os-hardening/pull/66) ([conorsch](https://github.com/conorsch)) |
225 | 261 | - Suid set def var, fix \#64 [\#63](https://github.com/dev-sec/ansible-os-hardening/pull/63) ([rndmh3ro](https://github.com/rndmh3ro)) |
226 | | -- ERROR! Include tasks should not specify tags in more than one way [\#60](https://github.com/dev-sec/ansible-os-hardening/pull/60) ([fitz123](https://github.com/fitz123)) |
227 | 262 |
|
228 | 263 | **Closed issues:** |
229 | 264 |
|
|
236 | 271 | - Release 3.0.0 [\#75](https://github.com/dev-sec/ansible-os-hardening/pull/75) ([rndmh3ro](https://github.com/rndmh3ro)) |
237 | 272 |
|
238 | 273 | ## [2.0.0](https://github.com/dev-sec/ansible-os-hardening/tree/2.0.0) (2015-11-28) |
| 274 | + |
239 | 275 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/1.0.0...2.0.0) |
240 | 276 |
|
241 | 277 | **Closed issues:** |
|
254 | 290 | - improved travis-tests to cover more cases [\#42](https://github.com/dev-sec/ansible-os-hardening/pull/42) ([rndmh3ro](https://github.com/rndmh3ro)) |
255 | 291 |
|
256 | 292 | ## [1.0.0](https://github.com/dev-sec/ansible-os-hardening/tree/1.0.0) (2015-09-01) |
| 293 | + |
| 294 | +[Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/06d1464e95cad7ccc24734b934a158b16dfc5014...1.0.0) |
| 295 | + |
257 | 296 | **Closed issues:** |
258 | 297 |
|
259 | 298 | - ansible-os-hardening/tasks/minimize\_access.yml [\#38](https://github.com/dev-sec/ansible-os-hardening/issues/38) |
|
300 | 339 |
|
301 | 340 |
|
302 | 341 |
|
303 | | -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 342 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments