Merge pull request #780 from tphoney/release_3.6.2

3.6.2 release prep
This commit is contained in:
Helen 2015-11-25 11:48:41 +00:00
commit 85e49164ad
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
## Supported Release 3.6.2
###Summary
Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
## 2015-09-22 - Supported Release 3.6.1
### Summary
This is a security and bugfix release that fixes incorrect username truncation in the munge for the mysql_user type, incorrect function used in `mysql::server::backup` and fixes compatibility issues with PE 3.3.x.

View file

@ -1,6 +1,6 @@
{
"name": "puppetlabs-mysql",
"version": "3.6.1",
"version": "3.6.2",
"author": "Puppet Labs",
"summary": "Installs, configures, and manages the MySQL service.",
"license": "Apache-2.0",
@ -78,7 +78,7 @@
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.0.0 < 2015.3.0"
"version_requirement": ">= 3.0.0 < 2015.4.0"
},
{
"name": "puppet",