Skip to content

Releases: jenkinsci/mstest-plugin

mstest-plugin v1.0.5

27 Oct 10:37
Compare
Choose a tag to compare

Improvements:

  • This release fixes NPE for the logLevel after upgrading to latest version.

Pull requests:

  • Add minimal pipeline test: #25
  • Add missing readResolve to ensure the logLevel is never null after upgrade: #26

Contributors:

mstest-plugin v1.0.4

25 Oct 09:26
Compare
Choose a tag to compare

Improvements:

  • This release uses new versions of plugins and adds Jenkins Tools BOM

Pull requests:

  • Refresh plugin for october 2023: #24

Contributors:

mstest-plugin v1.0.3

15 Sep 09:28
Compare
Choose a tag to compare

Bug fixes:

  • This release includes the fix to logging verbosity by setting a default logging level

Pull requests:

  • Fix default logging level: #22

Contributors:

mstest-plugin v1.0.2

13 Sep 14:24
Compare
Choose a tag to compare

This release includes the fix to logging verbosity

mstest-plugin v1.0.1

16 Jun 09:35
Compare
Choose a tag to compare

This version of the plugin includes the fix for the CVE-2023-24441 preventing XXE attacks.

mstest-plugin v0.20

08 Sep 19:22
Compare
Choose a tag to compare

This version of the plugin includes the support of the pipeline plugin and a better implementation of the code coverage extraction. The Jenkins minimal version has been incremented to 1.596.1.

During this development cycle, the plugin has underwent a complete linting. Several parts have been rewritten to better separate responsibilities. Since this release, the plugin publishes its quality indicators on SonarCloud and is built by ci.jenkins.io.

The documentation will be updated in the next few days.

It has also been an opportunity for me to refresh my Java knowledge. It hasn't been that difficult, given the level of maturity of the Java+mvn+Jenkins ecosystem.

This release wouldn't have been possible without the help of other contributors, like:

  • Sebastian Stauz
  • Chris B
  • Peter Smink
  • Alex Earl
  • Jesse Glick
  • red 888
  • The jenkins-users and jenkins-dev Mailing Lists