Skip to content

Commit f6fc2d9

Browse files
Merge pull request #233 from puppetlabs/release-prep
Release prep v6.2.0
2 parents 830c233 + b4644a7 commit f6fc2d9

File tree

3 files changed

+27
-10
lines changed

3 files changed

+27
-10
lines changed

CHANGELOG.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## [v6.2.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v6.2.0) - 2025-08-05
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v6.1.0...v6.2.0)
11+
12+
### Added
13+
14+
- (MODULES-11590) Add support for option 7 to parameter 'auto_update_option' [#230](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/230) ([shubhamshinde360](https://github.com/shubhamshinde360))
15+
16+
### Other
17+
18+
- Update documentation for 'auto_update_option' parameter [#232](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/232) ([shubhamshinde360](https://github.com/shubhamshinde360))
19+
820
## [v6.1.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v6.1.0) - 2023-06-20
921

1022
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v6.0.0...v6.1.0)
@@ -22,6 +34,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
2234
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v5.0.1...v6.0.0)
2335

2436
### Changed
37+
2538
- (CONT-804) Add Support for Puppet 8 / Drop Support for Puppet 6 [#204](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/204) ([david22swan](https://github.com/david22swan))
2639

2740
## [v5.0.1](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v5.0.1) - 2023-04-20
@@ -36,13 +49,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
3649

3750
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v4.0.0...v5.0.0)
3851

52+
### Changed
53+
54+
- (gh-cat-9) Add specific data types [#181](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/181) ([LukasAud](https://github.com/LukasAud))
55+
3956
### Added
4057

4158
- pdksync - (FM-8922) - Add Support for Windows 2022 [#175](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/175) ([david22swan](https://github.com/david22swan))
4259

43-
### Changed
44-
- (gh-cat-9) Add specific data types [#181](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/181) ([LukasAud](https://github.com/LukasAud))
45-
4660
### Fixed
4761

4862
- (MAINT) Drop support for Windows 7, 8, 2008 (Server) and 2008 R2 (Server) [#185](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/185) ([jordanbreen28](https://github.com/jordanbreen28))
@@ -53,6 +67,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5367
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v3.2.0...v4.0.0)
5468

5569
### Changed
70+
5671
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [#148](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/148) ([carabasdaniel](https://github.com/carabasdaniel))
5772

5873
## [v3.2.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v3.2.0) - 2021-02-18
@@ -91,14 +106,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
91106

92107
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/1.0.3...1.1.0)
93108

109+
### Changed
110+
111+
- (MODULES-4837) Update puppet compatibility with 4.7 as lower bound [#71](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/71) ([lbayerlein](https://github.com/lbayerlein))
112+
94113
### Added
95114

96115
- pdksync - (MODULES-7705) - Bumping stdlib dependency from < 5.0.0 to < 6.0.0 [#86](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/86) ([pmcmaw](https://github.com/pmcmaw))
97116
- (MODULES-7222) Create a task to list the Update History [#83](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/83) ([glennsarti](https://github.com/glennsarti))
98117

99-
### Changed
100-
- (MODULES-4837) Update puppet compatibility with 4.7 as lower bound [#71](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/71) ([lbayerlein](https://github.com/lbayerlein))
101-
102118
## [1.0.3](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/1.0.3) - 2016-12-14
103119

104120
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/1.0.2...1.0.3)

REFERENCE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,18 @@ Default value: `undef`
109109

110110
##### <a name="-wsus_client--auto_update_option"></a>`auto_update_option`
111111

112-
Data type: `Optional[Variant[Enum['NotifyOnly', 'AutoNotify', 'Scheduled', 'AutoInstall'],Integer[2,5]]]`
112+
Data type: `Optional[Variant[Enum['NotifyOnly', 'AutoNotify', 'Scheduled', 'AutoInstall', 'NotifyRestart'],Integer[2,5],Integer[7,7]]]`
113113

114-
Sets the automatic update option you would like to use. Valid values: 'NotifyOnly', 'AutoNotify', 'Scheduled', and 'AutoInstall'.
115-
You can also refer to these four values using integers 2 through 5, respectively.
114+
Sets the automatic update option you would like to use. Valid values: 'NotifyOnly', 'AutoNotify', 'Scheduled', 'AutoInstall' and 'NotifyRestart'.
115+
You can also refer to these five values using integers 2 through 5, and 7, respectively.
116116
Default: undef.
117117

118118
See the AUOptions key values on the Microsoft TechNet documentation for detailed descriptions of these options. In summary:
119119

120120
* 'NotifyOnly': Notifies users before downloading updates.
121121
* 'AutoNotify': Automatically downloads updates and notifies users.
122122
* 'Scheduled': Automatically downloads updates and schedules automatic installation.
123+
* 'NotifyRestart': Automatically downloads updates and notifies users before both install and restart. (Windows Server 2016 and later only)
123124

124125
If set to this value, scheduled_install_day and scheduled_install_hour are required.
125126
This parameter must be set to this value to use reschedule_wait_time_minutes.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-wsus_client",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"author": "puppetlabs",
55
"summary": "Manage WSUS (Windows Server Update Service) settings for client nodes",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)