Skip to content

Commit

Permalink
Prepare for release 1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanone committed May 6, 2021
1 parent bf04bc1 commit 22e17a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.1 (May 6, 2021)

**Features:**

- Updated documentation with usage examples.

## 1.4.0 (May 6, 2021)

**Features:**
Expand Down Expand Up @@ -33,7 +39,7 @@
- `samba::ntlm_auth param`

This allows enabling NTLMv1 authentication which nowadays is
disabled by default due to being insecure.  However, some users may
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)
Expand All @@ -44,7 +50,7 @@
- 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,
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)
Expand Down
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehan-samba",
"version": "1.4.0",
"version": "1.4.1",
"author": "Rehan Mahmood",
"summary": "Install, manage and configure samba server, client and shares.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -53,9 +53,9 @@
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"30",
"31",
"32"
"32",
"33",
"34"
]
},
{
Expand Down

0 comments on commit 22e17a8

Please sign in to comment.