Skip to content

Commit ecaeaf7

Browse files
committed
Prep 3.6.0
1 parent 5f17b94 commit ecaeaf7

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2015-08-10 - Supported Release 3.6.0
2+
### Summary
3+
This release adds the ability to use mysql::db and `mysql_*` types against unmanaged or external mysql instances.
4+
5+
#### Features
6+
- Add ability to use mysql::db WITHOUT mysql::server (ie, externally)
7+
- Add prescript attribute to mysql::server::backup for xtrabackup
8+
- Add postscript ability to xtrabackup provider.
9+
10+
#### Bugfixes
11+
- Fix default root passwords blocking puppet on mysql 5.8
12+
- Fix service dependency when package_manage is false
13+
- Fix selinux permissions on my.cnf
14+
115
##2015-07-23 - Supported Release 3.5.0
216
###Summary
317
A small release to add explicit support to newer Puppet versions and accumulated patches.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,6 @@ This module has been tested on:
819819
* Ubuntu 10.04, 12.04, 14.04
820820
* Scientific Linux 5, 6
821821
* SLES 11
822-
* Solaris 11.2, 11.3, 12.0
823822

824823
Testing on other platforms has been minimal and cannot be guaranteed.
825824

metadata.json

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

0 commit comments

Comments
 (0)