Skip to content

Releases: jenkinsci/dashboard-view-plugin

2.12

19 Sep 21:12
Compare
Choose a tag to compare

Fix for SECURITY-1489 (CVE-2019-10396): Stored XSS vulnerability

2.11

05 Aug 22:55
Compare
Choose a tag to compare
  • This release requires Jenkins 2.89.4 and Java 8

New features

Bug fixes

  • JENKINS-21048: Image portlet is now collapsible
  • JENKINS-23644: Sort jobs in job grid by display name
  • Reworked build buttons so they all work with enabled CSRF protection

Housekeeping

  • Modernize many Jelly code to use macros from Jenkins core.

Internal

  • Test against Java 11 and build recommended configurations in CI
  • Move most documentation from Wiki to README
  • Activate Release-Drafter - Now I just need to put it to good use ;)

2.10

03 Aug 12:59
Compare
Choose a tag to compare

(Released 2018-11-11, needs Jenkins 1.625.3 and Java 7)

  • Modernizes dependencies, update joda-time to latest version
  • Don't depend on maven-plugin anymore
  • Fix fullscreen view on newer Jenkins versions (Thanks to eva-mueller-coremedia, NeverOddOrEven and szhem for providing pull-requests fixing this issue, fixes JENKINS-39941)
  • Fix health percentage cutoff (Thanks to zizizach for noticing this)
  • Alternate percentages when near 0/100% (Provided by Arnaud TAMAILLON)
  • Apply full screen style to maximized portlets
  • Based on JENKINS-13687: Add config button to full screen (fixes JENKINS-52170, thanks to jjasper for the inspiration)
  • JENKINS-49745: Better JavaScript error handling in "Agent statistics" portlet