Skip to content

Commit 585b390

Browse files
author
Sean OMeara
committed
Version bump to v4.0.2
1 parent 85e7603 commit 585b390

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ mysql Cookbook CHANGELOG
33
This 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+
614
v4.0.0
715
------
816
- [COOK-3928] Heavily refactoring for readability. Moving platform implementation into separate recipes

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 '4.0.1'
7+
version '4.0.2'
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)