ansible-role-mariadb/CHANGELOG.md

41 lines
835 B
Markdown
Raw Normal View History

2019-02-21 21:19:56 +00:00
# CHANGELOG
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
2019-05-18 10:26:37 +00:00
2021-08-22 13:57:52 +00:00
### Fixed
- fix: bug with multiple privileges
2020-03-28 10:21:39 +00:00
## [v2.0.1] - 2020-03-28
2021-08-22 14:33:57 +00:00
### Added
- test: add support debian 11
2020-03-01 10:49:25 +00:00
### Changed
2020-03-28 10:21:39 +00:00
- fix: remove default value for mariadb_password
2020-03-01 10:49:25 +00:00
- test: replace kitchen to molecule
2021-08-22 14:09:18 +00:00
- chore: use FQCN for module name
2021-08-22 14:11:11 +00:00
- fix: replace no_log to loop label
2020-03-01 10:49:25 +00:00
2019-06-05 05:28:08 +00:00
## [v2.0.0] - 2019-06-05
2019-05-18 10:26:37 +00:00
- breaking: remove support for ansible < 2.8
- feat: add official repository
2019-03-17 15:03:37 +00:00
- feat: remove unused users in init
- feat: install database if datadir doesn't exist
2019-03-16 08:56:05 +00:00
## [v1.0.1] - 2019-03-16
2019-05-18 10:26:37 +00:00
- fix: add client-server option in default configuration
2019-02-23 19:07:16 +00:00
- fix: install python-mysqldb package
2019-03-16 08:41:05 +00:00
- test: add tests with travis-ci
2019-02-23 17:17:56 +00:00
## [v1.0.0] - 2019-02-23
2019-05-18 10:26:37 +00:00
2019-02-21 21:19:56 +00:00
- first version