Skip to content

Commit

Permalink
Merge pull request #311 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v7.0.1
  • Loading branch information
david22swan authored Mar 16, 2023
2 parents 1efda13 + 28ef536 commit b362688
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 49 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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).

## [v7.0.1](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v7.0.1) (2023-03-16)

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

### Fixed

- \(CONT-708\) Set all execute's to run with sensitive [\#310](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/310) ([david22swan](https://github.com/david22swan))

## [v7.0.0](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v7.0.0) (2022-10-31)

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

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

### Added

- 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))

### Fixed

- \(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))
Expand All @@ -95,7 +107,6 @@ All notable changes to this project will be documented in this file. The format
### Added

- \(IAC-980\) - Removal of inappropriate terminology [\#224](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/224) ([david22swan](https://github.com/david22swan))
- 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))

### Fixed

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

- 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))

### Fixed

- \(MODULES-8521\) Fix $chocolatey\_version parameter [\#103](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/103) ([helge000](https://github.com/helge000))

## [v4.1.0](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v4.1.0) (2019-08-16)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-chocolatey/compare/v4.0.0...v4.1.0)
Expand Down
86 changes: 43 additions & 43 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,17 @@ class {'chocolatey':

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

* [`choco_install_location`](#choco_install_location)
* [`use_7zip`](#use_7zip)
* [`seven_zip_download_url`](#seven_zip_download_url)
* [`choco_install_timeout_seconds`](#choco_install_timeout_seconds)
* [`chocolatey_download_url`](#chocolatey_download_url)
* [`enable_autouninstaller`](#enable_autouninstaller)
* [`log_output`](#log_output)
* [`chocolatey_version`](#chocolatey_version)
* [`install_proxy`](#install_proxy)

##### <a name="choco_install_location"></a>`choco_install_location`
* [`choco_install_location`](#-chocolatey--choco_install_location)
* [`use_7zip`](#-chocolatey--use_7zip)
* [`seven_zip_download_url`](#-chocolatey--seven_zip_download_url)
* [`choco_install_timeout_seconds`](#-chocolatey--choco_install_timeout_seconds)
* [`chocolatey_download_url`](#-chocolatey--chocolatey_download_url)
* [`enable_autouninstaller`](#-chocolatey--enable_autouninstaller)
* [`log_output`](#-chocolatey--log_output)
* [`chocolatey_version`](#-chocolatey--chocolatey_version)
* [`install_proxy`](#-chocolatey--install_proxy)

##### <a name="-chocolatey--choco_install_location"></a>`choco_install_location`

Data type: `Stdlib::Windowspath`

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

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

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

Data type: `Boolean`

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

Default value: ``false``
Default value: `false`

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

Data type: `String`
Data type: `String[1]`

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

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

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

Data type: `Integer`

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

Default value: `1500`

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

Data type: `Stdlib::Filesource`

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

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

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

Data type: `Boolean`

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

Default value: ``true``
Default value: `true`

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

Data type: `Boolean`

Log output from the installer. Defaults to
`false`.

Default value: ``false``
Default value: `false`

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

Data type: `String`
Data type: `String[1]`

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

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

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

Data type: `Any`
Data type: `Optional[String[1]]`

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

Default value: ``undef``
Default value: `undef`

## Resource types

Expand Down Expand Up @@ -228,10 +228,10 @@ configuration file.

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

* [`name`](#name)
* [`provider`](#provider)
* [`name`](#-chocolateyconfig--name)
* [`provider`](#-chocolateyconfig--provider)

##### <a name="name"></a>`name`
##### <a name="-chocolateyconfig--name"></a>`name`

namevar

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

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

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

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

* [`name`](#name)
* [`provider`](#provider)
* [`name`](#-chocolateyfeature--name)
* [`provider`](#-chocolateyfeature--provider)

##### <a name="name"></a>`name`
##### <a name="-chocolateyfeature--name"></a>`name`

namevar

The name of the feature. Used for uniqueness.

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

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

##### `admin_only`

Valid values: ``true``, ``false``
Valid values: `true`, `false`

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

##### `allow_self_service`

Valid values: ``true``, ``false``
Valid values: `true`, `false`

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

##### `bypass_proxy`

Valid values: ``true``, ``false``
Valid values: `true`, `false`

Option to specify whether this source should
explicitly bypass any explicitly or system
Expand Down Expand Up @@ -376,17 +376,17 @@ Default value: `''`

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

* [`name`](#name)
* [`password`](#password)
* [`provider`](#provider)
* [`name`](#-chocolateysource--name)
* [`password`](#-chocolateysource--password)
* [`provider`](#-chocolateysource--provider)

##### <a name="name"></a>`name`
##### <a name="-chocolateysource--name"></a>`name`

namevar

The name of the source. Used for uniqueness.

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

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

Default value: `''`

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

The specific backend to use for this `chocolateysource` resource. You will seldom need to specify this --- Puppet will
usually discover the appropriate provider for your platform.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-chocolatey",
"version": "7.0.0",
"version": "7.0.1",
"author": "puppetlabs",
"summary": "Chocolatey package provider for Puppet",
"license": "Apache-2.0",
Expand Down

0 comments on commit b362688

Please sign in to comment.