Skip to content

Commit

Permalink
Merge pull request #301 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v6.2.1
  • Loading branch information
LukasAud authored Oct 3, 2022
2 parents 5baebe8 + 9f3f310 commit 53bf529
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 20 deletions.
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,41 @@

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

## [v6.2.0](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.2.0) - 2022-05-16
## [v6.2.1](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.2.1) (2022-10-03)

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

### Fixed

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

## [v6.2.0](https://github.com/puppetlabs/puppetlabs-chocolatey/tree/v6.2.0) (2022-05-16)

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

### Added

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

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

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

### Fixed

- (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))
- \(GH-283\) Fix deprecation error [\#286](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/286) ([chelnak](https://github.com/chelnak))

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

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

### Added

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

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

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

Expand Down
92 changes: 80 additions & 12 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#### Public Classes

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

#### Private Classes

Expand All @@ -22,6 +21,13 @@
* [`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
* [`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

### Tasks

* [`init`](#init): Manage a package
* [`outdated`](#outdated): List outdated packages
* [`pin`](#pin): Manage package pinning
* [`status`](#status): List currently installed packages

## Classes

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

Default value: `$::chocolatey::params::install_location`
Default value: `$facts['choco_install_path']`

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

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

Default value: `$::chocolatey::params::use_7zip`
Default value: ``false``

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

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

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

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

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

Default value: `$::chocolatey::params::install_timeout_seconds`
Default value: `1500`

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

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

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

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

Expand All @@ -158,7 +164,7 @@ 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: `$::chocolatey::params::enable_autouninstaller`
Default value: ``true``

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

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

Default value: `$::chocolatey::params::chocolatey_version`
Default value: `$facts['chocolateyversion']`

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

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

Default value: ``undef``

### <a name="chocolateyparams"></a>`chocolatey::params`

The chocolatey::params class.

## Resource types

### <a name="chocolateyconfig"></a>`chocolateyconfig`
Expand Down Expand Up @@ -402,3 +404,69 @@ Default value: `''`
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.

## Tasks

### <a name="init"></a>`init`

Manage a package

**Supports noop?** false

#### Parameters

##### `action`

Data type: `Enum[install,upgrade,uninstall]`

Action to perform

##### `package`

Data type: `String[1]`

Package to manipulate

##### `version`

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

Use a specific version

### <a name="outdated"></a>`outdated`

List outdated packages

**Supports noop?** false

### <a name="pin"></a>`pin`

Manage package pinning

**Supports noop?** false

#### Parameters

##### `action`

Data type: `Enum[list,add,remove]`

Action to perform

##### `package`

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

Package to manipulate

##### `version`

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

Use a specific version

### <a name="status"></a>`status`

List currently installed packages

**Supports noop?** false

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": "6.2.0",
"version": "6.2.1",
"author": "puppetlabs",
"summary": "Chocolatey package provider for Puppet",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions pdk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
ignore: []

0 comments on commit 53bf529

Please sign in to comment.