Skip to content

Commit

Permalink
Bump to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shortdudey123 committed Jan 3, 2017
1 parent c73d6fd commit f671fc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f671fc8

Please sign in to comment.