Skip to content

Commit

Permalink
Merge pull request #628 from mhaskel/merge_3.1.x_into_master
Browse files Browse the repository at this point in the history
Merge 3.1.x into master
  • Loading branch information
hunner committed Dec 17, 2014
2 parents 120e6b1 + 09325e6 commit ea7d66a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
##2014-12-16 - Supported Release 3.1.0
###Summary

This release includes several new features, including SLES12 support, and a number of bug fixes.

####Notes

`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.

####Features
- Add support for install_options for all package resources (MODULES-1484)
- Add log-bin directory creation
- Allow mysql::db to import multiple files (MODULES-1338)
- SLES12 support
- Improved identifier quoting detections
- Reworked `mysql::server::mysqltuner` so that we are no longer packaging the script as it is licensed under the GPL.

####Bugfixes
- Fix regression in username validation
- Proper containment for mysql::client in mysql::db
- Support quoted usernames of length 15 and 16 chars

##2014-11-11 - Supported Release 3.0.0
###Summary

Expand Down
7 changes: 4 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "puppetlabs-mysql",
"version": "3.0.0",
"version": "3.1.0",
"author": "Puppet Labs",
"summary": "Installs, configures, and manages the MySQL service.",
"license": "Apache 2.0",
"license": "Apache-2.0",
"source": "git://github.com/puppetlabs/puppetlabs-mysql.git",
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
Expand Down Expand Up @@ -44,7 +44,8 @@
"operatingsystem": "SLES",
"operatingsystemrelease": [
"10 SP4",
"11 SP1"
"11 SP1",
"12"
]
},
{
Expand Down

0 comments on commit ea7d66a

Please sign in to comment.