Skip to content

Releases: chocolatey/Chocolatey.Cake.Recipe

0.30.1

09 Apr 12:58
8535219
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug Fix

Contributors

1 contributor made this release possible.

AdmiringWorm

0.30.0

03 Apr 11:46
0fc0123
Compare
Choose a tag to compare

As part of this release we had 8 issues closed.

Bug Fixes

  • #185 Incorrectly running a .NET Framework build as part of a dotnet build by corbob resolved in !189 by corbob
  • #186 dotnet builds do not pass through TreatWarningsAsErrors like .NET Framework builds do. by corbob resolved in !190 by corbob
  • #188 dotnet builds that require obfuscation reset the settings variables that have been set by corbob resolved in !192 by corbob
  • #196 OWASP dependency-check throwing error when downloading data from NVD by Windos resolved in !197 by Windos
  • #199 Builds hang if not in a git repository by corbob resolved in !200 by corbob

Improvements

  • #187 Add an Init task that projects can wire up to ensure the appropriate initialization level by corbob resolved in !191 by corbob
  • #193 Don't exit on first obfuscation failure by corbob resolved in !194 by corbob
  • #195 Update to latest GitReleaseManager (currently 0.20.0) by gep13 resolved in !202 by gep13

Contributors

3 contributors made this release possible.

corbob Windos gep13

0.29.0

04 Feb 09:27
07c524f
Compare
Choose a tag to compare

As part of this release we had 12 issues closed.

Bug Fixes

  • Fix - TargetCommitish is not set correctly when running on Support Branch - see #134.
  • Fix - Task "Publish-GitHub-Release" doesn't run when on a Support Branch - see #135.
  • Fix - Zip Archive creation is attempted when no files are signed - see #157.
  • Fix - Building on a branch starting with a number can cause an error with GitVersion - see #162.
  • Fix - The Send-Notifications task uses the current date for the release notes anchor - see #164.
  • Fix - GitReleaseManager 0.17.0 is broken and we need to update the version - see #167.
  • Fix - ILMerge task unable to be run on it's own - see #181.

Improvements

  • Rename task used to publish releases - see #132.
  • Add the ability to output notifications without sending them - see #136.
  • Add central database support for OWASP Dependency-Check Step - see #171.
  • Use Product Copyright when creating NuGet/Chocolatey packages - see #173.
  • DockerTagAsLatest task always runs, even on Support Branches - see #174.

0.28.4

22 May 14:41
b669657
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug Fix

  • Fix - Resigning multiple PowerShell scripts with the same name replaces existing scripts - see #155.

SHA256 Hashes of the release artifacts

  • d9357e3e2b84132affe465903f9e8f6a7b98699a3fed3ef97eec6d7513868cda Chocolatey.Cake.Recipe.0.28.4.nupkg

0.28.3

17 May 09:13
7fe3b3d
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug Fix

  • Fix - PowerShell Scripts are not verified when on develop branch - see #154.

0.28.2

16 May 12:27
173591a
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug Fix

  • Fix - Verify signing task should not run on Pull Request builds - see #153.

0.28.1

16 May 08:58
892c826
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug Fix

  • Fix - Only attempt signing when running on Windows - see #152.

0.28.0

16 May 08:03
8a699ac
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Improvements

  • Add support for setting Authenticode signing certificate subject name by Environment Variable and update default value - see #147.
  • Switch to only signing PowerShell scripts when required - see #149.

0.27.0

26 Apr 08:53
8ed343d
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Feature

  • Add support for skipping Dependency-Check Yarn analysis - see #145.

0.26.5

16 Apr 07:01
9745f43
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug Fix

  • Fix - CI builds fail with an error regarding uploading of an artifact - see #144.