Changelog for 2.55
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.55
(2017-04-15)
-
Packaging: Debian package now requires Java 8. (causes regression since 2.54).
(issue 43495)
-
Added fine-grain logging of
FullDuplexHttpService
to diagnose issues when establishing an HTTP Duplex connection.
(pull 2481)
-
Update LibZFS from 0.5 to 0.8 to fix compatibility issues with ZFS filesystem and illumos distributions.
(issue 41932)
-
Before deleting jobs, try to abort the running builds. Error will be thrown instead of the job deletion if its builds cannot be aborted.
(issue 35160)
-
Ensure that
Cloud.PROVISION
is properly initialized during the configuration loading.
(issue 43279)
-
Fix log message formatting when migrating
AllView
names due to JENKINS-38606".
(issue 43611)
-
Setup wizard gets into bad state when failures like network issues happen.
(issue 41778)
-
Catch and log
RuntimeException
in Computer#setNode()
when updating the Computer list.
(issue 42043)
-
SSH CLI client authenticator 1.4. Add missing SSH Public Key field validation in user configuration.
(issue 16337)
-
Internal API: SSH CLI client authenticator 1.3. Expose
PublicKeySignatureWriter
to plugins.
(pull 2840)