Skip to content

Commit 489e637

Browse files
author
GitHub Action
committed
Release prep v2.4.0
1 parent 274d43c commit 489e637

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## [v2.4.0](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/v2.4.0) (2023-02-14)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/v2.3.0...v2.4.0)
8+
9+
### Added
10+
11+
- \(MODULES-11371\) Updates PDK template [\#67](https://github.com/puppetlabs/puppetlabs-sshkeys_core/pull/67) ([mhashizume](https://github.com/mhashizume))
12+
513
## [v2.3.0](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/v2.3.0) (2021-10-04)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/2.2.0...v2.3.0)

REFERENCE.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -125,22 +125,22 @@ will autorequire this user if it is being managed as a `user` resource.
125125

126126
The following parameters are available in the `ssh_authorized_key` type.
127127

128-
* [`drop_privileges`](#drop_privileges)
129-
* [`name`](#name)
130-
* [`provider`](#provider)
128+
* [`drop_privileges`](#-ssh_authorized_key--drop_privileges)
129+
* [`name`](#-ssh_authorized_key--name)
130+
* [`provider`](#-ssh_authorized_key--provider)
131131

132-
##### <a name="drop_privileges"></a>`drop_privileges`
132+
##### <a name="-ssh_authorized_key--drop_privileges"></a>`drop_privileges`
133133

134-
Valid values: ``true``, ``false``, `yes`, `no`
134+
Valid values: `true`, `false`, `yes`, `no`
135135

136136
Whether to drop privileges when writing the key file. This is
137137
useful for creating files in paths not writable by the target user. Note
138138
the possible security implications of managing file ownership and
139139
permissions as a privileged user.
140140

141-
Default value: ``true``
141+
Default value: `true`
142142

143-
##### <a name="name"></a>`name`
143+
##### <a name="-ssh_authorized_key--name"></a>`name`
144144

145145
namevar
146146

@@ -151,7 +151,7 @@ Due to internal limitations, this must be unique across all user accounts;
151151
if you want to specify one key for multiple users, you must use a different
152152
comment for each instance.
153153

154-
##### <a name="provider"></a>`provider`
154+
##### <a name="-ssh_authorized_key--provider"></a>`provider`
155155

156156
The specific backend to use for this `ssh_authorized_key` resource. You will seldom need to specify this --- Puppet will
157157
usually discover the appropriate provider for your platform.
@@ -201,22 +201,22 @@ the `parsed` provider.
201201

202202
The following parameters are available in the `sshkey` type.
203203

204-
* [`name`](#name)
205-
* [`provider`](#provider)
206-
* [`type`](#type)
204+
* [`name`](#-sshkey--name)
205+
* [`provider`](#-sshkey--provider)
206+
* [`type`](#-sshkey--type)
207207

208-
##### <a name="name"></a>`name`
208+
##### <a name="-sshkey--name"></a>`name`
209209

210210
namevar
211211

212212
The host name that the key is associated with.
213213

214-
##### <a name="provider"></a>`provider`
214+
##### <a name="-sshkey--provider"></a>`provider`
215215

216216
The specific backend to use for this `sshkey` resource. You will seldom need to specify this --- Puppet will usually
217217
discover the appropriate provider for your platform.
218218

219-
##### <a name="type"></a>`type`
219+
##### <a name="-sshkey--type"></a>`type`
220220

221221
Valid values: `ssh-dss`, `ssh-ed25519`, `ssh-rsa`, `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, `ecdsa-sha2-nistp521`, `sk-ecdsa-sha2-nistp256@openssh.com`, `sk-ssh-ed25519@openssh.com`, `dsa`, `ed25519`, `rsa`, `ecdsa-sk`, `ed25519-sk`
222222

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-sshkeys_core",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"author": "puppetlabs",
55
"summary": "Manage SSH authorized keys, and known hosts.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)