Releases: jenkinsci/checks-api-plugin
Releases · jenkinsci/checks-api-plugin
1.7.5
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
- Bump plugin-util-api from 2.16.0 to 2.17.0 (#168) @dependabot
- Bump testcontainers.version from 1.17.2 to 1.17.3 (#173) @dependabot
- Bump analysis-pom from 5.32.0 to 5.33.0 (#181) @dependabot
- Bump actions/cache from 3.0.5 to 3.0.6 (#180) @dependabot
- Bump git-changelist-maven-extension from 1.2 to 1.4 (#178) @dependabot
- Bump actions/cache from 3.0.4 to 3.0.5 (#177) @dependabot
- Bump analysis-pom from 5.31.0 to 5.32.0 (#176) @dependabot
- Bump analysis-pom from 5.30.0 to 5.31.0 (#175) @dependabot
- Bump analysis-pom from 5.29.0 to 5.30.0 (#174) @dependabot
- Bump analysis-pom from 5.28.0 to 5.29.0 (#172) @dependabot
- Bump analysis-pom from 5.24.0 to 5.28.0 (#171) @dependabot
- Bump actions/cache from 3.0.3 to 3.0.4 (#170) @dependabot
- Bump actions/cache from 3.0.2 to 3.0.3 (#169) @dependabot
- Bump testcontainers.version from 1.17.1 to 1.17.2 (#167) @dependabot
1.7.4
1.7.3
👷 Changes for plugin developers
📦 Dependency updates
- Bump actions/cache from 3.0.1 to 3.0.2 (#160) @dependabot
- Bump codecov/codecov-action from 2.1.0 to 3 (#158) @dependabot
- Bump actions/cache from 2.1.7 to 3.0.1 (#155) @dependabot
- Use Eclipse Temurin, not AdoptOpenJDK in action (#153) @MarkEWaite
- Bump actions/checkout from 2 to 3 (#149) @dependabot
- Bump plugin-util-api from 2.13.0 to 2.14.0 (#147) @dependabot
- Bump analysis-pom from 5.17.0 to 5.18.0 (#145) @dependabot
- Bump plugin-util-api from 2.6.0 to 2.13.0 (#146) @dependabot
- Bump analysis-pom from 5.9.0 to 5.17.0 (#137) @dependabot
- Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#126) @dependabot
- Bump actions/cache from 2.1.6 to 2.1.7 (#134) @dependabot
- Bump codecov/codecov-action from 2.0.2 to 2.0.3 (#123) @dependabot
- Bump codecov/codecov-action from 2.0.1 to 2.0.2 (#121) @dependabot
- Bump codecov/codecov-action from 1 to 2.0.1 (#120) @dependabot
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