ansible-collection-hardening/roles/mysql_hardening/CHANGELOG.md
Martin Schurz 7259d6b5fd fix spelling errors
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
2023-04-14 23:51:53 +02:00

8.3 KiB

Changelog

2.2.2 (2020-10-18)

Full Changelog

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:

2.2.1 (2020-06-06)

Full Changelog

Implemented enhancements:

2.2.0 (2020-05-09)

Full Changelog

Implemented enhancements:

2.1.0 (2019-10-17)

Full Changelog

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:

  • Template fails to render with Python 3 #32
  • my.cnf symlink turns into None? #24

2.0.0 (2017-05-07)

Full Changelog

Implemented enhancements:

  • Add CentOS7 with MariaDB support #23
  • Fix ansible.cfg settings #29 (fazlearefin)
  • Add CentOS7 with MariaDB support #27 (chrispoupart)
    • renamed 'mysql_hardening_mysql_conf' var to 'mysql_hardening_mysql_… #22 (agno01)

Fixed bugs:

  • error on task protect my.cnf #20

Merged pull requests:

1.0.0 (2016-06-28)

Full Changelog

Implemented enhancements:

  • add follow=yes to my.cnf protect task, in case its a symlink. fixes #20 #21 (rndmh3ro)
  • add changelog generator #7 (chris-rock)

Closed issues:

  • tasks - main #14
  • Fix directory structure. #6

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 Changelog was automatically generated by github_changelog_generator