v0.6.0
Minor changes:
- Add an argument_specs.yml file
- Only call asserts.yml if ansible is < 2.11
Miscelanious changes:
- Update sourcehut builds fedora and openbsd to latest versions
Bugfixes:
- Really remove existing configuration file during first install on
Debian
v0.5.0
Bug fixes:
- Add missing notify in install-Debian
- Fix incorrect restart task in install-Debian.yml
Minor changes:
- Implement a nostart scenario on OpenBSD
- Remove mariadb-client from mysql_packages variable on OpenBSD and Debian
- Implement a purge.yml task file
- Detect previous installations and warn if my.cnf is already configured
Miscelanious changes:
- Split molecule calls in separate blocks to improve readability
- Bump year on LICENSE
v0.4.0
Bug fixes:
- Debian installation is now safe, the database is not destroyed.
Miscelanious changes:
- Build images have been updated to OpenBSD 7.0, Fedora Rawhid and
Debian Bullseye.
- The `debian-mysql` target has been updated to MySQL 8.0.
v0.3.0
Breaking changes:
- Split packages in two variables
Bug fixes:
- Fix undefined variable in handler Restart mysql
Miscelanious changes:
- Add YAML header to .builds file
- Kill trailing blank
- Run lint and syntax checks on OpenBSD with molecule
v0.2.0
- Delete mysql database files rather than the folder to avoid cases
where it is a mount point (From Olivier Pouilly) ;
- Allow mysql to be controlled by an external agent such as Pacemaker or
Maxscale by providing startup options (From Olivier Pouilly) ;
- Change default mysql service name for Debian to mariadb (From Olivier Pouilly) ;
- New molecule scenario testing the startup options.
v0.1.0
Pre-release:
- Move apport from geerling's mysql role regarding the default password
- User overridable system specific variables
- Better portability (OpenBSD works)