From cfca762fc30d2142477a378b1e1bbdb0029eed3e Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 21 Jan 2019 08:43:52 +0100 Subject: [PATCH] Fix & update changelog (v2.2.1) --- CHANGELOG.md | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3e76f..64ebf13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,34 +3,36 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog). -## [Unreleased](https://github.com/idealista-tech/mysql_role/tree/develop) +## [Unreleased](https://github.com/idealista/mysql_role/tree/develop) -## [2.2.0](https://github.com/idealista-tech/mysql_role/tree/2.2.0) (16/01/2018) -[Full Changelog](https://github.com/idealista/mysql_role/compare/2.2.0...2.1.0) +## [2.2.1](https://github.com/idealista/mysql_role/tree/2.2.1) (21/01/2018) +[Full Changelog](https://github.com/idealista/mysql_role/compare/2.2.0...2.2.1) +### Fixed +- [#43](https://github.com/idealista/mysql_role/pull/43) *Fixed users default privileges* @vide + +## [2.2.0](https://github.com/idealista/mysql_role/tree/2.2.0) (16/01/2018) +[Full Changelog](https://github.com/idealista/mysql_role/compare/2.1.0...2.2.0) ### Changed - [#39](https://github.com/idealista/mysql_role/issues/39) *Using '_' instead of '-' in role name* @dortegau ### Added - [#41](https://github.com/idealista/mysql_role/pull/41) *Manage replicate_ignore_table special case* @vide -### Fixed -- [#43](https://github.com/idealista/mysql_role/pull/43) *Fixed users default privileges* @vide - -## [2.1.0](https://github.com/idealista-tech/mysql_role/tree/2.1.0) (04/04/2018) -[Full Changelog](https://github.com/idealista/mysql_role/compare/2.1.0...2.0.0) +## [2.1.0](https://github.com/idealista/mysql_role/tree/2.1.0) (04/04/2018) +[Full Changelog](https://github.com/idealista/mysql_role/compare/2.0.0...2.1.0) ### Added - [#35](https://github.com/idealista/mysql_role/issues/35) *Provide additional settings as option files included in playbook* @dortegau ### Fixed - [#34](https://github.com/idealista/mysql_role/issues/34) *Adding default value for mysql_datadir variable* @dortegau -## [2.0.0](https://github.com/idealista-tech/mysql_role/tree/2.0.0) (22/03/2018) -[Full Changelog](https://github.com/idealista/mysql_role/compare/2.0.0...1.3.0) +## [2.0.0](https://github.com/idealista/mysql_role/tree/2.0.0) (22/03/2018) +[Full Changelog](https://github.com/idealista/mysql_role/compare/1.3.0...2.0.0) ### Changed - [#29](https://github.com/idealista/mysql_role/issues/29) *Options file could be modified adding or removing system variables without requiring a new release* @dortegau -## [1.3.0](https://github.com/idealista-tech/mysql_role/tree/1.3.0) (15/03/2018) -[Full Changelog](https://github.com/idealista/mysql_role/compare/1.3.0...1.2.3) +## [1.3.0](https://github.com/idealista/mysql_role/tree/1.3.0) (15/03/2018) +[Full Changelog](https://github.com/idealista/mysql_role/compare/1.2.3...1.3.0) ### Added - [#26](https://github.com/idealista/mysql_role/issues/26) *Adding the ability to configure SQL mode* @dortegau @@ -40,24 +42,24 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ### Fixed - [#24](https://github.com/idealista/mysql_role/issues/24) *Fixing my.cnf template (providing value to 'explicit_defaults_for_timestamp')* @dortegau -## [1.2.3](https://github.com/idealista-tech/mysql_role/tree/1.2.3) (09/03/2018) -[Full Changelog](https://github.com/idealista/mysql_role/compare/1.2.3...1.2.0) +## [1.2.3](https://github.com/idealista/mysql_role/tree/1.2.3) (09/03/2018) +[Full Changelog](https://github.com/idealista/mysql_role/compare/1.2.0...1.2.3) ### Fixed - [#21](https://github.com/idealista/mysql_role/issues/21)*Using 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](https://github.com/idealista-tech/mysql_role/tree/1.2.0) (10/08/2017) -[Full Changelog](https://github.com/idealista/mysql_role/compare/1.2.0...1.1.0) +## [1.2.0](https://github.com/idealista/mysql_role/tree/1.2.0) (10/08/2017) +[Full Changelog](https://github.com/idealista/mysql_role/compare/1.1.0...1.2.0) ### Added - *Integration with TravisCI and Ansible Galaxy* @jnogol - *Added variable in remounting task in tasks/service.yml* @jnogol -## [1.1.0](https://github.com/idealista-tech/mysql_role/tree/1.1.0) (06/07/2017) -[Full Changelog](https://github.com/idealista/mysql_role/compare/1.1.0...1.0.0) +## [1.1.0](https://github.com/idealista/mysql_role/tree/1.1.0) (06/07/2017) +[Full Changelog](https://github.com/idealista/mysql_role/compare/1.0.0...1.1.0) ### Added - *Enabling support for Debian 9* @dortegau -## [1.0.0](https://github.com/idealista-tech/mysql_role/tree/1.0.0) (13/03/2017) +## [1.0.0](https://github.com/idealista/mysql_role/tree/1.0.0) (13/03/2017) ### Fixed - *Certificate error downloading mysql* @jmonterrubio