Changelog for 2.145
Legend:
- security fix
- major bug fix
- bug fix
- major enhancement
- enhancement
Community feedback:
- no major issues
- notable issues
- required rollback
What's new in 2.145
(2018-10-07)
-
Migrate most Simplified Chinese translations into Localization: Chinese (Simplified) Plugin.
(pull 3667)
-
Prevent
NullPointerException
on restart with an undefined update site URL.
(issue 31448)
-
Fix problems with update center metadata signature check on Java 11.
(issue 53710)
-
The initial visibility of nested groups of radio buttons did not accurately reflect the current values.
(issue 48516)
-
New
JENKINS_USER_ID
and JENKINS_API_TOKEN
environment variables can be used to configure the CLI authentication.
(issue 53792)
-
Minor improvements to reduce minimum memory footprint for Jenkins, especially around update center & plugin metadata.
(pull 3654)
-
Developer: Add overridable
Queue.Task#getAffinityKey()
to allow consistent hashing for Pipeline builds in the future.
(issue 36547)
-
Developer:
ConsoleAnnotatorFactory
mishandled its type parameter, effectively forcing all implementations to use Object
or raw types.
(pull 3662)
-
Internal: Update META-INF/services generator from 1.4 to 1.8 to fix compilation on JDK 10+.
(issue 52024, META-INF/services generator)
-
Internal: Update Parent POM to 1.49 to make the build flow compatible with Java 11.
(Parent POM changelog)