Releases: jenkinsci/prometheus-plugin
Releases · jenkinsci/prometheus-plugin
795.v995762102f28
✍ Other changes
- Calculate last build if job is currently building (#709) @Waschndolos
- New Metrics which shows the Stage ordinal (#704) @Waschndolos
📦 Dependency updates
- Bump org.jenkins-ci.plugins:cloudbees-disk-usage-simple from 203.v3f46a_7462b_1a_ to 205.v47f4ee8803d1 (#708) @dependabot
- Bump actions/checkout from 4.2.0 to 4.2.2 (#713) @dependabot
- Bump org.mockito:mockito-junit-jupiter from 5.14.0 to 5.14.1 (#705) @dependabot
- Bump actions/checkout from 4.1.7 to 4.2.0 (#703) @dependabot
- Bump org.mockito:mockito-junit-jupiter from 5.13.0 to 5.14.0 (#702) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.87 to 4.88 (#700) @dependabot
787.v52e8f47488fc
✍ Other changes
- Adding configuration option to exclude jobs from Prometheus metrics via Regex (#699) @Waschndolos
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.86 to 4.87 (#693) @dependabot
- Bump org.mockito:mockito-junit-jupiter from 5.12.0 to 5.13.0 (#694) @dependabot
784.vea_eca_f6592eb_
✍ Other changes
- Fix issues with not showing code coverage metrics. (#692) @Waschndolos
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.85 to 4.86 (#689) @dependabot
- Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 (#690) @dependabot
- Bump codacy/codacy-analysis-cli-action from 4.4.1 to 4.4.5 (#688) @dependabot
780.v7c50a_d288424
✍ Other changes
- Add new metric for Quiet Mode status (#687) @sstafford
779.vb_59179a_27643
778.ve1c932a_ff24f
✍ Other changes
- Remove Guice + use Singleton to fix initilization potential deadlock (#682) @Dohbedoh
- Enable Jenkins Security Scan (#677) @strangelookingnerd
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.83 to 4.85 (#681) @dependabot
- Bump actions/checkout from 4.1.6 to 4.1.7 (#679) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.82 to 4.83 (#676) @dependabot
773.v3b_62d8178eec
🐛 Bug fixes
- Fixing NullPointerException when calculating disk usage (#673) @Waschndolos
📦 Dependency updates
- Bump codacy/codacy-analysis-cli-action from 4.4.0 to 4.4.1 (#670) @dependabot
- Bump actions/checkout from 4.1.4 to 4.1.6 (#671) @dependabot
770.ve5e758db_606e
🚀 New features and improvements
- New metrics which shows the build log size in bytes (#668) @Waschndolos
✍ Other changes
- Making documentation about metrics more clear (#669) @Waschndolos
- Fixing documentation of default_jenkins_builds__last_build_result (#665) @Waschndolos
- Replace JSR-305 annotations with spotbugs annotations (#660) @MarkEWaite
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.81 to 4.82 (#659) @dependabot
- Bump org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0 (#663) @dependabot
- Bump actions/checkout from 4.1.2 to 4.1.4 (#658) @dependabot
763.vf8c26b_a_34b_d6
👻 Maintenance
- Removed some codacy issues (#656) @Waschndolos
✍ Other changes
- Enabling new version format due to automated CD (#651) @Waschndolos
- This comes with a new version number format, see https://www.jenkins.io/jep/229
📦 Dependency updates
- Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 1.8 (#653) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.80 to 4.81 (#654) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.80 (#646) @dependabot
prometheus-2.5.3
🐛 Bug fixes
- Reverting commits which might cause startup issues on non docker instances (#650) @Waschndolos
✍ Other changes
- Enable incrementals for testing PR (#649) @jonesbusy