From f671fc8b90ddd6d5e932030fb2ca5e543b53dcdb Mon Sep 17 00:00:00 2001 From: Grant Ridder Date: Tue, 3 Jan 2017 15:58:05 -0800 Subject: [PATCH] Bump to v5.3.0 --- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4af849..d37412b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # gluster cookbook CHANGELOG ## Unreleased + +## v5.3.0 (2017-01-03) - **[PR #82](https://github.com/shortdudey123/chef-gluster/pull/82)** - Add license and fix readme +- **[PR #83](https://github.com/shortdudey123/chef-gluster/pull/83)** - Use GPG keys on yum repositories and Support 3.9 on yum via the buildlogs.centos.org testing repo - **[PR #84](https://github.com/shortdudey123/chef-gluster/pull/84)** - Allow disable of server extending support +- **[PR #85](https://github.com/shortdudey123/chef-gluster/pull/85)** - Minor Debian and repository fixes +- **[PR #86](https://github.com/shortdudey123/chef-gluster/pull/86)** - Add gluster_volume_option custom resource - **[PR #90](https://github.com/shortdudey123/chef-gluster/pull/90)** - Add parameters for volume_option to README - **[PR #91](https://github.com/shortdudey123/chef-gluster/pull/91)** - Allow specify options as attributes diff --git a/metadata.rb b/metadata.rb index 35b3b72..d9c79b2 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs and configures Gluster servers and clients' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '5.2.0' +version '5.3.0' depends 'apt', '>= 2.0' depends 'yum', '>= 3.0' depends 'lvm', '>= 1.5.1'