Commit 42230f5 Sean OMeara
committed
1 parent 2a85fd3 commit 42230f5 Copy full SHA for 42230f5
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ mysql Cookbook CHANGELOG
3
3
This file is used to list changes made in each version of the mysql cookbook.
4
4
5
5
6
+ v4.0.10
7
+ -------
8
+ fixing metadata version error. locking to 3.0
9
+
10
+
6
11
v4.0.8
7
12
------
8
13
Locking yum dependency to '< 3'
Original file line number Diff line number Diff line change 4
4
license 'Apache 2.0'
5
5
description 'Installs and configures mysql for client or server'
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version '4.0.9 '
7
+ version '4.0.10 '
8
8
recipe 'mysql' , 'Includes the client recipe to configure a client'
9
9
recipe 'mysql::client' , 'Installs packages required for mysql clients using run_action magic'
10
10
recipe 'mysql::server' , 'Installs packages required for mysql servers w/o manual intervention'
You can’t perform that action at this time.
0 commit comments