From b931095e9e469e7ca18c1b7975808be95d76479b Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Tue, 8 Sep 2015 06:45:44 +0200 Subject: [PATCH] release v2.1.0 --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 2 +- metadata.rb | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fffff..47f4a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ onddo_proftpd CHANGELOG This file is used to list changes made in each version of the `onddo_proftpd` cookbook. +## v2.1.0 (2015-09-08) + +* Fix Ubuntu `15.04` support. +* Improve platforms support using `node['platform_family']` node attribute. +* Update chef links to use *chef.io* domain. +* Update contact information and links after migration. +* metadata: Add `source_url` and `issues_url` links. + +* Documentation: + * README: Add GitHub badge. + +* Testing: + * Some test files updated: .travis.yml, Berksfile, Gemfile, Rakefile. + * Gemfile: Update RuboCop to `0.34.0`. + * Move ChefSpec tests to *test/unit*. + * Replace all bats tests by Serverspec tests. + * Add *.kitchen.docker.yml* file for `kitchen-docker`. + * Run kitchen on Travis using `kitchen-in-travis` script. + ## 2.0.0 (2014-10-24) * **Update Warning**: Ruby `<= 1.9.2` compatibilty drop. Ruby `>= 1.9.3` is **required**. diff --git a/README.md b/README.md index 2a4a8fd..07d6fdd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ProFTPD Cookbook [![GitHub Source](https://img.shields.io/badge/source-GitHub-blue.svg?style=flat)](https://github.com/zuazo/onddo_proftpd-cookbook) [![Dependency Status](http://img.shields.io/gemnasium/zuazo/proftpd-cookbook.svg?style=flat)](https://gemnasium.com/zuazo/proftpd-cookbook) [![Code Climate](http://img.shields.io/codeclimate/github/zuazo/proftpd-cookbook.svg?style=flat)](https://codeclimate.com/github/zuazo/proftpd-cookbook) -[![Build Status](http://img.shields.io/travis/zuazo/proftpd-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/proftpd-cookbook) +[![Build Status](http://img.shields.io/travis/zuazo/proftpd-cookbook/2.1.0.svg?style=flat)](https://travis-ci.org/zuazo/proftpd-cookbook) [Chef](http://www.chef.io/) Cookbook to install and configure the [ProFTPD](http://www.proftpd.org/) FTP server. diff --git a/metadata.rb b/metadata.rb index 3e41fff..cf6a240 100644 --- a/metadata.rb +++ b/metadata.rb @@ -24,7 +24,7 @@ license 'Apache 2.0' description 'Installs and Configures ProFTPD ftp server.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.1.0' # WiP +version '2.1.0' if respond_to?(:source_url) source_url "https://github.com/zuazo/#{name}-cookbook"