From 6650246f5f68632b23fd8ec86f536efab2b54774 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sun, 6 Oct 2013 11:04:56 -0400 Subject: [PATCH] Version bump to v3.0.6 --- CHANGELOG.md | 16 ++++++++++++++++ metadata.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 395f022b9..0b111581c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ mysql Cookbook CHANGELOG This file is used to list changes made in each version of the mysql cookbook. +v3.0.6 +------ +### Bug +- **[COOK-3674](https://tickets.opscode.com/browse/COOK-3674)** - Fix an issue where the MySQL server fails to set the root password correctly when `data_dir` is a non-default value +- **[COOK-3647](https://tickets.opscode.com/browse/COOK-3647)** - Fix README typo (databas => database) +- **[COOK-3477](https://tickets.opscode.com/browse/COOK-3477)** - Fix log-queries-not-using-indexes not working +- **[COOK-3436](https://tickets.opscode.com/browse/COOK-3436)** - Pull percona repo in compilation phase +- **[COOK-3208](https://tickets.opscode.com/browse/COOK-3208)** - Fix README typo (LitenPort => ListenPort) +- **[COOK-3149](https://tickets.opscode.com/browse/COOK-3149)** - Create my.cnf before installing +- **[COOK-2681](https://tickets.opscode.com/browse/COOK-2681)** - Fix log_slow_queries for 5.5+ +- **[COOK-2606](https://tickets.opscode.com/browse/COOK-2606)** - Use proper bind address on cloud providers + +### Improvement +- **[COOK-3498](https://tickets.opscode.com/browse/COOK-3498)** - Add support for replicate_* variables in my.cnf + + v3.0.4 ------ ### Bug diff --git a/metadata.rb b/metadata.rb index 9f1b30ebb..f917676b3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,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 '3.0.5' +version '3.0.6' 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'