Skip to content

Releases: chocolatey/cChoco

2.6.0

06 Oct 14:56
f583fee
Compare
Choose a tag to compare

Bug Fixes

  • Unable to install chocolatey with cChocoInstaller - see #179.

Improvements

  • Allow cChocoSource to update an existing Source - see #156.

Version 2.5.0

09 Feb 14:57
f777bd0
Compare
Choose a tag to compare

(#151) Download install.ps1 to temp folder to fix a bug after changes to the Chocolatey install.ps1 script;
(#20) Add cChocoConfig resource;

v2.4.1

27 Feb 10:10
d07bd82
Compare
Choose a tag to compare

[#135] A fix for passing custom source name in cChocoPackageInstaller Test-TargetResource
(maint) Fix description and issue label
(maint) Fix headings
(GH-126) Document WinRM envelope size issue
Corrected reversed logic in if (-not $Purge) Using $Purge.IsPresent` to be more explicit.
Revered if Purge.IsPresent checks back to origional order
Converted simple functions to "Advanced Functions" to match the rest of code
(maint) Add build instructions
(maint) Formatting
Updated [Version] to Fully Qualified [System.Version]
Choco appends '-beta' to beta version numbers Added parsing to split on '-' and only use the first section.
Implemented caching choco version Ensured explicitly casting '0.10.4' to Version
Powershell cannot compair 0.10.4 to a version number
Fix Pester Test run Failure
Choco Versions >10.4 overwhelm log with download Progress data