Releases: jenkinsci/influxdb-plugin
Releases · jenkinsci/influxdb-plugin
3.1.1
3.1
🚀 New features and improvements
- Add sonar quality_gate_details metric (#124) @kumbasar
- JENKINS-65830 - Support token based authentication in InfluxDB 2.0 (#126) @asimell
🐛 Bug fixes
- SonarQube integration fix (#123) @dgeorgievski
- JENKINS-67519 - fix user/pass based authentication (#125) @imrichardcole
3.0.2
🐛 Bug fixes
- JENKINS-65622 - InfluxDbPublicationService: properly close client to free-up resources, use
WriteApiBlocking
to avoid unnecessary Thread allocation (#121) @bednar - JENKINS-65692 - Update SONAR_ISSUES_BASE_URL to change 'projectKeys' to 'projects' (#122) @cburne-oshyn
📦 Dependency updates
3.0.1
🐛 Bug fixes
- Fix JUnit pipeline_step empty and wrong test name (#118) @nigelarmstrong-bc
- [SonarQube] Reduce pager size to 1 of SONAR_ISSUES_BASE_URL (#117) @Wohra
3.0
Support for InfluxDB 1.7.x and lower dropped! Only InfluxDB 1.8.x+ are supported.
🚀 New features and improvements
- JENKINS-65115 - Fix JUnit test name to be full name (#112) @nigelarmstrong-bc
- JENKINS-65000 - Add support for Robot Framework 4.0 (#113) @asimell
- JENKINS-64999 - Add support for InfluxDB 2.0 (#111) @asimell
- JENKINS-63130 - Use Credentials plugin for authentication (#110) @asimell
- Wait for sonarqube's quality gate (#109) @kumbasar
🧰 Maintenance
- Fix FindBugs issue (#115) @nigelarmstrong-bc
2.5
🚀 New features and improvements
- support env variable configuration in global listener JENKINS-62753 - (#105) @agaudreault-jive
📦 Dependency updates
- Bump junit from 4.12 to 4.13.1 (#108) @dependabot
📝 Documentation updates
- Add customDataTags to the example (#106) @Atzmon-hentov
🧰 Maintenance
2.4
2.3
2.2
2.1.1
🐛 Bug Fixes
- JENKINS-61305 - Fix freestyle jobs using first configured targets (#93) @asimell