Skip to content

Commit

Permalink
Bump to version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathen Harvey committed Aug 16, 2012
1 parent 1f1390c commit ccb8a8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
### v.0.1.4

* Add toolkit recipe to install the Percona Toolkit
* Replace cookbook file for APT sources with a template

### v.0.1.3 ### v.0.1.3


* Add foodcritic tests monitored with [Travis CI](http://travis-ci.org/#!/customink-webops/percona-install) * Add foodcritic tests monitored with [Travis CI](http://travis-ci.org/#!/customink-webops/percona-install)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -85,6 +85,8 @@ License and Authors


Author:: Nathen Harvey <nharvey@customink.com> Author:: Nathen Harvey <nharvey@customink.com>
Author:: Miah Johnson <miah@chia-let.org> Author:: Miah Johnson <miah@chia-let.org>
Author:: Jef Mathiot <jeff.mathiot@gmail.com>
Author:: Michael H. Oshita <ijinpublic+github@gmail.com>


Copyright 2011-2012, CustomInk, LLC Copyright 2011-2012, CustomInk, LLC
Copyright 2012, CX Inc. Copyright 2012, CX Inc.
Expand Down
3 changes: 2 additions & 1 deletion metadata.rb
Expand Up @@ -3,13 +3,14 @@
license "Apache 2.0" license "Apache 2.0"
description "Installs Percona apt/yum repostiory, client, and server" description "Installs Percona apt/yum repostiory, client, and server"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.1.3" version "0.1.4"


recipe "default", "Installs percona-release apt or yum repository" recipe "default", "Installs percona-release apt or yum repository"
recipe "client", "Installs Percona client" recipe "client", "Installs Percona client"
recipe "server", "Installs Percona server" recipe "server", "Installs Percona server"
recipe "xtrabackup", "Installs Percona xtrabackup" recipe "xtrabackup", "Installs Percona xtrabackup"
recipe "monitoring", "Installs Percona monitoring plugins" recipe "monitoring", "Installs Percona monitoring plugins"
recipe "toolkit", "Installs Percona toolkit"


attribute "percona-install/plugins_url", attribute "percona-install/plugins_url",
:dislpay_name => "Percona Install - Plugins URL", :dislpay_name => "Percona Install - Plugins URL",
Expand Down

0 comments on commit ccb8a8f

Please sign in to comment.