Skip to content

Commit 10badb0

Browse files
authored
Merge pull request #344 from puppetlabs/release-prep
Release prep v4.3.1
2 parents a062d93 + b4f91ba commit 10badb0

File tree

3 files changed

+45
-33
lines changed

3 files changed

+45
-33
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [v4.3.1](https://github.com/puppetlabs/puppetlabs-reboot/tree/v4.3.1) (2023-04-24)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-reboot/compare/v4.3.0...v4.3.1)
8+
9+
### Fixed
10+
11+
- pdksync - \(CONT-189\) Remove support for RedHat6 / OracleLinux6 / Scientific6 [\#335](https://github.com/puppetlabs/puppetlabs-reboot/pull/335) ([david22swan](https://github.com/david22swan))
12+
- pdksync - \(CONT-130\) - Dropping Support for Debian 9 [\#332](https://github.com/puppetlabs/puppetlabs-reboot/pull/332) ([jordanbreen28](https://github.com/jordanbreen28))
13+
514
## [v4.3.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v4.3.0) (2022-10-03)
615

716
[Full Changelog](https://github.com/puppetlabs/puppetlabs-reboot/compare/v4.2.0...v4.3.0)
@@ -58,7 +67,6 @@ All notable changes to this project will be documented in this file. The format
5867
### Fixed
5968

6069
- Cleanup: Changed to ctrl::sleep\(\) and removed redundant reboot::sleep\(\) function [\#284](https://github.com/puppetlabs/puppetlabs-reboot/pull/284) ([fetzerms](https://github.com/fetzerms))
61-
- \(MODULES-10955\) More robust handling of reboot-task output [\#280](https://github.com/puppetlabs/puppetlabs-reboot/pull/280) ([fetzerms](https://github.com/fetzerms))
6270

6371
## [v4.0.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v4.0.0) (2021-02-27)
6472

@@ -70,6 +78,10 @@ All notable changes to this project will be documented in this file. The format
7078
- pdksync - \(MAINT\) Remove RHEL 5 family support [\#278](https://github.com/puppetlabs/puppetlabs-reboot/pull/278) ([sanfrancrisko](https://github.com/sanfrancrisko))
7179
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [\#275](https://github.com/puppetlabs/puppetlabs-reboot/pull/275) ([carabasdaniel](https://github.com/carabasdaniel))
7280

81+
### Fixed
82+
83+
- \(MODULES-10955\) More robust handling of reboot-task output [\#280](https://github.com/puppetlabs/puppetlabs-reboot/pull/280) ([fetzerms](https://github.com/fetzerms))
84+
7385
## [v3.2.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v3.2.0) (2021-01-19)
7486

7587
[Full Changelog](https://github.com/puppetlabs/puppetlabs-reboot/compare/v3.1.0...v3.2.0)
@@ -100,7 +112,7 @@ All notable changes to this project will be documented in this file. The format
100112

101113
### Added
102114

103-
- Add `shutdown_only` parameter to tasks [\#224](https://github.com/puppetlabs/puppetlabs-reboot/pull/224) ([MikaelSmith](https://github.com/MikaelSmith))
115+
- Add `shutdown\_only` parameter to tasks [\#224](https://github.com/puppetlabs/puppetlabs-reboot/pull/224) ([MikaelSmith](https://github.com/MikaelSmith))
104116
- \(MODULES-8201\) Add pending reboot due to domain join for windows. [\#179](https://github.com/puppetlabs/puppetlabs-reboot/pull/179) ([razorbladex401](https://github.com/razorbladex401))
105117

106118
## [v2.3.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v2.3.0) (2019-12-06)

REFERENCE.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Default value: `refreshed`
4747

4848
The following parameters are available in the `reboot` type.
4949

50-
* [`apply`](#apply)
51-
* [`message`](#message)
52-
* [`name`](#name)
53-
* [`onlyif`](#onlyif)
54-
* [`provider`](#provider)
55-
* [`timeout`](#timeout)
56-
* [`unless`](#unless)
50+
* [`apply`](#-reboot--apply)
51+
* [`message`](#-reboot--message)
52+
* [`name`](#-reboot--name)
53+
* [`onlyif`](#-reboot--onlyif)
54+
* [`provider`](#-reboot--provider)
55+
* [`timeout`](#-reboot--timeout)
56+
* [`unless`](#-reboot--unless)
5757

58-
##### <a name="apply"></a>`apply`
58+
##### <a name="-reboot--apply"></a>`apply`
5959

6060
Valid values: `immediately`, `finished`
6161

@@ -67,27 +67,27 @@ run. The default is `immediately`.
6767

6868
Default value: `immediately`
6969

70-
##### <a name="message"></a>`message`
70+
##### <a name="-reboot--message"></a>`message`
7171

7272

7373
Default value: `Puppet is rebooting the computer`
7474

75-
##### <a name="name"></a>`name`
75+
##### <a name="-reboot--name"></a>`name`
7676

7777
namevar
7878

7979

80-
##### <a name="onlyif"></a>`onlyif`
80+
##### <a name="-reboot--onlyif"></a>`onlyif`
8181

8282
For pending reboots, only reboot if the reboot is pending
8383
for one of the supplied reasons.
8484

85-
##### <a name="provider"></a>`provider`
85+
##### <a name="-reboot--provider"></a>`provider`
8686

8787
The specific backend to use for this `reboot` resource. You will seldom need to specify this --- Puppet will usually
8888
discover the appropriate provider for your platform.
8989

90-
##### <a name="timeout"></a>`timeout`
90+
##### <a name="-reboot--timeout"></a>`timeout`
9191

9292
The amount of time in seconds to wait between the time the reboot
9393
is requested and when the reboot is performed. The default timeout
@@ -96,7 +96,7 @@ current run.
9696

9797
Default value: `60`
9898

99-
##### <a name="unless"></a>`unless`
99+
##### <a name="-reboot--unless"></a>`unless`
100100

101101
For pending reboots, ignore the supplied reasons when checking pennding reboot
102102

@@ -208,65 +208,65 @@ Reboots targets and waits for them to be available again.
208208

209209
The following parameters are available in the `reboot` plan:
210210

211-
* [`targets`](#targets)
212-
* [`message`](#message)
213-
* [`reboot_delay`](#reboot_delay)
214-
* [`disconnect_wait`](#disconnect_wait)
215-
* [`reconnect_timeout`](#reconnect_timeout)
216-
* [`retry_interval`](#retry_interval)
217-
* [`fail_plan_on_errors`](#fail_plan_on_errors)
211+
* [`targets`](#-reboot--targets)
212+
* [`message`](#-reboot--message)
213+
* [`reboot_delay`](#-reboot--reboot_delay)
214+
* [`disconnect_wait`](#-reboot--disconnect_wait)
215+
* [`reconnect_timeout`](#-reboot--reconnect_timeout)
216+
* [`retry_interval`](#-reboot--retry_interval)
217+
* [`fail_plan_on_errors`](#-reboot--fail_plan_on_errors)
218218

219-
##### <a name="targets"></a>`targets`
219+
##### <a name="-reboot--targets"></a>`targets`
220220

221221
Data type: `TargetSpec`
222222

223223
Targets to reboot.
224224

225-
##### <a name="message"></a>`message`
225+
##### <a name="-reboot--message"></a>`message`
226226

227227
Data type: `Optional[String]`
228228

229229
Message to log with the reboot (for platforms that support it).
230230

231-
Default value: ``undef``
231+
Default value: `undef`
232232

233-
##### <a name="reboot_delay"></a>`reboot_delay`
233+
##### <a name="-reboot--reboot_delay"></a>`reboot_delay`
234234

235235
Data type: `Integer[1]`
236236

237237
How long (in seconds) to wait before rebooting. Defaults to 1.
238238

239239
Default value: `1`
240240

241-
##### <a name="disconnect_wait"></a>`disconnect_wait`
241+
##### <a name="-reboot--disconnect_wait"></a>`disconnect_wait`
242242

243243
Data type: `Integer[0]`
244244

245245
How long (in seconds) to wait before checking whether the server has rebooted. Defaults to 10.
246246

247247
Default value: `10`
248248

249-
##### <a name="reconnect_timeout"></a>`reconnect_timeout`
249+
##### <a name="-reboot--reconnect_timeout"></a>`reconnect_timeout`
250250

251251
Data type: `Integer[0]`
252252

253253
How long (in seconds) to attempt to reconnect before giving up. Defaults to 180.
254254

255255
Default value: `180`
256256

257-
##### <a name="retry_interval"></a>`retry_interval`
257+
##### <a name="-reboot--retry_interval"></a>`retry_interval`
258258

259259
Data type: `Integer[0]`
260260

261261
How long (in seconds) to wait between retries. Defaults to 1.
262262

263263
Default value: `1`
264264

265-
##### <a name="fail_plan_on_errors"></a>`fail_plan_on_errors`
265+
##### <a name="-reboot--fail_plan_on_errors"></a>`fail_plan_on_errors`
266266

267267
Data type: `Boolean`
268268

269269
Raise an error if any targets do not successfully reboot. Defaults to true.
270270

271-
Default value: ``true``
271+
Default value: `true`
272272

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-reboot",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"author": "puppetlabs",
55
"summary": "Adds a type and provider for managing system reboots.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)