Skip to content

Commit

Permalink
Changelog for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arensb committed May 7, 2024
1 parent 4d83d4f commit 23e58df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,16 @@ releases:
release_date: '2023-09-11'
1.8.1:
changes:
release_summary: Mostly bug fixes.
bugfixes:
- '`plugin` result wasn''t always being returned.'
minor_changes:
- Fix documentation.
release_summary: Mostly bug fixes.
fragments:
- plugin.yml
release_date: '2023-12-10'
1.9.0:
changes:
release_summary:
- Add the `jail_fstab` module.
bugfixes:
- '`plugin` module: Wait until plugin has finished installing before returning.'
major_changes:
Expand All @@ -125,3 +123,15 @@ releases:
name: jail_fstab
namespace: ''
release_date: '2023-12-10'
1.9.1:
changes:
bugfixes:
- TrueNAS SCALE doesn't allow enabling SMB access on users without a password.
'smb' used to default to true, which prevented creating users with password
disabled. The 'smb' argument can now be set explicitly.
major_changes:
- Add user "smb" parameter to control SMB access.
release_summary: Bug fix.
fragments:
- user.yml
release_date: '2024-05-06'
4 changes: 2 additions & 2 deletions plugins/modules/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
- If you need that functionality, do something like prepend "*LOCK*"
to the crypt string when locking a user, then remove it when
unlocking.
- Note that under TrueNAS SCALE, a user with C(password_disabled)
may not use SMB, so be sure to set C(smb: false).
- "Note that under TrueNAS SCALE, a user with C(password_disabled)
may not use SMB, so be sure to set C(smb: false)."
type: bool
default: false
shell:
Expand Down

0 comments on commit 23e58df

Please sign in to comment.