Skip to content

Commit

Permalink
Prepare for release 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rehan Mahmood committed Feb 10, 2024
1 parent 0ea85a1 commit 8fdd160
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 3.0.0 (February 10, 2024)

**Features:**

This is a major release after a long while. The main reason for not being able to create a new release was two folds.
Firstly, the `pdk` in the latest releases has become almost unworkable (maybe it is my lack of understanding, but I do
not have the time commitment required to keep up with what is going on in there!). The second is the tests for this module
that were largely dependent on [TravisCI](https://app.travis-ci.com/github/rehanone/puppet-samba?serverType=git) which has
not been very kind to free and open source project of late. Without the ability to run any kind of tests, it was impossible
to merge further changes.

Well, most of that has been addressed to some extent in this release by very generous work of [bschonec](https://github.com/bschonec)
over the past few weeks. One of the main changes in this release is [#43](https://github.com/rehanone/puppet-samba/pull/43).
Not all integration tests are fully migrated yet but this is a good starting point.

Other notable changes in this release are:

- Adding obey pam restrictions param. ([#36](https://github.com/rehanone/puppet-samba/pull/36); [welchnut](https://github.com/welchnut))
- Change ntlm_auth variable to a Variant and change its default value. ([#40](https://github.com/rehanone/puppet-samba/pull/40); [bschonec](https://github.com/bschonec))
- Add parameter descriptions to the class modules. ([#48](https://github.com/rehanone/puppet-samba/pull/48); [bschonec](https://github.com/bschonec))
- Other minor changes.

## 2.0.1 (August 24, 2022)

**Features:**
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": "2.0.1",
"version": "3.0.0",
"author": "Rehan Mahmood",
"summary": "Install, manage and configure samba server, client and shares.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8fdd160

Please sign in to comment.