Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 4.01 KB

CHANGELOG.md

File metadata and controls

83 lines (64 loc) · 4.01 KB

mysql_role changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a changelog.

3.0.0 (17/07/2019)

Full Changelog

Fixed

  • #50 Add MariaDB Debian packages support @frantsao

Changed

  • #50 Fix files and directories permissions @frantsao

2.2.2 (08/03/2019)

Full Changelog

Fixed

  • #45 Fixed Oracle expired key @jnogol

Changed

  • Change "yes" for true due to linter recommendation @jnogol

2.2.1 (21/01/2019)

Full Changelog

Fixed

  • #43 Fixed users default privileges @vide

2.2.0 (16/01/2019)

Full Changelog

Changed

  • #39 Using '_' instead of '-' in role name @dortegau

Added

  • #41 Manage replicate_ignore_table special case @vide

2.1.0 (04/04/2018)

Full Changelog

Added

  • #35 Provide additional settings as option files included in playbook @dortegau

Fixed

  • #34 Adding default value for mysql_datadir variable @dortegau

2.0.0 (22/03/2018)

Full Changelog

Changed

  • #29 Options file could be modified adding or removing system variables without requiring a new release @dortegau

1.3.0 (15/03/2018)

Full Changelog

Added

  • #26 Adding the ability to configure SQL mode @dortegau

Changed

  • #25 Migrating to Molecule 2.10.1 @dortegau

Fixed

  • #24 Fixing my.cnf template (providing value to 'explicit_defaults_for_timestamp') @dortegau

1.2.3 (09/03/2018)

Full Changelog

Fixed

  • #21Using my.cnf file provided as template instead of installation default file (mysql.cnf) @dortegau
  • Fixing typo in config filename and changing invalid config values @dortegau

1.2.0 (10/08/2017)

Full Changelog

Added

  • Integration with TravisCI and Ansible Galaxy @jnogol
  • Added variable in remounting task in tasks/service.yml @jnogol

1.1.0 (06/07/2017)

Full Changelog

Added

  • Enabling support for Debian 9 @dortegau

1.0.0 (13/03/2017)

Fixed

  • Certificate error downloading mysql @jmonterrubio

[0.0.1]

Added

  • First release