File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ mysql Cookbook CHANGELOG
33This file is used to list changes made in each version of the mysql cookbook.
44
55
6+ v4.0.2
7+ ------
8+ ### BUGS
9+ - Adding support for Amazon Linux in attributes/server_rhel.rb
10+ - Fixing bug where unprivileged users cannot connect over a local socket. Adding integration test.
11+ - Fixing bug in mysql_grants_cmd generation
12+
13+
614v4.0.0
715------
816- [ COOK-3928] Heavily refactoring for readability. Moving platform implementation into separate recipes
Original file line number Diff line number Diff line change 44license 'Apache 2.0'
55description 'Installs and configures mysql for client or server'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '4.0.1 '
7+ version '4.0.2 '
88recipe 'mysql' , 'Includes the client recipe to configure a client'
99recipe 'mysql::client' , 'Installs packages required for mysql clients using run_action magic'
1010recipe 'mysql::server' , 'Installs packages required for mysql servers w/o manual intervention'
You can’t perform that action at this time.
0 commit comments