Releases: jenkinsci/disk-usage-plugin
Releases · jenkinsci/disk-usage-plugin
disk-usage-1.3
What's Changed
- Modernize to Jenkins 2.387.3 by @sghill-rewrite in #93
- Test with Java 21. by @gounthar in #94
- Adds checks for user defined crontab entries by @froque in #96
- Enable Jenkins Security Scan by @strangelookingnerd in #97
- Fix spotbugs warning - invalid method name by @MarkEWaite in #98
- Upgrade Jenkins core from 2.401.1 to 2.452.4 by @froque in #99
New Contributors
- @gounthar made their first contribution in #94
- @strangelookingnerd made their first contribution in #97
- @MarkEWaite made their first contribution in #98
Full Changelog: disk-usage-1.2...disk-usage-1.3
disk-usage-1.2
What's Changed
- Modernize Tooling by @sghill-rewrite in #89
- Remove spotbugs configuration in Jenkinsfile by @froque in #90
- Move matrix plugin to test scope by @froque in #91
- Removes usage of deprecated ANTLRException by @froque in #92
Full Changelog: disk-usage-1.1...disk-usage-1.2
disk-usage-1.1
What's Changed
- Fixes javadoc errors with java 18 by @froque in #87
- update styling by @mawinter69 in #88
New Contributors
- @mawinter69 made their first contribution in #88
Full Changelog: disk-usage-1.0...disk-usage-1.1
disk-usage-1.0
- Upgrades latest parent pom 4.53 and to Jenkins 2.361
- Openrewrite code cleanup
- Clean code using openrewrite CommonStaticAnalysis recipe
- Clean code using openrewrite RemoveRedundantTypeCast recipe
- Removes commented code
- Migrate from junit 3 to junit 4
- Fix unit test that would be stuck in a loop
- Fix URL on images
- Replaces PNG and GIF with SVG and new Jenkins icons
- Refresh UI with new Jenkins look and feel
- JENKINS-30934 - remove dubious Thread.sleep(60000)
- JENKINS-64375 Disk Usage Plugin uses the deprecated "slave" terminology
- Adds README.md
- Improve readme
- Removes deprecated maven property java.level
- Order builds by build number for graph show in project page
- Removes unused DiskUsageRecord
- Fix spotbugs issues
- Adds Status category to DiskUsageManagement
- Upgrade from javax.mail to jakarta.mail
- Fixes class cast exception with promoted builds plugin
- Removes deprecated fields from BuildDiskUsageAction
- Fix various warnings
- Removes deprecated code in DiskUsageProperty
- Replaces deprecated perform method in DiskUsagePostBuildCalculation
- Removes deprecated DiskUsage and inline fields into child DiskUsageRecord
- Removes unused class ProjectConfigListener
- Fix spelling errors