News

Cake support in WhiteSource Renovate

Published
Tuesday, 13 April 2021
Category
News
Author
nils-a

WhiteSource Renovate is a solution for automating dependency updates in software projects which works (among others) hosted in GitHub (much like dependabot does).

In the new version 24.114.0 Renovate added support for Cake files!

So, as of now it is possible to have pull requests automatically created to update #addin, #tool and #module references in Cake files.

Big thanks go to the people behind WhiteSource Renovate for getting this done so quickly!

Read more...

Cake for Rider released

Published
Wednesday, 6 January 2021
Category
News
Author
nils-a

I am very proud to announce the first release (version 0.1.0) of the Cake for Rider extension for JetBrains Rider. This extension brings run configurations for Cake tasks, as well a tool window to show Cake scripts and tasks in the project.

Read more...

Dependabot for Cake - Preview

Published
Thursday, 29 October 2020
Category
News
Author
nils-a

While Dependabot currently has no support for Cake, work towards that has already been started.

Using a GitHub Action it is now possible to utilize that work-in-progress to check Cake scripts for outdated references.

Read more...

Thank you Octopus Deploy!

Published
Thursday, 8 October 2020
Category
News
Author
patriksvensson

When I started working on Cake in 2014, I did it to scratch an itch I had. Fake existed (which has been a tremendous initial inspiration), but I didn't know F# enough to be confident enough to bet our build process on it. A lot has happened since then; .NET has changed, and so has Cake. We've moved from a separate Roslyn and Mono engine to a unified one based on Roslyn. We've added support for C# 6, 7, 8, and just recently 9. In addition to .NET Framework, we've added support for every version of .NET Core, from the early beta to .NET 5. The project has also gone from a single maintainer to nine, which I think is the biggest reason for its success.

Read more...

HTTP to HTTPS

Published
Friday, 25 August 2017
Category
News
Author
gep13

As some of you may have noticed, the Cake Website has changed to use an SSL Certificate. This is something that has been on our cards for a while, it is just something that we never got around to.

Read more...