Skip to content

Commit

Permalink
Version bump to v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Oct 6, 2013
1 parent 27f3b34 commit 6650246
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6650246

Please sign in to comment.