Skip to content

Commit ea7d66a

Browse files
committed
Merge pull request #628 from mhaskel/merge_3.1.x_into_master
Merge 3.1.x into master
2 parents 120e6b1 + 09325e6 commit ea7d66a

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
##2014-12-16 - Supported Release 3.1.0
2+
###Summary
3+
4+
This release includes several new features, including SLES12 support, and a number of bug fixes.
5+
6+
####Notes
7+
8+
`mysql::server::mysqltuner` has been refactored to fetch the mysqltuner script from github by default. If you are running on a non-network-connected system, you will need to download that file and have it available to your node at a path specified by the `source` parameter to the `mysqltuner` class.
9+
10+
####Features
11+
- Add support for install_options for all package resources (MODULES-1484)
12+
- Add log-bin directory creation
13+
- Allow mysql::db to import multiple files (MODULES-1338)
14+
- SLES12 support
15+
- Improved identifier quoting detections
16+
- Reworked `mysql::server::mysqltuner` so that we are no longer packaging the script as it is licensed under the GPL.
17+
18+
####Bugfixes
19+
- Fix regression in username validation
20+
- Proper containment for mysql::client in mysql::db
21+
- Support quoted usernames of length 15 and 16 chars
22+
123
##2014-11-11 - Supported Release 3.0.0
224
###Summary
325

metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "puppetlabs-mysql",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"author": "Puppet Labs",
55
"summary": "Installs, configures, and manages the MySQL service.",
6-
"license": "Apache 2.0",
6+
"license": "Apache-2.0",
77
"source": "git://github.com/puppetlabs/puppetlabs-mysql.git",
88
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
99
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
@@ -44,7 +44,8 @@
4444
"operatingsystem": "SLES",
4545
"operatingsystemrelease": [
4646
"10 SP4",
47-
"11 SP1"
47+
"11 SP1",
48+
"12"
4849
]
4950
},
5051
{

0 commit comments

Comments
 (0)