From 52d13418334b9546dafb5fed7642ff914ec158da Mon Sep 17 00:00:00 2001 From: Seth Chisamore Date: Tue, 12 Jul 2011 17:39:24 -0400 Subject: [PATCH] mysql v1.0.8 * [COOK-633] ensure "cloud" attribute is available --- mysql/README.md | 56 +++++++++++++++++++++++++---------------------- mysql/metadata.rb | 2 +- 2 files changed, 31 insertions(+), 27 deletions(-) diff --git a/mysql/README.md b/mysql/README.md index adca7a5ed..252d6aa15 100644 --- a/mysql/README.md +++ b/mysql/README.md @@ -3,32 +3,6 @@ Description Installs and configures MySQL client or server. -Changes -======= - -### v1.0.7: - -* [COOK-614] expose all mysql tunable settings in config -* [COOK-617] bind to private IP if available - -### v1.0.6: - -* [COOK-605] install mysql-client package on ubuntu/debian - -### v1.0.5: - -* [COOK-465] allow optional remote root connections to mysql -* [COOK-455] improve platform version handling -* externalize conf_dir attribute for easier cross platform support -* change datadir attribute to data_dir for consistency - -### v1.0.4: - -* fix regressions on debian platform -* [COOK-578] wrap root password in quotes -* [COOK-562] expose all tunables in my.cnf - - Requirements ============ @@ -126,6 +100,36 @@ For more infromation on the compile vs execution phase of a Chef run: * http://wiki.opscode.com/display/chef/Anatomy+of+a+Chef+Run +Changes/Roadmap +=============== + +### v1.0.8: + +* [COOK-633] ensure "cloud" attribute is available + +### v1.0.7: + +* [COOK-614] expose all mysql tunable settings in config +* [COOK-617] bind to private IP if available + +### v1.0.6: + +* [COOK-605] install mysql-client package on ubuntu/debian + +### v1.0.5: + +* [COOK-465] allow optional remote root connections to mysql +* [COOK-455] improve platform version handling +* externalize conf_dir attribute for easier cross platform support +* change datadir attribute to data_dir for consistency + +### v1.0.4: + +* fix regressions on debian platform +* [COOK-578] wrap root password in quotes +* [COOK-562] expose all tunables in my.cnf + + License and Author ================== diff --git a/mysql/metadata.rb b/mysql/metadata.rb index 46ff90b63..7a112992b 100644 --- a/mysql/metadata.rb +++ b/mysql/metadata.rb @@ -3,7 +3,7 @@ license "Apache 2.0" description "Installs and configures mysql for client or server" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "1.0.7" +version "1.0.8" recipe "mysql", "Includes the client recipe to configure a client" recipe "mysql::client", "Installs packages required for mysql clients using run_action magic" recipe "mysql::server", "Installs packages required for mysql servers w/o manual intervention"