Skip to content

Commit f1f47f4

Browse files
committed
Prep 3.6.0
1 parent 5f17b94 commit f1f47f4

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,11 @@ An array of two elements to set the backup time. Allows ['23', '5'] (i.e., 23:05
416416

417417
#####`postscript`
418418

419-
A script that is executed at when the backup is finished. This could be used to (r)sync the backup to a central store. This script can be either a single line that is directly executed or a number of lines supplied as an array. It could also be one or more externally managed (executable) files.
419+
A script that is executed when the backup is finished. This could be used to (r)sync the backup to a central store. This script can be either a single line that is directly executed or a number of lines supplied as an array. It could also be one or more externally managed (executable) files.
420+
421+
#####`prescript`
422+
423+
A script that is executed before the backup begins.
420424

421425
#####`provider`
422426

@@ -819,7 +823,6 @@ This module has been tested on:
819823
* Ubuntu 10.04, 12.04, 14.04
820824
* Scientific Linux 5, 6
821825
* SLES 11
822-
* Solaris 11.2, 11.3, 12.0
823826

824827
Testing on other platforms has been minimal and cannot be guaranteed.
825828

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)