mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
8.3 KiB
8.3 KiB
Changelog
2.2.2 (2020-10-18)
Implemented enhancements:
- Use mysql_query module instead of temporary files #56 (szEvEz)
- update readme to new layout for vars #53 (rndmh3ro)
- add mode to copy task #51 (rndmh3ro)
- Fix linting errors and simplivy vars-handling #49 (rndmh3ro)
Fixed bugs:
- permissions on /etc/mysql/mysql.cnf too restrictive #35
- fix missing variables #55 (rndmh3ro)
- add modes to template and file tasks #50 (rndmh3ro)
Closed issues:
- Use mysql_query module instead of temporary files #52
- Add Centos 8 support for ansible-mysql-hardening #36
Merged pull requests:
- Run ansible-lint via github action #58 (szEvEz)
- Fix kitchen and travisci for major distros #57 (szEvEz)
- update testing #48 (rndmh3ro)
2.2.1 (2020-06-06)
Implemented enhancements:
2.2.0 (2020-05-09)
Implemented enhancements:
- add changelog and release workflow #45 (rndmh3ro)
- Use python3-mysqldb for Ubuntu 20.04 #44 (shadinaif)
- add ansible-lint #43 (rndmh3ro)
2.1.0 (2019-10-17)
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)
Fixed bugs:
2.0.0 (2017-05-07)
Implemented enhancements:
- Add CentOS7 with MariaDB support #23
- Fix ansible.cfg settings #29 (fazlearefin)
- Add CentOS7 with MariaDB support #27 (chrispoupart)
Fixed bugs:
- error on task protect my.cnf #20
Merged pull requests:
1.0.0 (2016-06-28)
Implemented enhancements:
- add follow=yes to my.cnf protect task, incase its a symlink. fixes #20 #21 (rndmh3ro)
- 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 platformsansible
#3 (chris-rock) - Separate system-vars from editable vars. #2 (rndmh3ro)
- Add documentation for testing, change value in vars #1 (rndmh3ro)
* This Changelog was automatically generated by github_changelog_generator