Skip to content

Commit b362688

Browse files
authored
Merge pull request #311 from puppetlabs/release-prep
Release prep v7.0.1
2 parents 1efda13 + 28ef536 commit b362688

File tree

3 files changed

+56
-49
lines changed

3 files changed

+56
-49
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [v7.0.1](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v7.0.1) (2023-03-16)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-chocolatey/compare/v7.0.0...v7.0.1)
8+
9+
### Fixed
10+
11+
- \(CONT-708\) Set all execute's to run with sensitive [\#310](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/310) ([david22swan](https://github.com/david22swan))
12+
513
## [v7.0.0](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v7.0.0) (2022-10-31)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-chocolatey/compare/v6.2.1...v7.0.0)
@@ -84,6 +92,10 @@ All notable changes to this project will be documented in this file. The format
8492

8593
[Full Changelog](https://github.com/puppetlabs/puppetlabs-chocolatey/compare/v5.1.0...v5.1.1)
8694

95+
### Added
96+
97+
- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch `main` [\#219](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/219) ([david22swan](https://github.com/david22swan))
98+
8799
### Fixed
88100

89101
- \(MODULES-10791\) Increase upper boundary for powershell dependency to 5.0.0 [\#228](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/228) ([adrianiurca](https://github.com/adrianiurca))
@@ -95,7 +107,6 @@ All notable changes to this project will be documented in this file. The format
95107
### Added
96108

97109
- \(IAC-980\) - Removal of inappropriate terminology [\#224](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/224) ([david22swan](https://github.com/david22swan))
98-
- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch `main` [\#219](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/219) ([david22swan](https://github.com/david22swan))
99110

100111
### Fixed
101112

@@ -121,10 +132,6 @@ All notable changes to this project will be documented in this file. The format
121132

122133
- Use datatypes and facts hash. Remove logic for Puppet 3.x [\#175](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/175) ([treydock](https://github.com/treydock))
123134

124-
### Fixed
125-
126-
- \(MODULES-8521\) Fix $chocolatey\_version parameter [\#103](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/103) ([helge000](https://github.com/helge000))
127-
128135
## [v4.1.0](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v4.1.0) (2019-08-16)
129136

130137
[Full Changelog](https://github.com/puppetlabs/puppetlabs-chocolatey/compare/v4.0.0...v4.1.0)

REFERENCE.md

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,17 @@ class {'chocolatey':
9090

9191
The following parameters are available in the `chocolatey` class:
9292

93-
* [`choco_install_location`](#choco_install_location)
94-
* [`use_7zip`](#use_7zip)
95-
* [`seven_zip_download_url`](#seven_zip_download_url)
96-
* [`choco_install_timeout_seconds`](#choco_install_timeout_seconds)
97-
* [`chocolatey_download_url`](#chocolatey_download_url)
98-
* [`enable_autouninstaller`](#enable_autouninstaller)
99-
* [`log_output`](#log_output)
100-
* [`chocolatey_version`](#chocolatey_version)
101-
* [`install_proxy`](#install_proxy)
102-
103-
##### <a name="choco_install_location"></a>`choco_install_location`
93+
* [`choco_install_location`](#-chocolatey--choco_install_location)
94+
* [`use_7zip`](#-chocolatey--use_7zip)
95+
* [`seven_zip_download_url`](#-chocolatey--seven_zip_download_url)
96+
* [`choco_install_timeout_seconds`](#-chocolatey--choco_install_timeout_seconds)
97+
* [`chocolatey_download_url`](#-chocolatey--chocolatey_download_url)
98+
* [`enable_autouninstaller`](#-chocolatey--enable_autouninstaller)
99+
* [`log_output`](#-chocolatey--log_output)
100+
* [`chocolatey_version`](#-chocolatey--chocolatey_version)
101+
* [`install_proxy`](#-chocolatey--install_proxy)
102+
103+
##### <a name="-chocolatey--choco_install_location"></a>`choco_install_location`
104104

105105
Data type: `Stdlib::Windowspath`
106106

@@ -112,19 +112,19 @@ the `ChocolateyInstall` environment variable, falls back to
112112

113113
Default value: `$facts['choco_install_path']`
114114

115-
##### <a name="use_7zip"></a>`use_7zip`
115+
##### <a name="-chocolatey--use_7zip"></a>`use_7zip`
116116

117117
Data type: `Boolean`
118118

119119
Whether to use built-in shell or allow installer
120120
to download 7zip to extract `chocolatey.nupkg` during installation.
121121
Defaults to `false`.
122122

123-
Default value: ``false``
123+
Default value: `false`
124124

125-
##### <a name="seven_zip_download_url"></a>`seven_zip_download_url`
125+
##### <a name="-chocolatey--seven_zip_download_url"></a>`seven_zip_download_url`
126126

127-
Data type: `String`
127+
Data type: `String[1]`
128128

129129
Specifies the source file for 7za.exe.
130130
Supports all sources supported by Puppet's file resource. You should use
@@ -133,7 +133,7 @@ Defaults to 'https://chocolatey.org/7za.exe'.
133133

134134
Default value: `'https://chocolatey.org/7za.exe'`
135135

136-
##### <a name="choco_install_timeout_seconds"></a>`choco_install_timeout_seconds`
136+
##### <a name="-chocolatey--choco_install_timeout_seconds"></a>`choco_install_timeout_seconds`
137137

138138
Data type: `Integer`
139139

@@ -143,7 +143,7 @@ necessary). Defaults to `1500` (25 minutes).
143143

144144
Default value: `1500`
145145

146-
##### <a name="chocolatey_download_url"></a>`chocolatey_download_url`
146+
##### <a name="-chocolatey--chocolatey_download_url"></a>`chocolatey_download_url`
147147

148148
Data type: `Stdlib::Filesource`
149149

@@ -154,7 +154,7 @@ Any old url location will work. Defaults to
154154

155155
Default value: `'https://chocolatey.org/api/v2/package/chocolatey/'`
156156

157-
##### <a name="enable_autouninstaller"></a>`enable_autouninstaller`
157+
##### <a name="-chocolatey--enable_autouninstaller"></a>`enable_autouninstaller`
158158

159159
Data type: `Boolean`
160160

@@ -164,35 +164,35 @@ automatically manage the uninstall of software from Programs and Features
164164
without necessarily requiring a `chocolateyUninstall.ps1` file in the
165165
package. Defaults to `true`. Setting is ignored in Chocolatey v0.9.10+.
166166

167-
Default value: ``true``
167+
Default value: `true`
168168

169-
##### <a name="log_output"></a>`log_output`
169+
##### <a name="-chocolatey--log_output"></a>`log_output`
170170

171171
Data type: `Boolean`
172172

173173
Log output from the installer. Defaults to
174174
`false`.
175175

176-
Default value: ``false``
176+
Default value: `false`
177177

178-
##### <a name="chocolatey_version"></a>`chocolatey_version`
178+
##### <a name="-chocolatey--chocolatey_version"></a>`chocolatey_version`
179179

180-
Data type: `String`
180+
Data type: `String[1]`
181181

182182
- **Informational** parameter to tell
183183
Chocolatey what version to expect and to pre-load features with, falls
184184
back to `$::chocolateyversion`.
185185

186186
Default value: `$facts['chocolateyversion']`
187187

188-
##### <a name="install_proxy"></a>`install_proxy`
188+
##### <a name="-chocolatey--install_proxy"></a>`install_proxy`
189189

190-
Data type: `Any`
190+
Data type: `Optional[String[1]]`
191191

192192
Proxy server to use to use for installation of chocolatey itself or
193193
`undef` to not use a proxy
194194

195-
Default value: ``undef``
195+
Default value: `undef`
196196

197197
## Resource types
198198

@@ -228,10 +228,10 @@ configuration file.
228228

229229
The following parameters are available in the `chocolateyconfig` type.
230230

231-
* [`name`](#name)
232-
* [`provider`](#provider)
231+
* [`name`](#-chocolateyconfig--name)
232+
* [`provider`](#-chocolateyconfig--provider)
233233

234-
##### <a name="name"></a>`name`
234+
##### <a name="-chocolateyconfig--name"></a>`name`
235235

236236
namevar
237237

@@ -240,7 +240,7 @@ Puppet is not able to easily manage any values that
240240
include Password in the key name in them as they
241241
will be encrypted in the configuration file.
242242

243-
##### <a name="provider"></a>`provider`
243+
##### <a name="-chocolateyconfig--provider"></a>`provider`
244244

245245
The specific backend to use for this `chocolateyconfig` resource. You will seldom need to specify this --- Puppet will
246246
usually discover the appropriate provider for your platform.
@@ -267,16 +267,16 @@ Specifies state of resource
267267

268268
The following parameters are available in the `chocolateyfeature` type.
269269

270-
* [`name`](#name)
271-
* [`provider`](#provider)
270+
* [`name`](#-chocolateyfeature--name)
271+
* [`provider`](#-chocolateyfeature--provider)
272272

273-
##### <a name="name"></a>`name`
273+
##### <a name="-chocolateyfeature--name"></a>`name`
274274

275275
namevar
276276

277277
The name of the feature. Used for uniqueness.
278278

279-
##### <a name="provider"></a>`provider`
279+
##### <a name="-chocolateyfeature--provider"></a>`provider`
280280

281281
The specific backend to use for this `chocolateyfeature` resource. You will seldom need to specify this --- Puppet will
282282
usually discover the appropriate provider for your platform.
@@ -294,7 +294,7 @@ The following properties are available in the `chocolateysource` type.
294294

295295
##### `admin_only`
296296

297-
Valid values: ``true``, ``false``
297+
Valid values: `true`, `false`
298298

299299
Option to specify whether this source should
300300
visible to Windows user accounts in the Administrators
@@ -308,7 +308,7 @@ Default value: `false`
308308

309309
##### `allow_self_service`
310310

311-
Valid values: ``true``, ``false``
311+
Valid values: `true`, `false`
312312

313313
Option to specify whether this source should be
314314
allowed to be used with Chocolatey Self Service.
@@ -324,7 +324,7 @@ Default value: `false`
324324

325325
##### `bypass_proxy`
326326

327-
Valid values: ``true``, ``false``
327+
Valid values: `true`, `false`
328328

329329
Option to specify whether this source should
330330
explicitly bypass any explicitly or system
@@ -376,17 +376,17 @@ Default value: `''`
376376

377377
The following parameters are available in the `chocolateysource` type.
378378

379-
* [`name`](#name)
380-
* [`password`](#password)
381-
* [`provider`](#provider)
379+
* [`name`](#-chocolateysource--name)
380+
* [`password`](#-chocolateysource--password)
381+
* [`provider`](#-chocolateysource--provider)
382382

383-
##### <a name="name"></a>`name`
383+
##### <a name="-chocolateysource--name"></a>`name`
384384

385385
namevar
386386

387387
The name of the source. Used for uniqueness.
388388

389-
##### <a name="password"></a>`password`
389+
##### <a name="-chocolateysource--password"></a>`password`
390390

391391
Optional user password for authenticated feeds.
392392
Not ensurable. Value is not able to be checked
@@ -399,7 +399,7 @@ the property at all.
399399

400400
Default value: `''`
401401

402-
##### <a name="provider"></a>`provider`
402+
##### <a name="-chocolateysource--provider"></a>`provider`
403403

404404
The specific backend to use for this `chocolateysource` resource. You will seldom need to specify this --- Puppet will
405405
usually discover the appropriate provider for your platform.

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": "7.0.0",
3+
"version": "7.0.1",
44
"author": "puppetlabs",
55
"summary": "Chocolatey package provider for Puppet",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)