Skip to content

Commit 5b2116b

Browse files
author
Ashley Penney
committed
Merge pull request #297 from apenney/200-release
Prepare 2.0.0-rc1 release.
2 parents 059b66d + 4d31685 commit 5b2116b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2013-10-03 - Version 2.0.0
2+
3+
Summary:
4+
5+
This module has been completely refactored and works significantly different.
6+
The changes are broad and touch almost every piece of the module.
7+
8+
See the README.md for full details of all changes and syntax.
9+
Please remain on 1.0.0 if you don't have time to fully test this in dev.
10+
11+
* mysql::server, mysql::client, and mysql::bindings are the primary interface
12+
classes.
13+
* mysql::server takes an `options_override` parameter to set my.cnf options,
14+
with the hash format: { 'section' => { 'thing' => 'value' }}
15+
* mysql attempts backwards compatibility by forwarding all parameters to
16+
mysql::server.
17+
118
2013-09-23 - Version 1.0.0
219

320
Summary:

Modulefile

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

0 commit comments

Comments
 (0)