Releases: jenkinsci/checks-api-plugin
Releases · jenkinsci/checks-api-plugin
1.7.2
🐛 Bug fixes
- Fix test failure in status integration test. (#114) @XiongKezhi
📦 Dependency updates
- Bump plugin-util-api from 2.3.0 to 2.4.0 (#119) @dependabot
- Bump analysis-pom from 5.8.0 to 5.9.0 (#118) @dependabot
- Bump git-changelist-maven-extension from 1.1 to 1.2 (#116) @dependabot
- Bump analysis-pom from 5.7.0 to 5.8.0 (#113) @dependabot
- Bump plugin-util-api from 2.2.0 to 2.3.0 (#112) @dependabot
- Bump actions/cache from 2.1.5 to 2.1.6 (#111) @dependabot
- Bump plugin-util-api from 2.1.0 to 2.2.0 (#108) @dependabot
- Bump analysis-pom from 5.6.0 to 5.7.0 (#107) @dependabot
- Bump analysis-pom from 5.5.0 to 5.6.0 (#105) @dependabot
- Bump analysis-pom from 5.4.0 to 5.5.0 (#104) @dependabot
- Bump actions/cache from v2.1.4 to v2.1.5 (#102) @dependabot
- Bump actions/setup-java from v1 to v2 (#100) @dependabot
- Bump analysis-pom from 5.3.0 to 5.4.0 (#101) @dependabot
📝 Documentation updates
- docs: minor doc update with the correct class (#106) @garethjevans
1.7.0
🚀 New features and improvements
- JENKINS-65262 - Add ability to disable graph analyzer (#98) @timja
1.6.2
🐛 Bug fixes
- JENKINS-65262 - Avoid holding queue lock when updating GitHub (#97) @timja
📦 Dependency updates
- Bump plugin-util-api from 2.0.0 to 2.1.0 (#96) @dependabot
- Bump analysis-pom from 5.0.0 to 5.3.0 (#95) @dependabot
v1.6.1
v1.6.0
🚀 New features and improvements
- Add option to suppress log in job summary (#93) @mrginglymus
- Support for annotations in publish checks step. (#87) @XiongKezhi
- Support actions in publishChecks Step (#85) @XiongKezhi
- PublishChecks step: The conclusion should be none when status is not completed (#82) @ThusithaDJ
🐛 Bug fixes
- Truncate on bytes or chars (#88) @mrginglymus
- Handle failures in publish invocation (#91) @mrginglymus
📦 Dependency updates
- Bump plugin-util-api from 1.7.1 to 2.0.0 (#90) @dependabot
- Bump analysis-pom from 4.7.0 to 5.0.0 (#89) @dependabot
- Bump plugin-util-api from 1.7.0 to 1.7.1 (#84) @dependabot
- Bump plugin-util-api from 1.6.1 to 1.7.0 (#81) @dependabot
👻 Maintenance
- Fix trivial pmd warnings (#86) @XiongKezhi
1.5.0
🚀 New features and improvements
- Add status checks property to conclude unstable builds as neutral ones (#78) @XiongKezhi
🐛 Bug Fixes
- Ensure double-newlines between summaries (#80) @mrginglymus
1.4.1
🐛 Bug Fixes
- Ignore stage graph output while checking out (#77) @XiongKezhi
1.4.0
🚀 New features and improvements
- Add failure to title (#76) @timja
- Output pipeline summary (#66) @mrginglymus
📦 Dependency updates
- Bump actions/cache from v2.1.3 to v2.1.4 (#75) @dependabot
1.3.0
🚀 New features and improvements
- Allow for moving truncation into the implementing API (#68) @mrginglymus
- Add missing output titles (#69) @mrginglymus
- Handle abort differently from failures (#64) @mrginglymus
🐛 Bug Fixes
- Ensure we always call getContext().onFailure() in stop (#73) @mrginglymus
📦 Dependency updates
- Bump plugin-util-api from 1.6.0 to 1.6.1 (#63) @dependabot
👻 Maintenance
- test> is not a scope... (#67) @mrginglymus
Checks API Plugin v1.2.0 🎉
🚀 New features and improvements
- Add withChecks step (#49) @XiongKezhi
🐛 Bug Fixes
📦 Dependency updates
- Bump plugin-util-api from 1.5.0 to 1.6.0 (#53) @dependabot
- Bump plugin-util-api from 1.4.0 to 1.5.0 (#50) @dependabot
- Bump analysis-pom from 4.6.0 to 4.7.0 (#48) @dependabot
- Bump analysis-pom from 4.5.0 to 4.6.0 (#47) @dependabot
👻 Maintenance
- Jenkinsfile: only build on linux (#62) @XiongKezhi
- Move CapturingChecksPublisher to util package. (#58) @XiongKezhi
- Migrate to AbstractStatusChecksProperties class. (#52) @XiongKezhi
🚦 Tests
- Add LoggingChecksPublisher and tests for status checks (#59) @XiongKezhi
- Move CapturingChecksPublisher to util package. (#58) @XiongKezhi
- Add capturing checks publisher, make publishChecks withChecksName aware (#55) @mrginglymus