Release 0.5.0
Changes: - Add puppetlabs/stdlib as requirement - Add validation for mysql privs in provider - Add `pidfile` parameter to mysql::config - Add `ensure` parameter to mysql::db - Add Amazon linux support - Change `bind_address` parameter to be optional in my.cnf template Bugfixes: - Quote root passwords
This commit is contained in:
parent
c776e6662f
commit
fe3d6c3088
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
2012-08-23 - Version 0.5.0
|
||||
* Add puppetlabs/stdlib as requirement
|
||||
* Add validation for mysql privs in provider
|
||||
* Add `pidfile` parameter to mysql::config
|
||||
* Add `ensure` parameter to mysql::db
|
||||
* Add Amazon linux support
|
||||
* Change `bind_address` parameter to be optional in my.cnf template
|
||||
* Fix quoting root passwords
|
||||
|
||||
2012-07-24 - Version 0.4.0
|
||||
* Fix various bugs regarding database names
|
||||
* FreeBSD support
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name 'puppetlabs-mysql'
|
||||
version '0.4.0'
|
||||
version '0.5.0'
|
||||
source 'git://github.com/puppetlabs/puppetlabs-mysql.git'
|
||||
author 'Puppet Labs'
|
||||
license 'Apache 2.0'
|
||||
|
|
Loading…
Reference in a new issue