Skip to content

Commit

Permalink
release 1.0.4 - readonly shares (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus committed Apr 6, 2017
1 parent 5a4a55f commit 2a7dd6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -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
Expand Down

0 comments on commit 2a7dd6e

Please sign in to comment.