Releases: jenkinsci/dependency-track-plugin
Releases · jenkinsci/dependency-track-plugin
v3.1.1
🐞 Bugs Fixed
- SECURITY-2250. Thanks to Justin Philip for reporting this issue.
v3.1.0
v3.0.2
🐞 Bugs Fixed
- link to project page not working for Dependency-Track older than v3.8, part 2 (previous fix was incomplete)
v3.0.1
v3.0.0
⚠ Breaking
- Internet Explorer 11 is not supported anymore
- minimum required Jenkins version is now 2.249.2
- configuration is not compatible with previous versions
- due to internal changes
- API key is now of type "Secret Text" credential
⭐ New Features
-
allow to override global values for Dependency-Track URL, API key and "Auto Create Projects" in job definition (fixes JENKINS-55926)
-
support multiple invocations in a build run (fixes JENKINS-55926).
please note: Only the result of the last invocation using
synchronous=true
will contribute to the result report page and the history on the job page. -
allow to specify connect and response timeouts
-
re-designed result report page
-
added link on the sidebar to Dependency-Track project page for each build (only for new builds, fixes JENKINS-55627)
-
support dark theme of Jenkins 2.249
-
JENKINS-57697: more detailed error logging
-
API key is now a "Secret Text" credential
-
list of projects in job configuration page is now sorted and includes only active projects
🐞 Bugs Fixed
- unable to use
projectName
andprojectVersion
instead ofprojectId
in classic job types - sorting of column "Severity" in result report table was broken
- corrected the help information for global setting "Polling Timeout"