From 9479a101dd70a452b9b4dd2275e1d73131d321b9 Mon Sep 17 00:00:00 2001 From: "daniel.werdermann" Date: Tue, 29 Sep 2015 17:12:56 +0200 Subject: [PATCH] prepare release 1.6.0 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 ++ metadata.json | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e545d..34f59f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 2015-09-29 - 1.6.0 (Feature/Bugfixe release) + +#### Features: + +- Issue #30 Add ability to set owner,group,perms on server::export +- Issue #35 Enable mountd_port parameter for Red Hat. + +#### Bugfixes: + +- Fixed #28 Fix puppet dependency to puppetlabs-concat +- Fixed #32 #33 Fix service in EL7 that can not be enabled. +- Fixed #34 Fixed owner, group and perms on NFSv4 mount. + ## 2015-06-05 - 1.5.0 (Feature/Bugfixe release) #### Features: diff --git a/README.md b/README.md index 1dc2c2b..d53fa88 100644 --- a/README.md +++ b/README.md @@ -536,3 +536,5 @@ If you want to have the full potential of this module its recommend to have stor Echocat modules are open projects. So if you want to make this module even better, you can contribute to this module on [Github](https://github.com/echocat/puppet-nfs). This module is forked/based on Harald Skoglund from https://github.com/haraldsk/puppet-module-nfs/ + +Please read DEVELOP.md on how to contribute to this module. diff --git a/metadata.json b/metadata.json index cec3ee0..043cbeb 100644 --- a/metadata.json +++ b/metadata.json @@ -27,7 +27,7 @@ } ], "name": "echocat-nfs", - "version": "1.5.0", + "version": "1.6.0", "source": "git clone https://github.com/echocat/puppet-nfs.git", "author": "echocat", "license": "Apache-2.0",