Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.

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).

## [v8.2.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/v8.2.0) - 2024-05-07
## [v8.2.1](https://github.com/puppetlabs/puppetlabs-accounts/tree/v8.2.1) - 2024-08-13

[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v8.2.0...v8.2.1)

### Fixed

- (MODULES-11458) Revert deferred function [#490](https://github.com/puppetlabs/puppetlabs-accounts/pull/490) ([Ramesh7](https://github.com/Ramesh7))

## [v8.2.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/v8.2.0) - 2024-05-08

[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v8.1.1...v8.2.0)

Expand Down
19 changes: 0 additions & 19 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ homedir, .ssh/authorized_keys files, and directories.

* [`accounts_ssh_authorized_keys_line_parser`](#accounts_ssh_authorized_keys_line_parser): Parse an ssh authorized_keys line string into an array using its expected pattern by using a combination of regex matching and extracting the
* [`accounts_ssh_options_parser`](#accounts_ssh_options_parser): Parse an ssh authorized_keys option string into an array using its expected pattern which matches a crazy regex slightly modified from shell
* [`user_password`](#user_password)

### Data types

Expand Down Expand Up @@ -620,24 +619,6 @@ Data type: `String`

ssh authorized_keys option string

### <a name="user_password"></a>`user_password`

Type: Ruby 4.x API

The user_password function.

#### `user_password(Variant[Sensitive[String], String] $password)`

The user_password function.

Returns: `Variant[Sensitive[String], String]`

##### `password`

Data type: `Variant[Sensitive[String], String]`



## Data types

### <a name="Accounts--Group--Hash"></a>`Accounts::Group::Hash`
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": "puppetlabs-accounts",
"version": "8.2.0",
"version": "8.2.1",
"author": "puppetlabs",
"summary": "Account management module.",
"license": "Apache-2.0",
Expand Down