Skip to content

Releases: jenkinsci/dependency-track-plugin

v3.1.1

30 Mar 16:55
Compare
Choose a tag to compare

🐞 Bugs Fixed

  • SECURITY-2250. Thanks to Justin Philip for reporting this issue.

v3.1.0

08 Feb 18:51
Compare
Choose a tag to compare

⭐ New Features

  • allow to specify an alternative URL for the Dependency-Track Frontend (fixes #22)
  • added links to npm security advisories

🐞 Bugs Fixed

  • verify that projectId is set when auto create projects is not enabled

v3.0.2

09 Dec 17:54
Compare
Choose a tag to compare

🐞 Bugs Fixed

  • link to project page not working for Dependency-Track older than v3.8, part 2 (previous fix was incomplete)

v3.0.1

08 Dec 18:42
Compare
Choose a tag to compare

🐞 Bugs Fixed

  • link to project page not working for Dependency-Track older than v3.8 (fixes #17)
  • Report does not render correctly in Firefox (fixes #18)

v3.0.0

30 Nov 22:11
Compare
Choose a tag to compare

⚠ 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 and projectVersion instead of projectId in classic job types
  • sorting of column "Severity" in result report table was broken
  • corrected the help information for global setting "Polling Timeout"