Skip to content

Commit 54d2791

Browse files
authored
Merge pull request #211 from puppetlabs/release-prep
Release prep v6.1.0
2 parents 6c697bc + 3219415 commit 54d2791

File tree

2 files changed

+64
-101
lines changed

2 files changed

+64
-101
lines changed

CHANGELOG.md

Lines changed: 63 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,167 +1,130 @@
1-
# Change log
1+
<!-- markdownlint-disable MD024 -->
2+
# Changelog
23

3-
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).
4+
All notable changes to this project will be documented in this file.
45

5-
## [v6.0.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v6.0.0) (2023-04-20)
6+
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).
7+
8+
## [v6.1.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v6.1.0) - 2023-06-20
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v6.0.0...v6.1.0)
11+
12+
### Added
13+
14+
- pdksync - (MAINT) - Allow Stdlib 9.x [#209](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/209) ([LukasAud](https://github.com/LukasAud))
15+
16+
### Fixed
17+
18+
- (CONT-967) Replace all uses of validate_*() with assert_type() [#206](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/206) ([david22swan](https://github.com/david22swan))
19+
20+
## [v6.0.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v6.0.0) - 2023-04-20
621

722
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v5.0.1...v6.0.0)
823

924
### Changed
25+
- (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))
1026

11-
- \(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))
12-
13-
## [v5.0.1](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v5.0.1) (2023-04-20)
27+
## [v5.0.1](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v5.0.1) - 2023-04-20
1428

1529
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v5.0.0...v5.0.1)
1630

1731
### Fixed
1832

19-
- \(CONT-860\) Update registry dependency [\#202](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/202) ([LukasAud](https://github.com/LukasAud))
33+
- (CONT-860) Update registry dependency [#202](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/202) ([LukasAud](https://github.com/LukasAud))
2034

21-
## [v5.0.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v5.0.0) (2023-03-09)
35+
## [v5.0.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v5.0.0) - 2023-03-09
2236

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

25-
### Changed
26-
27-
- \(gh-cat-9\) Add specific data types [\#181](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/181) ([LukasAud](https://github.com/LukasAud))
28-
2939
### Added
3040

31-
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#175](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/175) ([david22swan](https://github.com/david22swan))
41+
- pdksync - (FM-8922) - Add Support for Windows 2022 [#175](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/175) ([david22swan](https://github.com/david22swan))
42+
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))
3245

3346
### Fixed
3447

35-
- \(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))
36-
- adjusted upper limit [\#184](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/184) ([prolixalias](https://github.com/prolixalias))
48+
- (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))
49+
- adjusted upper limit [#184](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/184) ([prolixalias](https://github.com/prolixalias))
3750

38-
## [v4.0.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v4.0.0) (2021-03-01)
51+
## [v4.0.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v4.0.0) - 2021-03-01
3952

4053
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v3.2.0...v4.0.0)
4154

4255
### Changed
56+
- 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))
4357

44-
- 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))
45-
46-
## [v3.2.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v3.2.0) (2021-02-18)
58+
## [v3.2.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v3.2.0) - 2021-02-18
4759

4860
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v3.1.0...v3.2.0)
4961

5062
### Added
5163

52-
- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch `main` [\#134](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/134) ([david22swan](https://github.com/david22swan))
64+
- pdksync - (IAC-973) - Update travis/appveyor to run on new default branch `main` [#134](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/134) ([david22swan](https://github.com/david22swan))
5365

54-
## [v3.1.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v3.1.0) (2020-01-06)
66+
## [v3.1.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v3.1.0) - 2020-01-06
5567

5668
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v3.0.0...v3.1.0)
5769

5870
### Added
5971

60-
- Update metadata.json [\#114](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/114) ([sootysec](https://github.com/sootysec))
72+
- Update metadata.json [#114](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/114) ([sootysec](https://github.com/sootysec))
6173

62-
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v3.0.0) (2019-10-18)
74+
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v3.0.0) - 2019-10-18
6375

6476
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v2.0.0...v3.0.0)
6577

6678
### Fixed
6779

68-
- \(maint\) - Fixes to HISTORY.md and metadata.json [\#110](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/110) ([david22swan](https://github.com/david22swan))
69-
70-
## v2.0.0
71-
72-
### Summary
73-
74-
Major release which removes support for older versions of Puppet-Agent.
75-
76-
### Features
80+
- (maint) - Fixes to HISTORY.md and metadata.json [#110](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/110) ([david22swan](https://github.com/david22swan))
7781

78-
- Add Puppet Strings docs [MODULES-9421](https://tickets.puppetlabs.com/browse/MODULES-9421)
82+
## [v2.0.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v2.0.0) - 2019-07-25
7983

80-
### Bugfixes
84+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/1.1.0...v2.0.0)
8185

82-
- Update acceptance tests to improve the quality and efficiency [MODULES-9411](https://tickets.puppetlabs.com/browse/MODULES-9411)
83-
84-
### Changed
85-
86-
- Raise lower Puppet bound to 5.5.10 [MODULES-9414](https://tickets.puppetlabs.com/browse/MODULES-9414)
87-
88-
## 2018-10-31 - Supported Release 1.1.0
89-
### Summary
90-
91-
A feature release for Puppet 5, Puppet6, Windows Server 2016, and Windows Desktop Operating Systems
92-
93-
### Bugfixes
94-
95-
- Allow module to be used with Stdlib v6 - [MODULES-7705](https://tickets.puppetlabs.com/browse/MODULES-7705)
96-
97-
### Features
98-
99-
- Add support for Puppet 5 - [MODULES-5144](https://tickets.puppetlabs.com/browse/MODULES-5144)
100-
- Add support for Puppet 6 - [MODULES-7833](https://tickets.puppetlabs.com/browse/MODULES-7833)
101-
- Add Testmode Switcher for acceptance testing - [MODULES-6735](https://tickets.puppetlabs.com/browse/MODULES-6735)
102-
- Add support for Windows Server 2016 and Windows Desktop Operating Systems - [MODULES-4271](https://tickets.puppetlabs.com/browse/MODULES-4271)
103-
- Convert module to PDK format - [MODULES-7407](https://tickets.puppetlabs.com/browse/MODULES-7407)
104-
- Add PowerShell task to get Update History - [MODULES-7761](https://tickets.puppetlabs.com/browse/MODULES-7761)
105-
106-
## 2016-12-13 - Supported Release 1.0.3
107-
### Summary
108-
109-
Small release supporting Always Automatically Reboot at Scheduled Time setting.
110-
111-
### Bugfixes
112-
113-
- Ensure wuaserv service is idempotent - [MODULES-2420](https://tickets.puppetlabs.com/browse/MODULES-2420)
114-
115-
### Features
86+
### Added
11687

117-
- Support AlwaysAutoRebootAtScheduledTimeMinutes - [MODULES-3475](https://tickets.puppetlabs.com/browse/MODULES-3475)
118-
- Support AlwaysAutoRebootAtScheduledTime - [MODULES-3016](https://tickets.puppetlabs.com/browse/MODULES-3016)
88+
- MODULES-9421 - Stringify module [#101](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/101) ([lionce](https://github.com/lionce))
11989

120-
## 2016-05-03 - Supported Release 1.0.2
121-
### Summary
90+
## [1.1.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/1.1.0) - 2018-10-25
12291

123-
Small release with monior bugfixes
92+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/1.0.3...1.1.0)
12493

125-
### Bugfixes
126-
- Fix links and dependencies in metadata.json
127-
- Fix acceptance tests
94+
### Added
12895

129-
## 2015-12-08 - Supported Release 1.0.1
130-
### Summary
96+
- 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))
97+
- (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))
13198

132-
Small release for support of newer PE versions.
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))
133101

134-
## 2015-09-02 - Supported release 1.0.0
135-
### Summary
102+
## [1.0.3](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/1.0.3) - 2016-12-14
136103

137-
First supported release
104+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/1.0.2...1.0.3)
138105

139-
### Features
140-
- Add metadata for Puppet 4 and PE 2015.2.0
141-
- Update documentation
106+
### Added
142107

143-
## 2015-07-02 - Unsupported release 0.1.3
144-
### Summary
108+
- (MODULES-3475) Support AlwaysAutoRebootAtScheduledTimeMinutes [#48](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/48) ([adasko](https://github.com/adasko))
109+
- (MODULES-3016) Support AlwaysAutoRebootAtScheduledTime [#47](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/47) ([jpogran](https://github.com/jpogran))
145110

146-
Fix the max value of RebootRelaunchTimeout
111+
### Fixed
147112

148-
### Features
149-
- Increase RebootRelaunchTimeout to 1440 instead of 440
113+
- (MODULES-3632) Use json_pure always [#61](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/61) ([hunner](https://github.com/hunner))
114+
- (MODULES-2420) omit ensure => running due to "trigger start" [#56](https://github.com/puppetlabs/puppetlabs-wsus_client/pull/56) ([MosesMendoza](https://github.com/MosesMendoza))
150115

151-
## 2015-06-25 - Unsupported release 0.1.2
152-
### Summary
116+
## [1.0.2](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/1.0.2) - 2016-05-04
153117

154-
Readme fix, metadata addition of puppet versions, and add of CHANGELOG
118+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/1.0.1...1.0.2)
155119

156-
## 2015-06-18 - Unsupported release 0.1.1
157-
### Summary
120+
## [1.0.1](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/1.0.1) - 2015-12-07
158121

159-
Update metadata for project and source urls
122+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/1.0.0...1.0.1)
160123

161-
## 2015-06-18 - Initial Release 0.1.0
162-
### Summary
124+
## [1.0.0](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/1.0.0) - 2015-08-31
163125

164-
Initial release to provide user the ability to manage registry keys pertaining to windows update service
126+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v0.1.3...1.0.0)
165127

128+
## [v0.1.3](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v0.1.3) - 2015-07-02
166129

167-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
130+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/702fb9da2b7f7ca745262889912ede6c54f8543c...v0.1.3)

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.0.0",
3+
"version": "6.1.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)