From e76e31b99251adb1a04d0718642d1061b9cf8c80 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Mon, 23 Sep 2013 14:54:43 -0400 Subject: [PATCH] Prepare a 1.0.0 release. --- CHANGELOG | 22 +++++++++++++++++++--- Modulefile | 2 +- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3edfc4602..273d2acf9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,26 @@ -Date pending - Next Version +2013-09-23 - Version 1.0.0 + +Summary: + +This release introduces a number of new type/providers, to eventually +replace the database_ ones. The module has been converted to call the +new providers rather than the previous ones as they have a number of +fixes, additional options, and work with puppet resource. + +This 1.0.0 release precedes a large refactoring that will be released +almost immediately after as 2.0.0. + Features: -- Add `mysql::bindings` class and refactor all other bindings to be -contained underneath mysql::bindings:: namespace. +- Added mysql_grant, mysql_database, and mysql_user. +- Add `mysql::bindings` class and refactor all other bindings to be contained underneath mysql::bindings:: namespace. +- Added support to back up specified databases only with 'mysqlbackup' parameter. +- Add option to mysql::backup to set the backup script to perform a mysqldump on each database to its own file Bugfixes: - Update my.cnf.pass.erb to allow custom socket support +- Add environment variable for .my.cnf in mysql::db. +- Add HOME environment variable for .my.cnf to mysqladmin command when +(re)setting root password 2013-07-15 - Version 0.9.0 Features: diff --git a/Modulefile b/Modulefile index ebf4363d5..cef26223c 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-mysql' -version '0.9.0' +version '1.0.0' source 'git://github.com/puppetlabs/puppetlabs-mysql.git' author 'Puppet Labs' license 'Apache 2.0'