File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ mysql Cookbook CHANGELOG
33This file is used to list changes made in each version of the mysql cookbook.
44
55
6+ v4.0.0
7+ ------
8+ - [ COOK-3928] Heavily refactoring for readability. Moving platform implementation into separate recipes
9+ - Moving integration tests from minitest to serverspec, removing "improper" tests
10+ - Moving many attributes into the [ 'mysql'] [ 'server' ] [ 'whatever'] namespace
11+ - [ COOK-3481] - Merged Lucas Welsh's Windows bits and moved into own recipe
12+ - [ COOK-3697] - Adding security hardening attributes
13+ - [ COOK-3780] - Fixing data_dir on Debian and Ubuntu
14+ - [ COOK-3807] - Don't use execute[ assign-root-password] on Debian and Ubuntu
15+ - [ COOK-3881] - Fixing /etc being owned by mysql user
16+
17+
618v3.0.12
719-------
820### Bug
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 '3 .0.13 '
7+ version '4 .0.0 '
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