Skip to content

Commit 69ea05a

Browse files
authored
Merge pull request #1053 from puppetlabs/release
5.3.0 Mergeback
2 parents d9ffeaa + c25b439 commit 69ea05a

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
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/)
44
and this project adheres to [Semantic Versioning](http://semver.org).
55

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+
625
## Supported Release [5.2.1]
726
### Summary
827
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
97116
- Adds support for setting `tls_options` in `mysql_user`
98117

99118
#### 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
101120
- (MODULES-3907) Adds MySQL/Percona 5.7 initialize on fresh deploy
102121

103122
## Supported Release 3.9.0
@@ -859,6 +878,8 @@ configuration variables.
859878
## 2011-06-03 - Dan Bode <[email protected]> - 0.0.1
860879
* initial commit
861880

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
862883
[5.2.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.1.0...5.2.0
863884
[5.1.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.0.0...5.1.0
864885
[5.0.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/4.0.1...5.0.0

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-mysql",
3-
"version": "5.2.1",
3+
"version": "5.3.0",
44
"author": "Puppet Labs",
55
"summary": "Installs, configures, and manages the MySQL service.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)