Skip to content

Commit 6650246

Browse files
committed
Version bump to v3.0.6
1 parent 27f3b34 commit 6650246

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ mysql Cookbook CHANGELOG
33
This file is used to list changes made in each version of the mysql cookbook.
44

55

6+
v3.0.6
7+
------
8+
### Bug
9+
- **[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
10+
- **[COOK-3647](https://tickets.opscode.com/browse/COOK-3647)** - Fix README typo (databas => database)
11+
- **[COOK-3477](https://tickets.opscode.com/browse/COOK-3477)** - Fix log-queries-not-using-indexes not working
12+
- **[COOK-3436](https://tickets.opscode.com/browse/COOK-3436)** - Pull percona repo in compilation phase
13+
- **[COOK-3208](https://tickets.opscode.com/browse/COOK-3208)** - Fix README typo (LitenPort => ListenPort)
14+
- **[COOK-3149](https://tickets.opscode.com/browse/COOK-3149)** - Create my.cnf before installing
15+
- **[COOK-2681](https://tickets.opscode.com/browse/COOK-2681)** - Fix log_slow_queries for 5.5+
16+
- **[COOK-2606](https://tickets.opscode.com/browse/COOK-2606)** - Use proper bind address on cloud providers
17+
18+
### Improvement
19+
- **[COOK-3498](https://tickets.opscode.com/browse/COOK-3498)** - Add support for replicate_* variables in my.cnf
20+
21+
622
v3.0.4
723
------
824
### Bug

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs and configures mysql for client or server'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '3.0.5'
7+
version '3.0.6'
88
recipe 'mysql', 'Includes the client recipe to configure a client'
99
recipe 'mysql::client', 'Installs packages required for mysql clients using run_action magic'
1010
recipe 'mysql::server', 'Installs packages required for mysql servers w/o manual intervention'

0 commit comments

Comments
 (0)