Skip to content

Commit

Permalink
release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed May 3, 2017
1 parent 462bb5a commit ab853d4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@ CHANGELOG for mysql_tuning

T his file is used to list changes made in each version of the `mysql_tuning` cookbook.

## v0.8.0 (2017-05-03)

Special thanks to [Gavin Reynolds](https://github.com/gsreynolds) for his work on this release.

* Update `mysql` cookbook to version `8` (issues [#5](https://github.com/zuazo/mysql_tuning-cookbook/issues/5) and [#6](https://github.com/zuazo/mysql_tuning-cookbook/pull/6)).
* Update `ohai` cookbook to version `5` ([issue #6](https://github.com/zuazo/mysql_tuning-cookbook/pull/6)).
* Fix ohai plugin on Debian & Ubuntu, `mysqld_bin` is */usr/sbin/mysqld* ([issue #6](https://github.com/zuazo/mysql_tuning-cookbook/pull/6)).
* metadata: Add `chef_version`.

## v0.7.0 (2016-10-15)

* Update `ohai` cookbook to version `4`.
Expand Down
20 changes: 11 additions & 9 deletions README.md
Expand Up @@ -6,7 +6,7 @@ MySQL Tuning Cookbook
[![Cookbook Version](https://img.shields.io/cookbook/v/mysql_tuning.svg?style=flat)](https://supermarket.chef.io/cookbooks/mysql_tuning)
[![Dependency Status](http://img.shields.io/gemnasium/zuazo/mysql_tuning-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/mysql_tuning-cookbook)
[![Code Climate](http://img.shields.io/codeclimate/github/zuazo/mysql_tuning-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/mysql_tuning-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/mysql_tuning-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/mysql_tuning-cookbook)
[![Build Status](http://img.shields.io/travis/zuazo/mysql_tuning-cookbook/0.8.0.svg?style=flat)](https://travis-ci.org/zuazo/mysql_tuning-cookbook)

This [Chef](https://www.chef.io/) cookbook creates a generic MySQL server configuration, presumably more optimized for your current machine than the default configuration.

Expand Down Expand Up @@ -35,18 +35,19 @@ Please, [let us know](https://github.com/zuazo/mysql_tuning-cookbook/issues/new?

## Required Cookbooks

* [mysql (~> 7.0)](https://supermarket.chef.io/cookbooks/mysql)
* [ohai (~> 4.0)](https://supermarket.chef.io/cookbooks/ohai)
* [mysql (~> 8.0)](https://supermarket.chef.io/cookbooks/mysql)
* [ohai (~> 5.0)](https://supermarket.chef.io/cookbooks/ohai)
* [mysql2_chef_gem](https://supermarket.chef.io/cookbooks/mysql2_chef_gem)

To use it with older `mysql` or `ohai` cookbook versions look at the following table:

| `ohai` \ `mysql` | `5` | `6` | `7` |
|:-----------------|:------|:------|:------|
| ***any*** | `0.2` | | |
| **`2`** | `0.3` | `0.4` | |
| **`3`** | | `0.5` | `0.6` |
| **`4`** | | | `0.7` |
| `ohai` \ `mysql` | `5` | `6` | `7` | `8` |
|:-----------------|:------|:------|:------|:------|
| ***any*** | `0.2` | | | |
| **`2`** | `0.3` | `0.4` | | |
| **`3`** | | `0.5` | `0.6` | |
| **`4`** | | | `0.7` | |
| **`5`** | | | | `0.8` |

For example, if you need to use the `mysql` cookbook version `5` and `ohai` cookbook version `2`, try using the cookbook version `0.3`:

Expand Down Expand Up @@ -593,6 +594,7 @@ License and Author
| | |
|:---------------------|:-----------------------------------------|
| **Author:** | [Xabier de Zuazo](https://github.com/zuazo) (<xabier@zuazo.org>)
| **Contributor:** | [Gavin Reynolds](https://github.com/gsreynolds)
| **Copyright:** | Copyright (c) 2015, Xabier de Zuazo
| **Copyright:** | Copyright (c) 2014-2015, Onddo Labs, SL.
| **License:** | Apache License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -27,7 +27,7 @@
Tries to create MySQL configuraiton better suited for your system.
EOS
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.8.0' # WiP
version '0.8.0'

if respond_to?(:source_url)
source_url "https://github.com/zuazo/#{name}-cookbook"
Expand Down

0 comments on commit ab853d4

Please sign in to comment.