Skip to content

Releases: jenkins-infra/update-center2

v3.16

08 Mar 15:22
Compare
Choose a tag to compare

📦 New features

  • Make it easier to use with custom repositories (#687)

✨ Improvements

  • Further limit allowed characters in file path (#686)
  • Sort entries plugin-versions.json properly (#697)

🐛 Bug Fixes

  • Fix GitHub authentication (#766)

🔧 Internal changes

  • Use hamcrest dependency instead of hamcrest-core (#712)
  • Update SpotBugs to allow compiling on Java 20 and newer (#713)

v3.15

16 Feb 09:38
Compare
Choose a tag to compare

What's Changed

  • Security: Validate core dependencies to fix XSS vulnerability (#685, SECURITY-3063)
  • RFE: Use unambiguous ignore file format (#647)
  • Robustness: Only publish plugin versions starting with a number (#673)
  • Robustness: Query repositories in alphabetical order (#649)
  • Dependency: Bump jsoup from 1.15.2 to 1.15.3 (#643)

v3.14

30 Aug 08:45
Compare
Choose a tag to compare
  • RFE: Add releaseTimestamp with second resolution to plugin-versions.json (#636)

v3.13

12 Aug 10:01
Compare
Choose a tag to compare

What's Changed

  • Bugfix: --id and --connection-check-url parameters were ignored (#561, #635)
  • RFE: Print the core dependency version for plugins (#612)
  • RFE: Drop support for Java version metadata / revert JENKINS-20679 (#591)
  • Robustness: Handle duplicate maintainer entries (#532)
  • Robustness: Discard hpi/jpi/war artifacts without corresponding pom file (#554)
  • Internal: Simplify symlink creation (#569, #632, #633)
  • Internal: Drop support for base64 Artifactory cache (#631)
  • Internal: Update dependencies (#569, #602)

v3.12.1

28 Jul 08:07
Compare
Choose a tag to compare
  • Improve robustness with unexpected version number formats (#624)

v3.12

27 Jun 16:34
Compare
Choose a tag to compare
  • Do not include the host name in the Artifactory cache key for SHA-256 based cache entries (#613). Files cached with 3.11 will be missed and downloaded again.

v3.11

27 Jun 11:32
Compare
Choose a tag to compare
  • Switch Artifactory cache from base64 based file names to sha256 to support longer file paths (#605, #609). While existing base64 files are given preference for backward compatibility and ease of migration, this format is deprecated and will be removed in a future release.

v3.10

13 Sep 07:26
Compare
Choose a tag to compare
  • Remove duplication between deprecations and ignores (#539)
  • Internal: Set SpotBugs threshold to low and address issues (#524, #528)
  • Internal: Update dependencies (#540, #542)

v3.9

14 Jun 06:38
Compare
Choose a tag to compare

Use template for download pages (#469)

v3.8

27 Apr 11:15
Compare
Choose a tag to compare
  • Add support for generating platform-plugins.json (#498)
  • Add download file size to update-center.json (#500)
  • Add generation timestamp to metadata (#516)
  • Internal cleanup: Remove unused GitHub cache (#504)