Skip to content

Commit f5ac0a6

Browse files
authored
Merge pull request #508 from puppetlabs/release-prep
Release prep v8.3.1
2 parents 815fc1b + c5ff034 commit f5ac0a6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
77

8+
## [v8.3.1](https://github.com/puppetlabs/puppetlabs-accounts/tree/v8.3.1) - 2025-07-28
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v8.3.0...v8.3.1)
11+
12+
### Fixed
13+
14+
- Synchronize user defined resource with the corresponding type [#507](https://github.com/puppetlabs/puppetlabs-accounts/pull/507) ([jay7x](https://github.com/jay7x))
15+
816
## [v8.3.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/v8.3.0) - 2025-04-17
917

1018
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v8.2.2...v8.3.0)

REFERENCE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ Struct[{ Optional[ensure] => Enum['absent','present'],
731731
Optional[managehome] => Boolean,
732732
Optional[managevim] => Boolean,
733733
Optional[membership] => Enum['inclusive','minimum'],
734-
Optional[password] => String,
734+
Optional[password] => Variant[String, Sensitive[String]],
735735
Optional[password_max_age] => Accounts::User::PasswordMaxAge,
736736
Optional[purge_sshkeys] => Boolean,
737737
Optional[purge_user_home] => Boolean,
@@ -740,7 +740,8 @@ Struct[{ Optional[ensure] => Enum['absent','present'],
740740
Optional[sshkey_custom_path] => Stdlib::Unixpath,
741741
Optional[sshkey_owner] => Accounts::User::Name,
742742
Optional[sshkey_group] => Accounts::User::Name,
743-
Optional[sshkeys] => Array[String],
743+
Optional[sshkey_mode] => Variant[Integer[0], String],
744+
Optional[sshkeys] => Array[String[1]],
744745
Optional[system] => Boolean,
745746
Optional[uid] => Accounts::User::Uid,
746747
}]

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-accounts",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"author": "puppetlabs",
55
"summary": "Account management module.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)