This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
Releases: dev-sec/ansible-mysql-hardening
Releases · dev-sec/ansible-mysql-hardening
2.2.1
Changelog
2.2.1 (2020-06-06)
Implemented enhancements:
* This Changelog was automatically generated by github_changelog_generator
2.2.0
Ansible-mysql-hardening 2.1.0
Changelog
2.1.0 (2019-12-14)
Implemented enhancements:
- Add support for Debian Buster in ansible-mysql-hardening #37
- Update readme to include baselines #28
- migrate to new inspec test suite #25
- use bool filter on bare variable to address Ansible 2.8 deprecation warning #40 (deefour)
- Add test support for Debian Buster #38 (cnkk)
- remove eol'd OS and add new #34 (rndmh3ro)
- replace iteritems with items for python3 support #33 (rndmh3ro)
- make mysql daemon enabling configurable #30 (rndmh3ro)
- Fix ansible.cfg settings #29 (fazlearefin)
Fixed bugs:
ansible-mysql-hardening 2.0.0
2.0.0 (2017-04-21)
Breaking Changes:
- #22 (agno01)
- renamed
mysql_hardening_mysql_conf
var tomysql_hardening_mysql_conf_file
- introduced
mysql_hardening_mysql_conf_dir
variable - set default value of
mysql_hardening_mysql_conf_dir
variable for RedHat, OracleLinux, Debian - changed default hardcoded full path in
mysql_hardening_hardening_conf
var to be based onmysql_hardening_mysql_conf_dir
var
- renamed
Implemented enhancements:
- Add CentOS7 with MariaDB support #27 (chrispoupart)
- add follow=yes to my.cnf protect task, incase its a symlink. fixes #20 #21 (rndmh3ro)
Fixed bugs:
- error on task protect my.cnf #20
1.0.0
1.0.0 (2016-06-28)
Implemented enhancements:
- add changelog generator #7 (chris-rock)
Closed issues:
Merged pull requests:
- Local testing #17 (rndmh3ro)
- fix rhel daemon #16 (rndmh3ro)
- alt version initial commit #15 (fitz123)
- add test support for ansible 2.0 and 1.9 #13 (rndmh3ro)
- add webhook for ansible galaxy #11 (rndmh3ro)
- update platforms in meta-file #10 (rndmh3ro)
- Simplify local testing with custom role #9 (rndmh3ro)
- New role layout #8 (rndmh3ro)
- fix mysql restart not happening because of missing os specific variable #5 (fheinle)
- Update kitchen-ansible, remove separate debian install #4 (rndmh3ro)
- update common kitchen.yml platforms (ansible), kitchen_debian.yml platforms (ansible) #3 (chris-rock)
- Separate system-vars from editable vars. #2 (rndmh3ro)
- Add documentation for testing, change value in vars #1 (rndmh3ro)
* This Change Log was automatically generated by github_changelog_generator