Skip to content

Releases: jenkinsci/plugin-compat-tester

1149.v1f812c9da051

31 Jan 10:19
1f812c9
Compare
Choose a tag to compare

πŸš€ New features and improvements

  • Support on transforming the pom to add/update pluginManagement and properties sections (#339) @imonteroperez

1145.vd941f08b9a71

28 Jan 08:53
d941f08
Compare
Choose a tag to compare

πŸš€ New features and improvements

πŸ› Bug fixes

🚦 Tests

  • Remove broken powermock test (fix mainline) (#342) @timja

1131.v5a9f15ec2a3c

29 Nov 19:18
5a9f15e
Compare
Choose a tag to compare

πŸ› Bug fixes

πŸ“¦ Dependency updates

1124.vff4d8c290306

23 Nov 19:51
ff4d8c2
Compare
Choose a tag to compare

πŸš€ New features and improvements

Plugin Compatibility Tester 0.5.1

04 Nov 10:24
Compare
Choose a tag to compare

πŸš€ New features and improvements

  • Allow to override forkCount value (#273) @imonteroperez
  • Avoid printing a gigantic JSON file to the console as a single line (#253) @jglick
  • add PCT for declarative-pipeline-migration-assistant (#226) @olamy
  • Allow use your own fork for testing versions of plugins (#222) @bmunozm
  • Run mvn in batch mode inside the Docker PCT bootstrap script (#224) @bitwiseman

πŸ› Bug fixes

πŸ“¦ Dependency updates

πŸ“ Documentation updates

  • Fix recommended java -jar commands to reflect versionless JAR filename (#252) @jglick

πŸ‘» Maintenance

Plugin Compatibility Tester 0.5.0

13 Jan 11:44
Compare
Choose a tag to compare

πŸš€ New features and improvements

πŸ“¦ Dependency updates

πŸ‘» Maintenance

Plugin Compatibility Tester 0.4.0 πŸŽ…

24 Dec 22:31
Compare
Choose a tag to compare

🚨 Removed

πŸš€ New features and improvements

πŸ› Bug Fixes

  • Fix the default Java version capturing in PluginCompatTesterConfig#getTestJavaVersion() when other options are disabled (#203) @basil
  • Update Update Center URL to always use HTTPS (#213) @bmunozm
  • Fix SpotBugs issues (#203) @basil

πŸ“¦ Dependency updates

πŸ“ Documentation updates

  • Remove references to Jenkins Wiki, move the remaining info to GitHub (#208) @oleg-nenashev

πŸ‘» Maintenance

Plugin Compatibility Tester 0.3.0

04 Oct 16:04
Compare
Choose a tag to compare

🚨 Removed

πŸš€ New features and improvements

πŸ› Bug Fixes

  • Plugin compatibility tester is re-adding test-scoped dependencies rather than merely updating them (#192) @basil

πŸ“¦ Dependency updates

🚦 Internal changes

Plugin Compatibility Tester 0.2.0

11 Sep 09:58
Compare
Choose a tag to compare

πŸš€ New features and improvements

  • Update hooks to make more plugins works properly with PCT (fixes GitHub, Pipeline: REST API, Jenkins Design Language) (#185) @bmunozm

⚠️ Deprecated

  • JENKINS-58113 - Deprecate the internal Maven mode. It was not stable for recent plugin POMs, and it will be removed in future releases. External Maven executable should be used by passing the -mvn parameter
  • JENKINS-58114 - Deprecate the unused Google App Engine mode. It will be removed from future PCT releases

πŸ› Bug Fixes

  • Update jcommander to a version which supports Java 8 (release redeploy?) (#186) @fcojfernandez
  • Fix the Declarative Pipeline plugin discovery in DeclarativePipelineHook (regression in 0.0.3) (#179) @jglick
  • Downgrade the log level of the retrievePomData() parent node message from SEVERE to INFO (#175) @jglick

πŸ“¦ Dependency updates

🚦 Internal changes

0.1.0

28 Jun 06:53
Compare
Choose a tag to compare

This changelog includes changes since the previous 0.0.3 tag in April 2019.See the commit history for previous releases.

πŸš€ New features and improvements

πŸ› Bug Fixes

πŸ“ Documentation updates

πŸ“¦ Dependency updates

🚦 Internal changes

🚦 Tests