Skip to content

Commit

Permalink
Prepare for release 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanone committed Mar 13, 2020
1 parent 850cca7 commit 67bc9c1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 1.2.0 (March 12, 2020)

Improvements:

- `samba::ntlm_auth param`

This allows enabling NTLMv1 authentication which nowadays is
disabled by default due to being insecure.  However, some users may
require this for backwards compatibility, e.g., Sonos does not
support NTLMv2 or any other choice for that matter.
([#12](https://github.com/rehanone/puppet-samba/pull/12); jflorian)

Bugfixes:

- README uses bogus param extra_global_options. ([#12](https://github.com/rehanone/puppet-samba/pull/12); jflorian)
- README uses bogus param selinux_enable_home_dirs. ([#12](https://github.com/rehanone/puppet-samba/pull/12); jflorian)
- README is wrong for samba::shares usage. ([#12](https://github.com/rehanone/puppet-samba/pull/12); jflorian)

  The `samba::share` define expects these params as a hash. Furthermore,
it expects proper Boolean values instead of `yes/no` strings.

## 1.1.0 (February 13, 2020)

Improvements:
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehan-samba",
"version": "1.1.0",
"version": "1.2.0",
"author": "Rehan Mahmood",
"summary": "Install, manage and configure samba server, client and shares.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 67bc9c1

Please sign in to comment.