Skip to content

Commit 53bf529

Browse files
authored
Merge pull request #301 from puppetlabs/release-prep
Release prep v6.2.1
2 parents 5baebe8 + 9f3f310 commit 53bf529

File tree

4 files changed

+98
-20
lines changed

4 files changed

+98
-20
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,41 @@
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-
## [v6.2.0](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.2.0) - 2022-05-16
5+
## [v6.2.1](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.2.1) (2022-10-03)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-chocolatey/compare/v6.2.0...v6.2.1)
8+
9+
### Fixed
10+
11+
- \(MAINT\) Dropping of support for windows 7,8.1, 2008/2008R2 \(Server\) [\#300](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/300) ([jordanbreen28](https://github.com/jordanbreen28))
12+
13+
## [v6.2.0](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.2.0) (2022-05-16)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-chocolatey/compare/v6.1.1...v6.2.0)
816

917
### Added
1018

11-
- Update holdable feature [#270](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/270) ([rico89](https://github.com/rico89))
19+
- update holdable feature [\#270](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/270) ([rico89](https://github.com/rico89))
1220

1321
## [v6.1.1](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.1.1) (2022-04-11)
1422

1523
[Full Changelog](https://github.com/puppetlabs/puppetlabs-chocolatey/compare/v6.1.0...v6.1.1)
1624

1725
### Fixed
1826

19-
- (GH-283) Fix error when `update` is incorrectly called on versions 1.0 and above. [\#283](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/283) ([chelnak](https://github.com/chalnak))
27+
- \(GH-283\) Fix deprecation error [\#286](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/286) ([chelnak](https://github.com/chelnak))
2028

21-
## [v6.1.0](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.1.0) (2022-02-08)
29+
## [v6.1.0](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.1.0) (2022-03-08)
2230

2331
[Full Changelog](https://github.com/puppetlabs/puppetlabs-chocolatey/compare/v6.0.1...v6.1.0)
2432

2533
### Added
2634

27-
- add support for version range [\#269](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/269) ([rico89](https://github.com/rico89))
28-
- \(MODULES-11255\) Add basic tasks to manage packages [\#273](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/273) ([smortex](https://github.com/smortex))
2935
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#278](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/278) ([david22swan](https://github.com/david22swan))
36+
- \(MODULES-11255\) Add basic tasks to manage packages [\#273](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/273) ([smortex](https://github.com/smortex))
37+
- add support for version range [\#269](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/269) ([rico89](https://github.com/rico89))
3038

31-
## [v6.0.1](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.0.1) (2021-04-17)
39+
## [v6.0.1](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.0.1) (2021-04-19)
3240

3341
[Full Changelog](https://github.com/puppetlabs/puppetlabs-chocolatey/compare/v6.0.0...v6.0.1)
3442

REFERENCE.md

Lines changed: 80 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#### Public Classes
1010

1111
* [`chocolatey`](#chocolatey): Used for managing installation and configuration of Chocolatey itself.
12-
* [`chocolatey::params`](#chocolateyparams)
1312

1413
#### Private Classes
1514

@@ -22,6 +21,13 @@
2221
* [`chocolateyfeature`](#chocolateyfeature): Allows managing features for Chocolatey. Features are configuration that act as feature flippers to turn on or off certain aspects of how Cho
2322
* [`chocolateysource`](#chocolateysource): Allows managing sources for Chocolatey. A source can be a folder, a CIFS share, a NuGet Http OData feed, or a full Package Gallery. Learn mor
2423

24+
### Tasks
25+
26+
* [`init`](#init): Manage a package
27+
* [`outdated`](#outdated): List outdated packages
28+
* [`pin`](#pin): Manage package pinning
29+
* [`status`](#status): List currently installed packages
30+
2531
## Classes
2632

2733
### <a name="chocolatey"></a>`chocolatey`
@@ -104,7 +110,7 @@ e.g. `c:\`. Defaults to the currently detected install location based on
104110
the `ChocolateyInstall` environment variable, falls back to
105111
`'C:\ProgramData\chocolatey'`.
106112

107-
Default value: `$::chocolatey::params::install_location`
113+
Default value: `$facts['choco_install_path']`
108114

109115
##### <a name="use_7zip"></a>`use_7zip`
110116

@@ -114,7 +120,7 @@ Whether to use built-in shell or allow installer
114120
to download 7zip to extract `chocolatey.nupkg` during installation.
115121
Defaults to `false`.
116122

117-
Default value: `$::chocolatey::params::use_7zip`
123+
Default value: ``false``
118124

119125
##### <a name="seven_zip_download_url"></a>`seven_zip_download_url`
120126

@@ -125,7 +131,7 @@ Supports all sources supported by Puppet's file resource. You should use
125131
a 32bit binary for compatibility.
126132
Defaults to 'https://chocolatey.org/7za.exe'.
127133

128-
Default value: `$::chocolatey::params::seven_zip_download_url`
134+
Default value: `'https://chocolatey.org/7za.exe'`
129135

130136
##### <a name="choco_install_timeout_seconds"></a>`choco_install_timeout_seconds`
131137

@@ -135,7 +141,7 @@ How long in seconds should
135141
be allowed for the install of Chocolatey (including .NET Framework 4 if
136142
necessary). Defaults to `1500` (25 minutes).
137143

138-
Default value: `$::chocolatey::params::install_timeout_seconds`
144+
Default value: `1500`
139145

140146
##### <a name="chocolatey_download_url"></a>`chocolatey_download_url`
141147

@@ -146,7 +152,7 @@ A url that will return
146152
Any old url location will work. Defaults to
147153
`'https://chocolatey.org/api/v2/package/chocolatey/'`.
148154

149-
Default value: `$::chocolatey::params::download_url`
155+
Default value: `'https://chocolatey.org/api/v2/package/chocolatey/'`
150156

151157
##### <a name="enable_autouninstaller"></a>`enable_autouninstaller`
152158

@@ -158,7 +164,7 @@ automatically manage the uninstall of software from Programs and Features
158164
without necessarily requiring a `chocolateyUninstall.ps1` file in the
159165
package. Defaults to `true`. Setting is ignored in Chocolatey v0.9.10+.
160166

161-
Default value: `$::chocolatey::params::enable_autouninstaller`
167+
Default value: ``true``
162168

163169
##### <a name="log_output"></a>`log_output`
164170

@@ -177,7 +183,7 @@ Data type: `String`
177183
Chocolatey what version to expect and to pre-load features with, falls
178184
back to `$::chocolateyversion`.
179185

180-
Default value: `$::chocolatey::params::chocolatey_version`
186+
Default value: `$facts['chocolateyversion']`
181187

182188
##### <a name="install_proxy"></a>`install_proxy`
183189

@@ -188,10 +194,6 @@ Proxy server to use to use for installation of chocolatey itself or
188194

189195
Default value: ``undef``
190196

191-
### <a name="chocolateyparams"></a>`chocolatey::params`
192-
193-
The chocolatey::params class.
194-
195197
## Resource types
196198

197199
### <a name="chocolateyconfig"></a>`chocolateyconfig`
@@ -402,3 +404,69 @@ Default value: `''`
402404
The specific backend to use for this `chocolateysource` resource. You will seldom need to specify this --- Puppet will
403405
usually discover the appropriate provider for your platform.
404406

407+
## Tasks
408+
409+
### <a name="init"></a>`init`
410+
411+
Manage a package
412+
413+
**Supports noop?** false
414+
415+
#### Parameters
416+
417+
##### `action`
418+
419+
Data type: `Enum[install,upgrade,uninstall]`
420+
421+
Action to perform
422+
423+
##### `package`
424+
425+
Data type: `String[1]`
426+
427+
Package to manipulate
428+
429+
##### `version`
430+
431+
Data type: `Optional[String[1]]`
432+
433+
Use a specific version
434+
435+
### <a name="outdated"></a>`outdated`
436+
437+
List outdated packages
438+
439+
**Supports noop?** false
440+
441+
### <a name="pin"></a>`pin`
442+
443+
Manage package pinning
444+
445+
**Supports noop?** false
446+
447+
#### Parameters
448+
449+
##### `action`
450+
451+
Data type: `Enum[list,add,remove]`
452+
453+
Action to perform
454+
455+
##### `package`
456+
457+
Data type: `Optional[String[1]]`
458+
459+
Package to manipulate
460+
461+
##### `version`
462+
463+
Data type: `Optional[String[1]]`
464+
465+
Use a specific version
466+
467+
### <a name="status"></a>`status`
468+
469+
List currently installed packages
470+
471+
**Supports noop?** false
472+

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-chocolatey",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"author": "puppetlabs",
55
"summary": "Chocolatey package provider for Puppet",
66
"license": "Apache-2.0",

pdk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)