Skip to content

Commit e303e36

Browse files
author
Ashley Penney
committed
Merge pull request #374 from apenney/210-release
Prepare a 2.1.0 release.
2 parents 0b7d074 + acb9cc9 commit e303e36

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
2013-11-13 - Version 2.1.0
2+
3+
Summary:
4+
5+
The most important changes in 2.1.0 are improvements to the my.cnf creation,
6+
as well as providers. Setting options to = true strips them to be just the
7+
key name itself, which is required for some options.
8+
9+
The provider updates fix a number of bugs, from lowercase privileges to
10+
deprecation warnings.
11+
12+
Last, the new hiera integration functionality should make it easier to
13+
externalize all your grantts, users, and, databases. Another great set of
14+
community submissions helped to make this release.
15+
16+
Features:
17+
- Some options can not take a argument. Gets rid of the '= true' when an
18+
option is set to true.
19+
- Easier hiera integration: Add hash parameters to mysql::server to allow
20+
specifying grants, users, and databases.
21+
22+
Fixes:
23+
- Fix an issue with lowercase privileges in mysql_grant{} causing them to be reapplied needlessly.
24+
- Changed defaults-file to defaults-extra-file in providers.
25+
- Ensure /root/.my.cnf is 0600 and root owned.
26+
- database_user deprecation warning was incorrect.
27+
- Add anchor pattern for client.pp
28+
- Documentation improvements.
29+
- Various test fixes.
30+
131
2013-10-21 - Version 2.0.1
232

333
Summary:

Modulefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-mysql'
2-
version '2.0.1'
2+
version '2.1.0'
33
source 'git://github.com/puppetlabs/puppetlabs-mysql.git'
44
author 'Puppet Labs'
55
license 'Apache 2.0'

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs/mysql",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"summary": "Manage MySQL, includes types/providers",
55
"source": "[email protected]/puppetlabs/puppetlabs-mysql.git",
66
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",

0 commit comments

Comments
 (0)