Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus committed Dec 6, 2017
1 parent fed4390 commit 44db8b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Samba Changelog

## v1.1.1 (2017-12-06)

- Add optional, options to the share resource (#80)

## v1.1.0 (2017-08-02)

- Add realm property
- Add encrypt_passwords property
- Add kerberos_method property
Expand All @@ -12,11 +17,9 @@
- Add browseable property
- Many rubocop fixes (though not all)
- Change share options from required that weren't really required
- Fix issue with directory creation when path was not defined (which is not
required for home dirs for instance)
- Make winbind_separator optional in template as default backslash is a
continuation character in smb.conf
- Extend tests
- Fix issue with directory creation when path was not defined (which is not required for home dirs for instance)
- Make winbind_separator optional in template as default backslash is a continuation character in smb.conf
- Extend tests

## v1.0.6 (2017-07-24)

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Installs/Configures samba'
version '1.1.0'
version '1.1.1'
source_url 'https://github.com/sous-chefs/samba' if respond_to?(:source_url)
issues_url 'https://github.com/sous-chefs/samba/issues' if respond_to?(:issues_url)
chef_version '>= 12.16' if respond_to?(:chef_version)
Expand Down

0 comments on commit 44db8b7

Please sign in to comment.