release: version 2.1.0
This commit is contained in:
parent
03dcb51ea1
commit
753770e77d
2 changed files with 17 additions and 12 deletions
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -3,38 +3,43 @@
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||||
|
|
||||||
## [Unreleased]
|
## Unreleased
|
||||||
|
|
||||||
### Fixed
|
## v2.1.0 - 2021-08-22
|
||||||
|
|
||||||
- fix: bug with multiple privileges
|
|
||||||
|
|
||||||
## [v2.0.1] - 2020-03-28
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- test: add support debian 11
|
- test: add support debian 11
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- fix: bug with multiple privileges
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- chore: use FQCN for module name
|
||||||
|
- fix: replace no_log to loop label
|
||||||
|
|
||||||
|
## v2.0.1 - 2020-03-28
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- fix: remove default value for mariadb_password
|
- fix: remove default value for mariadb_password
|
||||||
- test: replace kitchen to molecule
|
- test: replace kitchen to molecule
|
||||||
- chore: use FQCN for module name
|
|
||||||
- fix: replace no_log to loop label
|
|
||||||
|
|
||||||
## [v2.0.0] - 2019-06-05
|
## v2.0.0 - 2019-06-05
|
||||||
|
|
||||||
- breaking: remove support for ansible < 2.8
|
- breaking: remove support for ansible < 2.8
|
||||||
- feat: add official repository
|
- feat: add official repository
|
||||||
- feat: remove unused users in init
|
- feat: remove unused users in init
|
||||||
- feat: install database if datadir doesn't exist
|
- feat: install database if datadir doesn't exist
|
||||||
|
|
||||||
## [v1.0.1] - 2019-03-16
|
## v1.0.1 - 2019-03-16
|
||||||
|
|
||||||
- fix: add client-server option in default configuration
|
- fix: add client-server option in default configuration
|
||||||
- fix: install python-mysqldb package
|
- fix: install python-mysqldb package
|
||||||
- test: add tests with travis-ci
|
- test: add tests with travis-ci
|
||||||
|
|
||||||
## [v1.0.0] - 2019-02-23
|
## v1.0.0 - 2019-02-23
|
||||||
|
|
||||||
- first version
|
- first version
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Ansible role: MariaDB
|
# Ansible role: MariaDB
|
||||||
|
|
||||||
[![Version](https://img.shields.io/badge/latest_version-2.0.1-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-mariadb/releases)
|
[![Version](https://img.shields.io/badge/latest_version-2.1.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-mariadb/releases)
|
||||||
[![Build Status](https://travis-ci.org/nishiki/ansible-role-mariadb.svg?branch=master)](https://travis-ci.org/nishiki/ansible-role-mariadb)
|
[![Build Status](https://travis-ci.org/nishiki/ansible-role-mariadb.svg?branch=master)](https://travis-ci.org/nishiki/ansible-role-mariadb)
|
||||||
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-mariadb/src/branch/master/LICENSE)
|
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-mariadb/src/branch/master/LICENSE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue