Skip to content

Latest commit

 

History

History
306 lines (187 loc) · 12.8 KB

HISTORY.md

File metadata and controls

306 lines (187 loc) · 12.8 KB

3.3.0

Added

  • Warning note to package parameter documentation for install_options to clarify best practices for secrets management with this parameter (MODULES-8491).
  • Parameter seven_zip_download_url to make the source of the 7zip binary configurable, allowing the use of this module when the previously hardcoded URL cannot be reached (MODULES-6652). Thanks, Daniel Helgenberger!

Fixed

3.2.0 - 2019-02-19

Added

  • Configuration option for chocolateysource to allow bypassing any system-configured proxies (MODULES-4418).
  • Configuration option for chocolateysource to make a source visible only to Windows users in the Administrators group (MODULES-5898).
  • Configuration option for chocolateysource to make a source usable with Chocolatey Self Service (MODULES-5897)
  • Install Chocolatey from behind a proxy. (MODULES-5654) Thanks, Geoff Williams

Fixed

3.1.1 - 2018-12-10

Changed

  • Changelog converted to KAC format

Fixed

3.1.0 - 2018-10-10

Fixed

Added

Changed

3.0.0 - 2017-06-02

Fixed

  • Explicitly close configuration files after reading (MODULES-4678)
  • Use actual choco.exe instead of the shim (MODULES-4562)
  • Updated Puppet version compatibility for modern Puppet agents (MODULES-4846)

2.0.2 - 2017-04-04

Fixed

  • Use two dashes when getting the package version (MODULES-4508)

2.0.1 - 2017-01-03

Fixed

  • ChocolateyInstall environment variable not set for alternate installation directory (MODULES-4091)
  • Unsuitable providers should not cause errors (MODULES-4149)
  • Version is malformed with any extraneous messages (MODULES-4135)
  • Module does not propagate null source error correctly (MODULES-4056)
  • Install fails on Windows 10 when using built-in compression (MODULES-4210)

Added

  • Document considerations for install to "C:\Chocolatey" (MODULES-4090)

Changed

  • Set TLS 1.1+ when available

2.0.0 - 2016-09-29

Added

  • chocolateysource - explicitly require location in ensure (MODULES-3430)
  • Supported tag on the forge.

Changed

  • set ignore package exit codes when Chocolatey is on version 0.9.10+ (MODULES-3880)

Fixed

  • Ensure config file exists before chocolateyfeature, chocolateyconfig, or chocolateysource (MODULES-3677)
  • chocolateysource - ensure flush when disabling source (MODULES-3430)
  • chocolateysource - erroneous user sync messages (MODULES-3758)

0.8.0 - Unsupported 2016-07-13

Added

  • Includes community module releases up to 1.2.6 (changelog below).
  • Manage features - chocolateyfeature - see MODULES-3034
  • Manage config settings - chocolateyconfig - see MODULES-3035

0.7.0 - Unsupported 2016-06-01

Added

  • Manage sources - chocolateysource - see MODULES-3037
  • Includes community module releases up to 1.2.1 (changelog below up to 1.2.1)

Fixed

  • $::chocolateyversion fact is optional - see #110
  • puppet apply works again - see #105

Note:

The puppetlabs-chocolatey module replaces the community chocolatey-chocolatey module. We have retained its changelog below as there were a couple of releases where we tracked the puppetlabs-chocolatey modules changes and bug fixes here.

1.2.6 - 2016-07-11

Fixed

  • AutoUninstaller runs every time in 0.9.9.x #134

1.2.5 - 2016-06-20

Changed

  • Support feature list changes in v0.9.10+ #133

Fixed

  • Chocolatey fails to install in PowerShell v2 with PowerShell Module 1.x #128

1.2.4 - 2016-06-04

Added

  • Compatibility with puppetlabs-powershell 2.x #125.

1.2.3 - 2016-05-06

Added

Changed

  • Do not call choco with --debug --verbose by default #100.

1.2.2 - 2016-04-06

Changed

  • $::chocolateyversion fact is optional - see #110

Fixed

  • puppet apply works again #105.
  • Implement PowerShell Redirection Fix for Windows 2008 / PowerShell v2 - see #119

1.2.1 - 2015-12-08

Added

  • Support for newer versions of PE

1.2.0 - 2015-11-03

Added

  • holdable (#95)

Fixed

  • Use install unless the version is specified in install (#71)

1.1.2 - 2015-10-02

Fixed

  • Ensure 0.9.9.9 compatibility (#94)
  • Mixed stale environment variables of existing choco install causing issues (#86)
  • Upgrade From POSH Version of Chocolatey Fails from Puppet (#60)

1.1.1 - 2015-09-25

Added

  • Add log_output for chocolatey bootstrap installer script
  • Allow file location for installing nupkg file.

Changed

  • Ensure bootstrap enforces chocolatey.nupkg in libs folder

1.1.0 - 2015-09-09

  • Install Chocolatey itself / ensure Chocolatey is installed (PUP-1691)
  • Custom facts for chocolateyversion and choco_install_path

1.0.2 - 2015-07-23

Fixed

  • Allow ensure => $version to work with already installed packages #71

1.0.1 - 2015-07-01

Fixed

  • Check for choco existence more comprehensively #66

1.0.0 - 2015-06-08

0.5.3 - 2015-05-22

Changed

  • Update ReadMe - fix/clarify how options with quotes need to be passed.

Fixed

  • Manifest issue
  • Choco path issue

0.5.2 - 2015-04-23

Changed

  • Readme

Added

  • Support for Windows 10

Fixed

  • Avoiding Puppet returning 2 instead of 0 when there are no changes to be made #56

0.5.1 - 2015-03-31

Fixed

  • Blocking: Linux servers throw error if the module is present #54

0.5.0 - 2015-03-30

Added

  • Provider enhancements
  • Better docs
  • Works with both compiled and powershell Chocolatey clients
  • Document best way to pass options with spaces (#15 also related) - #52
  • Document Chocolatey needs to be installed by other means - #26

Fixed

  • work with newer compiled Chocolatey client (0.9.9+) - #50
  • check for installed packages that are case sensitive - #43
  • The OS handle's position is not what FileStream expected. - #18