|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [4.2.0](https://github.com/dev-sec/ansible-os-hardening/tree/4.2.0) (2017-08-08) |
| 4 | +[Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/4.1.0...4.2.0) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- add modprobe template, control os-10 [\#138](https://github.com/dev-sec/ansible-os-hardening/pull/138) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 9 | +- new task for delete netrc files, control os-09 [\#137](https://github.com/dev-sec/ansible-os-hardening/pull/137) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 10 | +- add passwd task, control os-03 [\#136](https://github.com/dev-sec/ansible-os-hardening/pull/136) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 11 | +- remove prelink package, control package-09 [\#135](https://github.com/dev-sec/ansible-os-hardening/pull/135) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 12 | +- style update [\#134](https://github.com/dev-sec/ansible-os-hardening/pull/134) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 13 | +- Fix ansible.cfg and use comment filter [\#130](https://github.com/dev-sec/ansible-os-hardening/pull/130) ([fazlearefin](https://github.com/fazlearefin)) |
| 14 | + |
| 15 | +**Fixed bugs:** |
| 16 | + |
| 17 | +- Why is rsync removed? [\#141](https://github.com/dev-sec/ansible-os-hardening/issues/141) |
| 18 | +- playbook makes OS undetectable [\#124](https://github.com/dev-sec/ansible-os-hardening/issues/124) |
| 19 | +- Centos7/RHEL7: Exec shield is enabled by default and not manageable anymore by sysctl.conf [\#118](https://github.com/dev-sec/ansible-os-hardening/issues/118) |
| 20 | +- Remove rsync from package blacklist [\#142](https://github.com/dev-sec/ansible-os-hardening/pull/142) ([duk3luk3](https://github.com/duk3luk3)) |
| 21 | + |
| 22 | +**Merged pull requests:** |
| 23 | + |
| 24 | +- remove execshield sysctl-parameter on rhel7 [\#119](https://github.com/dev-sec/ansible-os-hardening/pull/119) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 25 | + |
3 | 26 | ## [4.1.0](https://github.com/dev-sec/ansible-os-hardening/tree/4.1.0) (2017-06-27) |
4 | 27 | [Full Changelog](https://github.com/dev-sec/ansible-os-hardening/compare/4.0.0...4.1.0) |
5 | 28 |
|
6 | 29 | **Fixed bugs:** |
7 | 30 |
|
8 | 31 | - Change system accounts not on the user provided ignore-list items are not JSON serializable [\#125](https://github.com/dev-sec/ansible-os-hardening/issues/125) |
| 32 | +- Could not find gem 'ruby \(\>= 2.1.0\)' [\#116](https://github.com/dev-sec/ansible-os-hardening/issues/116) |
| 33 | +- The task sysctl fails when /etc/initramfs-tools is not present [\#111](https://github.com/dev-sec/ansible-os-hardening/issues/111) |
| 34 | +- Deprecation warning always\_run [\#103](https://github.com/dev-sec/ansible-os-hardening/issues/103) |
9 | 35 |
|
10 | 36 | **Closed issues:** |
11 | 37 |
|
|
30 | 56 |
|
31 | 57 | - The role fails when conditionally included [\#105](https://github.com/dev-sec/ansible-os-hardening/issues/105) |
32 | 58 | - omit empty variables [\#106](https://github.com/dev-sec/ansible-os-hardening/pull/106) ([rndmh3ro](https://github.com/rndmh3ro)) |
33 | | -- Could not find gem 'ruby \(\>= 2.1.0\)' [\#116](https://github.com/dev-sec/ansible-os-hardening/issues/116) |
34 | | -- The task sysctl fails when /etc/initramfs-tools is not present [\#111](https://github.com/dev-sec/ansible-os-hardening/issues/111) |
35 | | -- Deprecation warning always\_run [\#103](https://github.com/dev-sec/ansible-os-hardening/issues/103) |
36 | 59 |
|
37 | 60 | **Closed issues:** |
38 | 61 |
|
|
0 commit comments