Skip to content

Commit a51b983

Browse files
committed
Merge pull request #664 from mhaskel/3.2.0-prep
3.2.0 prep
2 parents 8397805 + 9f84ef7 commit a51b983

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
##2015-02-09 - Supported Release 3.2.0
2+
###Summary
3+
This release includes several new features and bugfixes, including support for various plugins, making the output from mysql_password more consistent when input is empty and improved username validation.
4+
5+
####Features
6+
- Add type and provider to manage plugins
7+
- Add support for authentication plugins
8+
- Add support for mysql_install_db on freebsd
9+
- Add `create_root_user` and `create_root_my_cnf` parameters to `mysql::server`
10+
11+
####Bugfixes
12+
- Remove dependency on stdlib >= 4.1.0 (MODULES-1759)
13+
- Make grant autorequire user
14+
- Remove invalid parameter 'provider' from mysql_user instance (MODULES-1731)
15+
- Return empty string for empty input in mysql_password
16+
- Fix `mysql::account_security` when fqdn==localhost
17+
- Update username validation (MODULES-1520)
18+
- Future parser fix in params.pp
19+
- Fix package name for debian 8
20+
- Don't start the service until the server package is installed and the config file is in place
21+
- Test fixes
22+
- Lint fixes
23+
124
##2014-12-16 - Supported Release 3.1.0
225
###Summary
326

metadata.json

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

0 commit comments

Comments
 (0)