Releases: jenkinsci/plugin-usage-plugin
Releases · jenkinsci/plugin-usage-plugin
plugin-usage-plugin-4.1
What's Changed
- Upgrade HtmlUnit from 2.x to 3.x by @timja-bot in #41
- Add null check for old descriptors that are not available anymore by @froque in #42
- Uses a HashSet to not process the same run multiple times in pipeline jobs by @froque in #43
- Use a single instance of PluginUsageModel in jelly to cache analyze results by @froque in #44
- Update pipeline warning for both scripted and pipeline by @froque in #45
- Finalize upgrade to Jenkins 2.361 by @froque in #46
New Contributors
- @timja-bot made their first contribution in #41
Full Changelog: plugin-usage-plugin-4.0...plugin-usage-plugin-4.1
plugin-usage-plugin-4.0
What's Changed
- Adds Computed Folders Analyzer by @froque in #30
- Use HTTPS instead of git by @froque in #32
- Updates parent pom to 4.51 by @froque in #31
- Bump commons-net from 3.8.0 to 3.9.0 by @dependabot in #33
- Refactoring: Use diamond operator and removed unnecessary semicolon and import by @StefanSpieker in #34
- Require Jenkins 2.361.4 and Java 11 by @froque in #35
- Uses new HTTP client in Java 11 for testing by @froque in #37
- Replaces hasDependants with hasMandatoryDependents by @froque in #36
- Adds analyzer for pipelines (scripted and declarative) based on last runs by @froque in #38
New Contributors
- @dependabot made their first contribution in #33
Full Changelog: plugin-usage-plugin-3.0...plugin-usage-plugin-4.0
3.0
2.2
2.1
2.0
- Adds integration tests (#20)
- Suport for Maven projects pre, post builds, parameters, conditional-builder and promotions (#21)
- Add support for @symbol function names in pipeline jobs (#22)
- Fixes JENKINS-53264 Usage plugin incorrectly reports multi-project (#23) GH-23 #23
- Fixes for projects other than freestyle projects (#24)
- Add new PLUGIN_VIEW permission (#19)
1.2
1.1
- Added columns to indicate if a plugin has dependants or not
- Added processing of Publisher in promotions
- Fixed JENKINS-63442 ClassNotFoundException: org.jenkinsci.plugins.workflow.job.WorkflowJob
- Change minimum supported jenkins version from 2.138.4 to 2.204