Skip to content

Commit

Permalink
release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 8, 2015
1 parent dc87815 commit b931095
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

0 comments on commit b931095

Please sign in to comment.