|
1 | | -# Change log |
| 1 | +<!-- markdownlint-disable MD024 --> |
| 2 | +# Changelog |
2 | 3 |
|
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. |
4 | 5 |
|
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 |
6 | 21 |
|
7 | 22 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v5.0.1...v6.0.0) |
8 | 23 |
|
9 | 24 | ### 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)) |
10 | 26 |
|
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 |
14 | 28 |
|
15 | 29 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v5.0.0...v5.0.1) |
16 | 30 |
|
17 | 31 | ### Fixed |
18 | 32 |
|
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)) |
20 | 34 |
|
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 |
22 | 36 |
|
23 | 37 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v4.0.0...v5.0.0) |
24 | 38 |
|
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 | | - |
29 | 39 | ### Added |
30 | 40 |
|
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)) |
32 | 45 |
|
33 | 46 | ### Fixed |
34 | 47 |
|
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)) |
37 | 50 |
|
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 |
39 | 52 |
|
40 | 53 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v3.2.0...v4.0.0) |
41 | 54 |
|
42 | 55 | ### 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)) |
43 | 57 |
|
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 |
47 | 59 |
|
48 | 60 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v3.1.0...v3.2.0) |
49 | 61 |
|
50 | 62 | ### Added |
51 | 63 |
|
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)) |
53 | 65 |
|
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 |
55 | 67 |
|
56 | 68 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v3.0.0...v3.1.0) |
57 | 69 |
|
58 | 70 | ### Added |
59 | 71 |
|
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)) |
61 | 73 |
|
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 |
63 | 75 |
|
64 | 76 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/v2.0.0...v3.0.0) |
65 | 77 |
|
66 | 78 | ### Fixed |
67 | 79 |
|
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)) |
77 | 81 |
|
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 |
79 | 83 |
|
80 | | -### Bugfixes |
| 84 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/1.1.0...v2.0.0) |
81 | 85 |
|
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 |
116 | 87 |
|
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)) |
119 | 89 |
|
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 |
122 | 91 |
|
123 | | -Small release with monior bugfixes |
| 92 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/1.0.3...1.1.0) |
124 | 93 |
|
125 | | -### Bugfixes |
126 | | -- Fix links and dependencies in metadata.json |
127 | | -- Fix acceptance tests |
| 94 | +### Added |
128 | 95 |
|
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)) |
131 | 98 |
|
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)) |
133 | 101 |
|
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 |
136 | 103 |
|
137 | | -First supported release |
| 104 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-wsus_client/compare/1.0.2...1.0.3) |
138 | 105 |
|
139 | | -### Features |
140 | | -- Add metadata for Puppet 4 and PE 2015.2.0 |
141 | | -- Update documentation |
| 106 | +### Added |
142 | 107 |
|
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)) |
145 | 110 |
|
146 | | -Fix the max value of RebootRelaunchTimeout |
| 111 | +### Fixed |
147 | 112 |
|
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)) |
150 | 115 |
|
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 |
153 | 117 |
|
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) |
155 | 119 |
|
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 |
158 | 121 |
|
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) |
160 | 123 |
|
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 |
163 | 125 |
|
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) |
165 | 127 |
|
| 128 | +## [v0.1.3](https://github.com/puppetlabs/puppetlabs-wsus_client/tree/v0.1.3) - 2015-07-02 |
166 | 129 |
|
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) |
0 commit comments