Releases: jenkinsci/prometheus-plugin
Releases · jenkinsci/prometheus-plugin
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
prometheus-2.5.2
🐛 Bug fixes
- Avoid memory leak when configuring all job count metrics with false (#645) @Waschndolos
- Fix initilization potential deadlock (#637) @Dohbedoh / @Waschndolos
✍ Other changes
- Changing creation of service classes away from explicit guice usage (#644) @Waschndolos
- Code Maintenance - remove warnings (#631) @Waschndolos
- Update documentation for config page (#618) @Waschndolos
📦 Dependency updates
- Bump actions/checkout from 4.1.1 to 4.1.2 (#641) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.78 to 4.79 (#638) @dependabot
- Bump org.mockito:mockito-junit-jupiter from 5.10.0 to 5.11.0 (#633) @dependabot
- Bump codacy/codacy-analysis-cli-action from 4.3.0 to 4.4.0 (#628) @dependabot
- Bump io.jenkins.plugins:coverage from 1.9.0 to 1.10.0 (#626) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#627) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78 (#629) @dependabot
- Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 (#630) @dependabot
- Bump org.mockito:mockito-junit-jupiter from 5.9.0 to 5.10.0 (#625) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#623) @dependabot
- Bump io.jenkins.plugins:coverage from 1.8.0 to 1.9.0 (#622) @dependabot
- Bump io.jenkins.plugins:coverage from 1.7.0 to 1.8.0 (#621) @dependabot
- Bump org.mockito:mockito-junit-jupiter from 5.8.0 to 5.9.0 (#620) @dependabot
- Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 (#619) @dependabot
prometheus-2.5.1
✍ Other changes
- Fix Issue With Namespace Not Updating for Build Counters (#616) @aidanleuck
prometheus-2.5.0
🚀 New features and improvements
- Code coverage will now show job full name. Provide a default value of -1 if a specific coverage is not available in the coverage report. Adding additional percentage metric for coverage metrics (#612) @Waschndolos
✍ Other changes
- Corrected Jenkinsfile (#614) @AniketNS
- Adding more tests (#613) @Waschndolos
📦 Dependency updates
- Bump org.jenkins-ci.plugins:cloudbees-disk-usage-simple from 187.v6378d330d1d4 to 203.v3f46a_7462b_1a_ (#610) @dependabot
- Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 (#609) @dependabot
prometheus-2.4.3
🐛 Bug fixes
- Removing deprecated code-coverage-api plugin dependency and fixing job_name attribute (#608) @Waschndolos
- the attribute job_name was changed to the configured name (usually jenkins_job) - may be incompatible for some of you but it was wrong at the first place so this release is a bugfix release.
- Fix Monotonic Counter and Add New Build Counters (#606) @aidanleuck
- Special thanks to @adriengardou, @yogeek, @ghebu for taking part in the discussion and of course to @aidanleuck for implementing it 🔥 🔥 🔥
prometheus-2.4.2
🐛 Bug fixes
- Make it possible to get stage statistics per build (#604) @Waschndolos
📦 Dependency updates
- Bump github/codeql-action from 2 to 3 (#601) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.75 to 4.76 (#602) @dependabot
- Bump actions/stale from 6.0.1 to 9.0.0 (#599) @dependabot
prometheus-2.4.1
🐛 Bug fixes
- Fixing result ordinal when run is currently building (#598) @Waschndolos
✍ Other changes
- Updating documentation about scraping the endpoint (#595) @Waschndolos
📦 Dependency updates
- Bump org.mockito:mockito-junit-jupiter from 5.7.0 to 5.8.0 (#596) @dependabot
- Bump org.mockito:mockito-junit-jupiter from 5.3.1 to 5.7.0 (#593) @dependabot
prometheus-2.4.0
🚀 New features and improvements
- Creating Build Metrics for log is updated and build is likely stuck (#592) @Waschndolos
- Add new disk metric for file count (#591) @Waschndolos
🐛 Bug fixes
- Only Log Warning if environment variable is defined and invalid (#565) @Waschndolos
✍ Other changes
- Update Tests to Junit5 Framework (#589) @Waschndolos
- Prepare to test Java 21 (#571) @MarkEWaite
- Tests and build improvements (#560) @Waschndolos
📦 Dependency updates
- Bump org.jenkins-ci.plugins:cloudbees-disk-usage-simple from 0.10 to 187.v6378d330d1d4 (#578) @dependabot
- Bump io.jenkins.tools.bom:bom-2.387.x from 2496.vddfca_753db_80 to 2543.vfb_1a_5fb_9496d (#585) @dependabot
- Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.75 (#586) @dependabot
- Bump io.jenkins.plugins:code-coverage-api from 4.8.0 to 4.99.0 (#587) @dependabot
- Bump actions/checkout from 4.1.0 to 4.1.1 (#577) @dependabot
- Bump actions/checkout from 3.6.0 to 4.0.0 (#552) @dependabot
- Bump io.jenkins.tools.bom:bom-2.387.x from 2401.v7a_d68f8d0b_09 to 2446.v2e9fd3b_d8c81 (#559) @dependabot
prometheus-2.3.3
🐛 Bug fixes
- Fix filtering of external metrics (#557) @Waschndolos
prometheus-2.3.2
🐛 Bug fixes
- Removing unnecessary warning logging (#551) @Waschndolos
- Apply Metric Filter on all external metrics (#554) @Waschndolos