From 2a7dd6e0deae6ac34bcb0665ad23901ea6575cfc Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Thu, 6 Apr 2017 17:59:58 +0100 Subject: [PATCH] release 1.0.4 - readonly shares (#64) --- CHANGELOG.md | 6 +++++- metadata.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce40ce8..7b8e15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Samba Changelog +## v1.0.4 (06-04-2017) + +- Add read_only option to share. (#62 @whatcould) + ## v1.0.3 (25-02-2017) - Fixes double converges for smb.conf @@ -43,7 +47,7 @@ - Added node['samba']['enable_users_search'] to enable/disable searching for samba users. Defaults to true to maintain existing behavior. - Added SmartOS compatibility - Added ChefSpec matchers for the LWRP -- Added source_url issues_url and chef_version metadata +- Added `source_url` `issues_url` and `chef_version` metadata - Removed arch and raspbian from the metadata and added oracle. We officially support systems we can test with Test Kitchen only. - Added a Rakefile for simplified testing - Switched integration testing to Inspec from serverspec diff --git a/metadata.rb b/metadata.rb index eec9c56..7218e3c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache 2.0' description 'Installs/Configures samba' -version '1.0.3' +version '1.0.4' %w( debian ubuntu centos fedora redhat scientific amazon oracle ).each do |os| supports os