Releases: jenkinsci/analysis-model
Releases · jenkinsci/analysis-model
v11.13.0 🎁
💥 Breaking Changes
- All Artifacts are deployed to Maven Central starting with this release. The deployment to the Jenkins Artifactory repository is discontinued. This has no effect for the users of the associated Jenkins plugin, this still will be deployed to Jenkins update site.
📦 Dependency Updates
- Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 (#966) @dependabot
- Bump edu.hm.hafner:codingstyle-pom from 3.33.0 to 3.35.0 (#967) @dependabot
v11.11.0 🎁
🐛 Bug Fixes
- Parse grype report without description (#962) @jwigert
- Use separate versions of SpotBugs and PMD in API and Maven (#964) @uhafner
📝 Documentation
📦 Dependency Updates
- Bump com.github.spotbugs:spotbugs from 4.7.3 to 4.8.0 (#965) @dependabot
- Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 (#961) @dependabot
- Bump org.json:json from 20230618 to 20231013 (#960) @dependabot
- Bump se.bjurr.violations:violations-lib from 1.156.6 to 1.156.7 (#955) @dependabot
- Bump com.github.spotbugs:spotbugs from 4.7.3 to 4.8.0 (#956) @dependabot
🔧 Internal Changes
v11.10.0 🎁
v11.9.0 🎁
🐛 Bug Fixes
- JENKINS-63580 - Update regex for msbuild to recognize linker warnings (#952) @pyatizbyantsevia
📦 Dependency Updates
- Bump edu.hm.hafner:codingstyle-pom from 3.18.0 to 3.27.0 (#949) @dependabot
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 (#948) @dependabot
- Bump org.ow2.asm:asm from 9.5 to 9.6 (#950) @dependabot
- Bump commons-io:commons-io from 2.11.0 to 2.14.0 (#951) @dependabot
v11.8.0 🎁
🚀 New Features
- Add valgrind parser (#738) @bitrunner
📦 Dependency Updates
- Bump se.bjurr.violations:violations-lib from 1.156.5 to 1.156.6 (#946) @dependabot
- Bump remark-cli from 11.0.0 to 12.0.0 (#945) @dependabot
v11.7.1 🎁
🐛 Bug Fixes
- JENKINS-72011 - MavenConsoleParser: Do not read from empty stream (#944) @uhafner
📦 Dependency Updates
- Bump codecov/codecov-action from 3 to 4 (#943) @dependabot
🔧 Internal Changes
- Allow developer control of parallel testing (#942) @MarkEWaite
v11.7.0 🎁
✨ Improvements
📦 Dependency Updates
- Bump actions/checkout from 3 to 4 (#940) @dependabot
- Bump slf4j.version from 2.0.7 to 2.0.9 (#941) @dependabot
- Bump jmh.version from 1.36 to 1.37 (#938) @dependabot
v11.6.0 🎁
🚀 New Features
- Add parser for CCES (CrossCore Embedded Studio) (#937) @arthur-devialet
v11.5.1 🎁
v11.5.0 🎁
🚀 New Features
- Add parser for Grype reports (#935) @dtbaum