Skip to content

Commit 331108d

Browse files
authored
Merge pull request #491 from puppetlabs/release-prep
Release prep v8.2.1
2 parents 170b0d5 + 11031ac commit 331108d

File tree

3 files changed

+10
-21
lines changed

3 files changed

+10
-21
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ 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.2.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/v8.2.0) - 2024-05-07
8+
## [v8.2.1](https://github.com/puppetlabs/puppetlabs-accounts/tree/v8.2.1) - 2024-08-13
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-accounts/compare/v8.2.0...v8.2.1)
11+
12+
### Fixed
13+
14+
- (MODULES-11458) Revert deferred function [#490](https://github.com/puppetlabs/puppetlabs-accounts/pull/490) ([Ramesh7](https://github.com/Ramesh7))
15+
16+
## [v8.2.0](https://github.com/puppetlabs/puppetlabs-accounts/tree/v8.2.0) - 2024-05-08
917

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

REFERENCE.md

-19
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ homedir, .ssh/authorized_keys files, and directories.
2626

2727
* [`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
2828
* [`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
29-
* [`user_password`](#user_password)
3029

3130
### Data types
3231

@@ -620,24 +619,6 @@ Data type: `String`
620619

621620
ssh authorized_keys option string
622621

623-
### <a name="user_password"></a>`user_password`
624-
625-
Type: Ruby 4.x API
626-
627-
The user_password function.
628-
629-
#### `user_password(Variant[Sensitive[String], String] $password)`
630-
631-
The user_password function.
632-
633-
Returns: `Variant[Sensitive[String], String]`
634-
635-
##### `password`
636-
637-
Data type: `Variant[Sensitive[String], String]`
638-
639-
640-
641622
## Data types
642623

643624
### <a name="Accounts--Group--Hash"></a>`Accounts::Group::Hash`

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-accounts",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"author": "puppetlabs",
55
"summary": "Account management module.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)