Skip to content

Commit

Permalink
Releae 0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Dec 30, 2016
1 parent 8779b7d commit 8782dca
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
28 changes: 24 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Samba Changelog

## v0.13.0 (2016-12-30)

- This cookbook is now maintained by Sous Chefs (sous-chefs.org). Expect regular updates and quicker turnaround on PRs!
- This will be the last version of this cookbook that supports Chef 11\. Pin to this version if you require Chef 11 compatibility
- Added node["samba"]["options"] for passing an array of additional options
- 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
- 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
- Moved all testing to the 'test' cookbook and eliminated the need for the apt cookbook
- Switched to cookstyle from Rubocop and resolved all warnings
- Added testing in Travis CI
- Added a kitchen config for kitchen-dokken. Expect testing in Travis using kitchen-dokken soon
- Added a Code of Conduct doc
- Updated the Contributing docs

## v0.12.0

- Manage services at end of server recipe
Expand All @@ -22,13 +43,12 @@

## v0.11.0:

* [COOK-1719] - Add Scientific / Amazon support to the Samba recipe
- [COOK-1719] - Add Scientific / Amazon support to the Samba recipe

## v0.10.6:

* [COOK-1363] - user password assignment fails on systems using dash
as default shell
- [COOK-1363] - user password assignment fails on systems using dash as default shell

## v0.10.4:

* Fixes COOK-802, typo in nmbd service name
- Fixes COOK-802, typo in nmbd service name
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 '0.12.0'
version '0.13.0'

recipe 'samba::default', 'Includes the samba::client recipe'
recipe 'samba::client', 'Installs smbclient package'
Expand Down

0 comments on commit 8782dca

Please sign in to comment.