|
3 | 3 | All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
4 | 4 | and this project adheres to [Semantic Versioning](http://semver.org).
|
5 | 5 |
|
| 6 | +## Supported Release [5.3.0] |
| 7 | +### Summary |
| 8 | +This release uses the PDK convert functionality which in return makes the module PDK compliant. It also includes a roll up of maintenance changes, a new task and support for `GRANTS FUNCTION`. |
| 9 | + |
| 10 | +### Added |
| 11 | +- Add support for `GRANTS FUNCTION` ([MODULES-2075](https://tickets.puppet.com/browse/MODULES-2075)). |
| 12 | +- Add Export database task. |
| 13 | +- PDK Convert mysql ([MODULES-6454](https://tickets.puppet.com/browse/MODULES-6454)). |
| 14 | + |
| 15 | +### Changed |
| 16 | +- Allow authentication plugin to be changed. |
| 17 | +- Update mysql_user provider. |
| 18 | +- Plugins don't exist before 5.5; password field name changed |
| 19 | +- Fix helpful rubocops and disable hurtful cops. |
| 20 | +- Addressing puppet-lint and rubocop errors |
| 21 | +- Remove update bundler and add ignore .DS_Store |
| 22 | +- Skip rubocop warning in task. |
| 23 | +- Fix a typo in a classname in the changelog. |
| 24 | + |
6 | 25 | ## Supported Release [5.2.1]
|
7 | 26 | ### Summary
|
8 | 27 | This release fixes CVE-2018-6508 which is a potential arbitrary code execution via tasks.
|
@@ -97,7 +116,7 @@ This release includes new features for setting TLS options on a mysql user, a ne
|
97 | 116 | - Adds support for setting `tls_options` in `mysql_user`
|
98 | 117 |
|
99 | 118 | #### Bugfixes
|
100 |
| -- (MODULES-3557) Adds Ubuntu 16.04 package names for language bindings |
| 119 | +- (MODULES-3557) Adds Ubuntu 16.04 package names for language bindings |
101 | 120 | - (MODULES-3907) Adds MySQL/Percona 5.7 initialize on fresh deploy
|
102 | 121 |
|
103 | 122 | ## Supported Release 3.9.0
|
@@ -859,6 +878,8 @@ configuration variables.
|
859 | 878 | ## 2011-06-03 - Dan Bode <[email protected]> - 0.0.1
|
860 | 879 | * initial commit
|
861 | 880 |
|
| 881 | +[5.3.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.2.1...5.3.0 |
| 882 | +[5.2.1]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.2.0...5.2.1 |
862 | 883 | [5.2.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.1.0...5.2.0
|
863 | 884 | [5.1.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.0.0...5.1.0
|
864 | 885 | [5.0.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/4.0.1...5.0.0
|
0 commit comments