Releases: jenkinsci/analysis-model
Releases · jenkinsci/analysis-model
v14.3.0 🎁
v14.2.0 🎁
🚀 New Features
- Add a parser for
tfsecJSON reports (#1482) @akash-manna-sky - Add a parser for
KubesecJSON output (#1481) @akash-manna-sky - A parser for
CheckovJSON reports (#1475) @akash-manna-sky - Add a parser for
CFN-LintJSON output (#1474) @akash-manna-sky - A parser for
KubeLinterJSON output (#1473) @akash-manna-sky - Add a parser for
Snyksecurity vulnerability reports in JSON format (#1471) @akash-manna-sky - A parser for Terraform Lint (
tflint) JSON output (#1469) @akash-manna-sky
✨ Improvements
- Add a parser for
SpectralJSON output (#1479) @akash-manna-sky
🐛 Bug Fixes
- Ignore warnings of CSC compiler tool in
MsBuildparser (#1478) @bluejack2000
📦 Dependency Updates
- Remove Dependabot configuration (#1472) @uhafner
- Bump release-drafter/release-drafter from 7.1.0 to 7.1.1 (#1468) @dependabot[bot]
- Bump kentaro-m/auto-assign-action from 2.0.1 to 2.0.2 (#1470) @dependabot[bot]
🔧 Internal Changes
v14.1.0 🎁
🚀 New Features
- Add parser for
MarkdownLintJSON output (#1466) @akash-manna-sky - A parser for
ShellCheckJSON output (#1459) @akash-manna-sky
📦 Dependency Updates
- Bump release-drafter/release-drafter from 7.0.0 to 7.1.0 (#1464) @dependabot[bot]
- Bump umbrelladocs/action-linkspector from 1.4.0 to 1.4.1 (#1463) @dependabot[bot]
- Bump release-drafter/release-drafter from 6.4.0 to 7.0.0 (#1460) @dependabot[bot]
🔧 Internal Changes
v14.0.0 🎁
💥 Breaking Changes
🚀 New Features
- Add a parser for Ruff, a modern Python Linter (#1456) @akash-manna-sky
- Add locations for issues (#1274, #1435) @akash-manna-sky @uhafner
📦 Dependency Updates
- Bump se.bjurr.violations:violations-lib from 1.160.3 to 1.160.4 (#1458) @dependabot[bot]
- Bump release-drafter/release-drafter from 6.3.0 to 6.4.0 (#1457) @dependabot[bot]
- Bump edu.hm.hafner:codingstyle-pom from 6.7.0 to 6.8.0 (#1454) @dependabot[bot]
- Bump release-drafter/release-drafter from 6.2.0 to 6.3.0 (#1455) @dependabot[bot]
- Bump pmd.api.version from 7.21.0 to 7.22.0 (#1452) @dependabot[bot]
- Bump actions/upload-artifact from 6 to 7 (#1451) @dependabot[bot]
🔧 Internal Changes
- Configure Renovate (#1289) @renovate[bot]
v13.21.0 🎁
🚀 New Features
- Add Nix parser for nix builds (#1447) @akash-manna-sky
v13.20.0 🎁
🚀 New Features
- Add Nix parser for nix builds (#1447) @akash-manna-sky
v13.19.0 🎁
✨ Improvements
🐛 Bug Fixes
- /INCREMENTAL Visual Studio parameter in warning being flagged as a file (#1445) @akash-manna-sky
📦 Dependency Updates
- Bump dawidd6/action-download-artifact from 14 to 15 (#1446) @dependabot[bot]
- Bump pmd.api.version from 7.20.0 to 7.21.0 (#1441) @dependabot[bot]
- Bump dawidd6/action-download-artifact from 12 to 14 (#1442) @dependabot[bot]
- Bump kentaro-m/auto-assign-action from 2.0.0 to 2.0.1 (#1437) @dependabot[bot]
- Bump org.codehaus.mojo:versions-maven-plugin from 2.20.1 to 2.21.0 (#1438) @dependabot[bot]
- Bump release-drafter/release-drafter from 6.1.0 to 6.2.0 (#1439) @dependabot[bot]
- Bump edu.hm.hafner:codingstyle-pom from 5.41.0 to 5.42.0 (#1295) @dependabot[bot]
- Bump pmd.api.version from 7.19.0 to 7.20.0 (#1292) @dependabot[bot]
- Bump dawidd6/action-download-artifact from 11 to 12 (#1293) @dependabot[bot]
- Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 (#1294) @dependabot[bot]
- Bump org.json:json from 20250517 to 20251224 (#1290) @dependabot[bot]
- Bump dawidd6/action-download-artifact from 11 to 12 (#1291) @dependabot[bot]
- Bump edu.hm.hafner:codingstyle-pom from 5.40.0 to 5.41.0 (#1288) @dependabot[bot]
- Bump actions/upload-artifact from 5 to 6 (#1287) @dependabot[bot]
v13.18.0 🎁
✨ Improvements
- JENKINS-76257 - Provide links to warning category documentation (#1280) @akash-manna-sky
🐛 Bug Fixes
- JENKINS-62454 - Fix parsing of Gcc warnings when there are new lines between description lines (#1285) @akash-manna-sky
- Make eslint parser more robust against null values (#1284) @ugrave
📦 Dependency Updates
- Bump edu.hm.hafner:codingstyle-pom from 5.40.0 to 5.41.0 (#1288) @dependabot[bot]
- Bump actions/upload-artifact from 5 to 6 (#1287) @dependabot[bot]
- Bump actions/cache from 4 to 5 (#1286) @dependabot[bot]
- Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 (#1283) @dependabot[bot]
- Bump edu.hm.hafner:codingstyle-pom from 5.39.0 to 5.40.0 (#1282) @dependabot[bot]
v13.17.0 🎁
✨ Improvements
- JENKINS-76257 - Provide links to warning category documentation (#1280) @akash-manna-sky
- JENKINS-75009 - Support remapping source file paths in reports (#1279) @akash-manna-sky
🐛 Bug Fixes
- JENKINS-62454 - Fix parsing of Gcc warnings when there are new lines between description lines (#1285) @akash-manna-sky
- Make eslint parser more robust against null values (#1284) @ugrave
📦 Dependency Updates
- Bump actions/cache from 4 to 5 (#1286) @dependabot[bot]
- Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 (#1283) @dependabot[bot]
- Bump edu.hm.hafner:codingstyle-pom from 5.39.0 to 5.40.0 (#1282) @dependabot[bot]
v13.16.0 🎁
✨ Improvements
- JENKINS-75009 - Support remapping source file paths in reports (#1279) @akash-manna-sky
📦 Dependency Updates
- Bump pmd.api.version from 7.18.0 to 7.19.0 (#1278) @dependabot[bot]
- Bump org.codehaus.mojo:versions-maven-plugin from 2.19.1 to 2.20.1 (#1277) @dependabot[bot]
- Bump actions/checkout from 5 to 6 (#1276) @dependabot[bot]