Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.14 KB

File metadata and controls

57 lines (32 loc) · 1.14 KB

Changelog

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.

[0.4.0] - 2025-01-28

Changed

  • Allow minor versions for MySQL.

[0.3.2] - 2024-10-30

Changed

  • Fix accidental mysql credential exposure.

[0.3.1] - 2023-04-14

Changed

  • Changed the output sql_users_creds response.

[0.3.0] - 2023-01-23

Changed

  • Bump to 0.3, since 0.2.2 was a breaking change.
  • User password special characters are now _~@ from _%@ to allow masking in Gitlab.

[0.2.2] - 2023-01-23

Changed

  • 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 %.

[0.2.1] - 2023-01-19

Changed

  • Minimum required version of Terraform si 1.2.x

[0.2.0] - 2023-01-13

Changed

  • Script execution is done through sh and not bash.
  • Added new dependency for filesystem: netcat.

[0.1.0] - 2023-01-12

  • Init project.