All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Allow minor versions for MySQL.
- Fix accidental mysql credential exposure.
- Changed the output sql_users_creds response.
- Bump to 0.3, since 0.2.2 was a breaking change.
- User password special characters are now
_~@
from_%@
to allow masking in Gitlab.
- The user host is configurable, and not hardcoded to
%
. This allows to restrict the access to the database to a specific host. If not specified, it will use the default value%
.
- Minimum required version of Terraform si 1.2.x
- Script execution is done through
sh
and notbash
. - Added new dependency for filesystem:
netcat
.
- Init project.