Cake Issues v4.2.0 Released
Cake Issues version 4.2.0 has been released introducing a new issue provider for SARIF compatible files.
This post shows the highlights included in this release. For update instructions skip to Updating from previous versions.
❤ Huge thanks to our community! This release would not have been possible without your support and contributions! ❤
People working on this release:
New issue provider for SARIF files¶
A new Cake.Issues.Sarif addin has been released which adds support for reading issues in SARIF format.
See New addin for reading SARIF files for details.
Improvement for Cake Frosting¶
Optimized versions for Cake Frosting have been released for the following addins:
- Cake.Frosting.Issues.DocFx
- Cake.Frosting.Issues.EsLint
- Cake.Frosting.Issues.GitRepository
- Cake.Frosting.Issues.InspectCode
- Cake.Frosting.Issues.Markdownlint
- Cake.Frosting.Issues.Terraform
- Cake.Frosting.Issues.PullRequests.AppVeyor
- Cake.Frosting.Issues.PullRequests.AzureDevOps
- Cake.Frosting.Issues.PullRequests.GitHubActions
These addins come with a dependency to the core addins, allowing the core addins to be consumed as transitive dependencies.
Alignment of release lifecycle¶
As announced in Alignment of addin lifecycles work as started to move addins into the main Cake Issues repository.
Starting with this release the following addins will be released together with the core addins:
- Cake.Issues.GitRepository
- Cake.Issues.Terraform
- Cake.Issues.PullRequests.AppVeyor
- Cake.Issues.PullRequests.AzureDevOps
- Cake.Issues.PullRequsts.GitHubActions
- Cake.Issues.Reporting.Console
- Cake.Issues.Reporting.Generic
- Cake.Issues.Reporting.Sarif
Updating from previous versions¶
Cake.Issues 4.2.0 addins are compatible with any 4.x addins. To update to the new version bump the version of the specific addins.
For details see release notes