Update cookbooks and add wordpress cookbook

This commit is contained in:
Greg Karékinian
2016-02-19 18:09:49 +01:00
parent 9ba973e3ac
commit 820b0ab3f8
606 changed files with 22421 additions and 14084 deletions

View File

@@ -1,6 +1,57 @@
mysql Cookbook CHANGELOG
========================
v6.1.2 (2015-10-05)
--------------------
- Amazon Linux 2015.09
v6.1.1 (2015-09-24)
--------------------
- Completing ChefSpec matchers
v6.1.0 (2015-07-17)
--------------------
- Adding tunables for tmp_dir, error_log, and pid_file
- Adding mysqld_options hash interface for main my.cnf template
v6.0.31 (2015-07-13)
--------------------
- Reverting create_stop_system_service checks
v6.0.30 (2015-07-13)
--------------------
- Ubuntu 15.04 support
- Check for scripts and unit files during create_stop_system_service
v6.0.29 (2015-07-12)
--------------------
- Patch to allow blank root password
- Adding package information for Suse 12.0
v6.0.28 (2015-07-10)
--------------------
- Fixes for 12.4.x
v6.0.27 (2015-07-09)
--------------------
- Allowing integer value for port number
v6.0.26 (2015-07-07)
--------------------
- Reverting breaking changes introduced in 6.0.25
v6.0.25 (2015-07-06)
--------------------
- Fixes for 12.4.1
v6.0.24 (2015-06-27)
--------------------
- #341 - Changing default GRANT for root from '%' to 'localhost' and '127.0.0.1'
v6.0.23 (2015-06-21)
--------------------
- #354 Better handling of long MySQL startup times
v6.0.22 (2015-05-07)
--------------------
- Debian 8 (Jessie) support