diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ac103..56f057c 100644 --- a/CHANGELOG.md +++ b/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 * Add foodcritic tests monitored with [Travis CI](http://travis-ci.org/#!/customink-webops/percona-install) diff --git a/README.md b/README.md index 9da7d4b..728289d 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ License and Authors Author:: Nathen Harvey Author:: Miah Johnson +Author:: Jef Mathiot +Author:: Michael H. Oshita Copyright 2011-2012, CustomInk, LLC Copyright 2012, CX Inc. diff --git a/metadata.rb b/metadata.rb index 586f134..221ed1e 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,13 +3,14 @@ license "Apache 2.0" description "Installs Percona apt/yum repostiory, client, and server" 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 "client", "Installs Percona client" recipe "server", "Installs Percona server" recipe "xtrabackup", "Installs Percona xtrabackup" recipe "monitoring", "Installs Percona monitoring plugins" +recipe "toolkit", "Installs Percona toolkit" attribute "percona-install/plugins_url", :dislpay_name => "Percona Install - Plugins URL",