Releases: jenkinsci/checks-api-plugin
Releases · jenkinsci/checks-api-plugin
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
Checks API 0.2.3
Checks API 0.2.2
- Restore to the 0.1.0 version api (#6) @XiongKezhi
Checks API 0.2.0
🚀 New features and improvements
- Publish checks for job and use task listener (#4) @XiongKezhi
- Checks for queue item (#1) @XiongKezhi
📦 Dependency updates
- Bump actions/cache from v1 to v2.1.0 (#3) @dependabot
👻 Maintenance
Checks API 0.1.0 🎁
- Provide general API for checks