Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Releases: dev-sec/ansible-mysql-hardening

2.2.1

06 Jun 08:29
Compare
Choose a tag to compare

Changelog

2.2.1 (2020-06-06)

Full Changelog

Implemented enhancements:

* This Changelog was automatically generated by github_changelog_generator

2.2.0

09 May 18:46
Compare
Choose a tag to compare

Changelog

2.2.0 (2020-05-09)

Full Changelog

Implemented enhancements:

* This Changelog was automatically generated by github_changelog_generator

Ansible-mysql-hardening 2.1.0

14 Dec 20:05
33a85b2
Compare
Choose a tag to compare

Changelog

2.1.0 (2019-12-14)

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)
  • Fix ansible.cfg settings #29 (fazlearefin)

Fixed bugs:

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

ansible-mysql-hardening 2.0.0

22 Apr 18:37
Compare
Choose a tag to compare

2.0.0 (2017-04-21)

Full Changelog

Breaking Changes:

  • #22 (agno01)
    • renamed mysql_hardening_mysql_conf var to mysql_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 on mysql_hardening_mysql_conf_dir var

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

17 Jul 11:27
Compare
Choose a tag to compare

1.0.0 (2016-06-28)

Implemented enhancements:

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