Skip to content

Commit 85e4916

Browse files
author
Helen
committed
Merge pull request #780 from tphoney/release_3.6.2
3.6.2 release prep
2 parents d095721 + 9e2de7f commit 85e4916

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",
@@ -78,7 +78,7 @@
7878
"requirements": [
7979
{
8080
"name": "pe",
81-
"version_requirement": ">= 3.0.0 < 2015.3.0"
81+
"version_requirement": ">= 3.0.0 < 2015.4.0"
8282
},
8383
{
8484
"name": "puppet",

0 commit comments

Comments
 (0)