Skip to content

Commit 60393f7

Browse files
committed
Merge branch '3.6.x' into 'master'
2 parents f06cc12 + 85e4916 commit 60393f7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Supported Release 3.6.2
2+
###Summary
3+
4+
Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
5+
16
## 2015-09-22 - Supported Release 3.6.1
27
### Summary
38
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.

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-mysql",
3-
"version": "3.6.1",
3+
"version": "3.6.2",
44
"author": "Puppet Labs",
55
"summary": "Installs, configures, and manages the MySQL service.",
66
"license": "Apache-2.0",
@@ -70,7 +70,7 @@
7070
"requirements": [
7171
{
7272
"name": "pe",
73-
"version_requirement": ">= 3.0.0 < 2015.3.0"
73+
"version_requirement": ">= 3.0.0 < 2015.4.0"
7474
},
7575
{
7676
"name": "puppet",

0 commit comments

Comments
 (0)