|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/dev-sec/ansible-mysql-hardening/tree/HEAD) |
| 3 | +## [2.2.0](https://github.com/dev-sec/ansible-mysql-hardening/tree/2.2.0) (2020-05-09) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/dev-sec/ansible-mysql-hardening/compare/2.1.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/dev-sec/ansible-mysql-hardening/compare/2.1.0...2.2.0) |
6 | 6 |
|
7 | 7 | **Implemented enhancements:** |
8 | 8 |
|
9 | 9 | - add changelog and release workflow [\#45](https://github.com/dev-sec/ansible-mysql-hardening/pull/45) ([rndmh3ro](https://github.com/rndmh3ro)) |
10 | | - |
11 | | -**Closed issues:** |
12 | | - |
13 | | -- New Tag? [\#41](https://github.com/dev-sec/ansible-mysql-hardening/issues/41) |
14 | | - |
15 | | -**Merged pull requests:** |
16 | | - |
17 | 10 | - Use python3-mysqldb for Ubuntu 20.04 [\#44](https://github.com/dev-sec/ansible-mysql-hardening/pull/44) ([shadinaif](https://github.com/shadinaif)) |
18 | 11 | - add ansible-lint [\#43](https://github.com/dev-sec/ansible-mysql-hardening/pull/43) ([rndmh3ro](https://github.com/rndmh3ro)) |
19 | 12 |
|
|
32 | 25 | - replace iteritems with items for python3 support [\#33](https://github.com/dev-sec/ansible-mysql-hardening/pull/33) ([rndmh3ro](https://github.com/rndmh3ro)) |
33 | 26 | - make mysql daemon enabling configurable [\#30](https://github.com/dev-sec/ansible-mysql-hardening/pull/30) ([rndmh3ro](https://github.com/rndmh3ro)) |
34 | 27 | - Fix ansible.cfg settings [\#29](https://github.com/dev-sec/ansible-mysql-hardening/pull/29) ([fazlearefin](https://github.com/fazlearefin)) |
| 28 | +- Add CentOS7 with MariaDB support [\#27](https://github.com/dev-sec/ansible-mysql-hardening/pull/27) ([chrispoupart](https://github.com/chrispoupart)) |
35 | 29 |
|
36 | 30 | **Fixed bugs:** |
37 | 31 |
|
38 | 32 | - Template fails to render with Python 3 [\#32](https://github.com/dev-sec/ansible-mysql-hardening/issues/32) |
39 | 33 | - my.cnf symlink turns into None? [\#24](https://github.com/dev-sec/ansible-mysql-hardening/issues/24) |
40 | 34 |
|
| 35 | +**Merged pull requests:** |
| 36 | + |
| 37 | +- use new docker files [\#26](https://github.com/dev-sec/ansible-mysql-hardening/pull/26) ([rndmh3ro](https://github.com/rndmh3ro)) |
| 38 | + |
41 | 39 | ## [2.0.0](https://github.com/dev-sec/ansible-mysql-hardening/tree/2.0.0) (2017-05-07) |
42 | 40 |
|
43 | 41 | [Full Changelog](https://github.com/dev-sec/ansible-mysql-hardening/compare/1.0.0...2.0.0) |
44 | 42 |
|
45 | 43 | **Implemented enhancements:** |
46 | 44 |
|
47 | 45 | - Add CentOS7 with MariaDB support [\#23](https://github.com/dev-sec/ansible-mysql-hardening/issues/23) |
48 | | -- Add CentOS7 with MariaDB support [\#27](https://github.com/dev-sec/ansible-mysql-hardening/pull/27) ([chrispoupart](https://github.com/chrispoupart)) |
49 | 46 | - - 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)) |
50 | | -- 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)) |
51 | 47 |
|
52 | 48 | **Fixed bugs:** |
53 | 49 |
|
54 | 50 | - error on task protect my.cnf [\#20](https://github.com/dev-sec/ansible-mysql-hardening/issues/20) |
55 | 51 |
|
56 | | -**Merged pull requests:** |
57 | | - |
58 | | -- use new docker files [\#26](https://github.com/dev-sec/ansible-mysql-hardening/pull/26) ([rndmh3ro](https://github.com/rndmh3ro)) |
59 | | - |
60 | 52 | ## [1.0.0](https://github.com/dev-sec/ansible-mysql-hardening/tree/1.0.0) (2016-06-28) |
61 | 53 |
|
62 | 54 | [Full Changelog](https://github.com/dev-sec/ansible-mysql-hardening/compare/dab153eb56e2296ce340e77d95586a55b5eefb80...1.0.0) |
63 | 55 |
|
64 | 56 | **Implemented enhancements:** |
65 | 57 |
|
| 58 | +- 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)) |
66 | 59 | - add changelog generator [\#7](https://github.com/dev-sec/ansible-mysql-hardening/pull/7) ([chris-rock](https://github.com/chris-rock)) |
67 | 60 |
|
68 | 61 | **Closed issues:** |
|
0 commit comments