Releases: jenkinsci/checks-api-plugin
Releases · jenkinsci/checks-api-plugin
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
Checks API Plugin v1.1.1 🎉
Checks API v1.1.0
🚀 New features and improvements
- Add the ability to allow users to customize status checks (#31) @XiongKezhi
📦 Dependency updates
- Bump analysis-pom from 4.4.0 to 4.5.0 (#42) @dependabot
📝 Documentation updates
- Add JUnit plugin to the list of known Checks API consumers (#40) @oleg-nenashev
👻 Maintenance
1.0.3
📦 Dependency updates
- Bump analysis-pom from 4.3.0 to 4.4.0 (#37) @dependabot
- Bump plugin-util-api from 1.3.0 to 1.4.0 (#39) @dependabot
- Bump plugin-util-api from 1.2.5 to 1.3.0 (#36) @dependabot
- Bump actions/cache from v2.1.1 to v2.1.2 (#35) @dependabot
1.0.2
Checks API 1.0.1
📦 Dependency updates
- Bump analysis-pom from 4.2.1 to 4.3.0 (#29) @dependabot
- Bump analysis-pom from 4.2.0 to 4.2.1 (#26) @dependabot
👻 Maintenance
- Remove beta restrictions (#30) @XiongKezhi
Checks API Plugin 1.0.0 🎉
🚀 New features and improvements
- Add pipeline support (#7) @XiongKezhi
- Listen to checkout instead of on started. (#13) @XiongKezhi
🐛 Bug Fixes
- Map unstable build to check failure (#12) @XiongKezhi
📝 Documentation updates
- Add implementation guide (#22) @XiongKezhi
- Update readme with consumers guide and features (#18) @XiongKezhi
📦 Dependency updates
- Bump analysis-pom from 4.1.1 to 4.2.0 (#24) @dependabot
- Bump plugin-util-api from 1.2.4 to 1.2.5 (#23) @dependabot
- Bump plugin-util-api from 1.2.3 to 1.2.4 (#20) @dependabot
- Bump analysis-pom from 4.1.0 to 4.1.1 (#19) @dependabot
- Bump plugin-util-api from 1.2.2 to 1.2.3 (#16) @dependabot
- Bump actions/cache from v2.1.0 to v2.1.1 (#14) @dependabot
👻 Maintenance
- Remove the old "fromRun" method which does not take listener as parameter (#25) @XiongKezhi
- Enable RevApi to check the API for correct semantic versioning (#9) @uhafner
- Add a new AssertJ template that does not produce deprecated warnings (#21) @uhafner
- Bump version of analysis-pom to 4.1.0 (and codingstyle to 1.4.0) (#15) @uhafner