Major bug fix
-
Packaging: Debian package now requires Java 8. (causes regression since 2.54).
JENKINS-43495
Enhancement
-
Added fine-grain logging of
FullDuplexHttpService
to diagnose issues when establishing an HTTP Duplex connection.
pull 2481
-
Internal API: SSH CLI client authenticator 1.3. Expose
PublicKeySignatureWriter
to plugins.
pull 2840
Bug fix
-
Update LibZFS from 0.5 to 0.8 to fix compatibility issues with ZFS filesystem and illumos distributions.
JENKINS-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.
JENKINS-35160
-
Ensure that
Cloud.PROVISION
is properly initialized during the configuration loading.
JENKINS-43279
-
Fix log message formatting when migrating
AllView
names due to JENKINS-38606".
JENKINS-43611
-
Setup wizard gets into bad state when failures like network issues happen.
JENKINS-41778
-
Catch and log
RuntimeException
in Computer#setNode()
when updating the Computer list.
JENKINS-42043
-
SSH CLI client authenticator 1.4. Add missing SSH Public Key field validation in user configuration.
JENKINS-16337