|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/hardening-io/ansible-mysql-hardening/tree/HEAD) |
| 3 | +## [2.0.0](https://github.com/dev-sec/ansible-mysql-hardening/tree/2.0.0) (2017-04-21) |
| 4 | +[Full Changelog](https://github.com/dev-sec/ansible-mysql-hardening/compare/1.0.0...2.0.0) |
| 5 | + |
| 6 | +### Breaking Changes: |
| 7 | + |
| 8 | +- renamed 'mysql\_hardening\_mysql\_conf' var to 'mysql\_hardening\_mysql\_… [\#22](https://github.com/dev-sec/ansible-mysql-hardening/pull/22) ([agno01](https://github.com/agno01)) |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +**Implemented enhancements:** |
| 13 | + |
| 14 | +- Add CentOS7 with MariaDB support [\#27](https://github.com/dev-sec/ansible-mysql-hardening/pull/27) ([chrispoupart](https://github.com/chrispoupart)) |
| 15 | +- - renamed 'mysql\_hardening\_mysql\_conf' var to 'mysql\_hardening\_mysql\_… [\#22](https://github.com/dev-sec/ansible-mysql-hardening/pull/22) ([agno01](https://github.com/agno01)) |
| 16 | +- add follow=yes to my.cnf protect task, incase its a symlink. fixes \#20 [\#21](https://github.com/dev-sec/ansible-mysql-hardening/pull/21) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 17 | + |
| 18 | +**Fixed bugs:** |
| 19 | + |
| 20 | +- error on task protect my.cnf [\#20](https://github.com/dev-sec/ansible-mysql-hardening/issues/20) |
| 21 | + |
| 22 | +## [1.0.0](https://github.com/dev-sec/ansible-mysql-hardening/tree/1.0.0) (2016-06-28) |
| 23 | +**Implemented enhancements:** |
| 24 | + |
| 25 | +- add changelog generator [\#7](https://github.com/dev-sec/ansible-mysql-hardening/pull/7) ([chris-rock](https://github.com/chris-rock)) |
| 26 | + |
| 27 | +**Closed issues:** |
| 28 | + |
| 29 | +- tasks - main [\#14](https://github.com/dev-sec/ansible-mysql-hardening/issues/14) |
| 30 | +- Fix directory structure. [\#6](https://github.com/dev-sec/ansible-mysql-hardening/issues/6) |
4 | 31 |
|
5 | 32 | **Merged pull requests:** |
6 | 33 |
|
7 | | -- fix mysql restart not happening because of missing os specific variable [\#5](https://github.com/hardening-io/ansible-mysql-hardening/pull/5) ([fheinle](https://github.com/fheinle)) |
8 | | -- Update kitchen-ansible, remove separate debian install [\#4](https://github.com/hardening-io/ansible-mysql-hardening/pull/4) ([rndmh3ro](https://github.com/rndmh3ro)) |
9 | | -- update common kitchen.yml platforms \(ansible\), kitchen\_debian.yml platforms \(ansible\) [\#3](https://github.com/hardening-io/ansible-mysql-hardening/pull/3) ([chris-rock](https://github.com/chris-rock)) |
10 | | -- Separate system-vars from editable vars. [\#2](https://github.com/hardening-io/ansible-mysql-hardening/pull/2) ([rndmh3ro](https://github.com/rndmh3ro)) |
11 | | -- Add documentation for testing, change value in vars [\#1](https://github.com/hardening-io/ansible-mysql-hardening/pull/1) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 34 | +- Local testing [\#17](https://github.com/dev-sec/ansible-mysql-hardening/pull/17) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 35 | +- fix rhel daemon [\#16](https://github.com/dev-sec/ansible-mysql-hardening/pull/16) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 36 | +- alt version initial commit [\#15](https://github.com/dev-sec/ansible-mysql-hardening/pull/15) ([fitz123](https://github.com/fitz123)) |
| 37 | +- add test support for ansible 2.0 and 1.9 [\#13](https://github.com/dev-sec/ansible-mysql-hardening/pull/13) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 38 | +- add webhook for ansible galaxy [\#11](https://github.com/dev-sec/ansible-mysql-hardening/pull/11) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 39 | +- update platforms in meta-file [\#10](https://github.com/dev-sec/ansible-mysql-hardening/pull/10) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 40 | +- Simplify local testing with custom role [\#9](https://github.com/dev-sec/ansible-mysql-hardening/pull/9) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 41 | +- New role layout [\#8](https://github.com/dev-sec/ansible-mysql-hardening/pull/8) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 42 | +- fix mysql restart not happening because of missing os specific variable [\#5](https://github.com/dev-sec/ansible-mysql-hardening/pull/5) ([fheinle](https://github.com/fheinle)) |
| 43 | +- Update kitchen-ansible, remove separate debian install [\#4](https://github.com/dev-sec/ansible-mysql-hardening/pull/4) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 44 | +- update common kitchen.yml platforms \(ansible\), kitchen\_debian.yml platforms \(ansible\) [\#3](https://github.com/dev-sec/ansible-mysql-hardening/pull/3) ([chris-rock](https://github.com/chris-rock)) |
| 45 | +- Separate system-vars from editable vars. [\#2](https://github.com/dev-sec/ansible-mysql-hardening/pull/2) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 46 | +- Add documentation for testing, change value in vars [\#1](https://github.com/dev-sec/ansible-mysql-hardening/pull/1) ([rndmh3ro](https://github.com/rndmh3ro)) |
12 | 47 |
|
13 | 48 |
|
14 | 49 |
|
15 | | -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 50 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments