Skip to content

Commit ad4ed5b

Browse files
author
Sean OMeara
committed
Version bump to v4.0.0
1 parent 87695f0 commit ad4ed5b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ mysql Cookbook CHANGELOG
33
This 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+
618
v3.0.12
719
-------
820
### 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.13'
7+
version '4.0.0'
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)